An open API service indexing awesome lists of open source software.

https://github.com/xtsea/akenox-ui


https://github.com/xtsea/akenox-ui

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

### AkenoX API UI
- [x] API Document Docs

![Image](https://github.com/user-attachments/assets/6c9f7178-ee79-4881-b0b0-63e3f1ffc851)
### Example Endpoints:
```tsx
const endpoints = [
{ method: "GET", name: "Example JSON", path: "/api/v1/json/all", category: "Custom" },
{ method: "GET", name: "Facebook", path: "/api/v1/dl/fb", category: "Downloader" },
{ method: "GET", name: "Instagram", path: "/api/v1/dl/instagram-v4", category: "Downloader" },
{ method: "GET", name: "Twitter", path: "/api/v1/dl/twitter-v3", category: "Downloader" },
{ method: "GET", name: "Tiktok", path: "/api/v1/dl/tiktok-v2", category: "Downloader" },
{ method: "GET", name: "Snapsave", path: "/api/v1/dl/snapsave", category: "Downloader" },
{ method: "GET", name: "Xnxx", path: "/api/v1/dl/xnxx", category: "Downloader" },
{ method: "GET", name: "Lu Jawa", path: "/api/v1/ai/akenox/lu-sunda", category: "AI" },
{ method: "GET", name: "Google Gemini", path: "/api/v1/ai/google-gemini", category: "AI" },
{ method: "GET", name: "Qwen Turbo", path: "/api/v1/ai/alibaba/qwen-turbo-latest", category: "AI" },
{ method: "GET", name: "Qwen 8B Chat", path: "/api/v1/ai/qwen/qwen1.5-1.8b-chat", category: "AI" },
{ method: "GET", name: "Deepseek Qwen", path: "/api/v1/ai/deepseek/deepseek-r1-distill-qwen-32b", category: "AI" },
]
```
### Powered by
- [`@xpushz`](https://t.me/xpushz)