https://github.com/xtsea/akenox-ui
https://github.com/xtsea/akenox-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xtsea/akenox-ui
- Owner: xtsea
- License: mit
- Created: 2025-03-14T13:46:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T16:58:21.000Z (3 months ago)
- Last Synced: 2025-03-14T17:28:25.832Z (3 months ago)
- Language: TypeScript
- Homepage: https://docs.maiysacollection.com
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
### AkenoX API UI
- [x] API Document Docs
### 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)