Live list of working endpoints. All services are currently online.
| Method | Endpoint | Description | Auth | Status |
|---|---|---|---|---|
| GET | /api/v1 | API root — versions, links, info | 🌐 Public | ● Online |
| POST | /api/v1/auth | Get an API key | 🌐 Public | ● Online |
| POST | /api/v1/shorten | Shorten a URL | 🔒 Required | ● Online |
| GET | /api/v1/urls | List your shortened URLs | 🔒 Required | ● Online |
| GET | /api/v1/url/{code} | Get one shortened URL | 🔒 Required | ● Online |
| PUT | /api/v1/url/{code} | Update a shortened URL | 🔒 Required | ● Online |
| DELETE | /api/v1/url/{code} | Delete a shortened URL | 🔒 Required | ● Online |
| GET | /api/v1/analytics/{code} | Analytics for a shortened URL | 🔒 Required | ● Online |
| GET | /api/v1/stats | Account stats and API usage | 🔒 Required | ● Online |
| GET | /api/bot/health | Bot health check | 🌐 Public | ● Online |
| GET | /api/bot/stats | Platform statistics | 🌐 Public | ● Online |
| GET | /api/bot/model?name={name} | Look up a model by name | 🌐 Public | ● Online |
| GET | /api/bot/random | Get a random model | 🌐 Public | ● Online |
| GET | /api/bot/most-liked?limit={n} | Most liked models | 🌐 Public | ● Online |
| GET | /api/bot/most-views?limit={n} | Most viewed models | 🌐 Public | ● Online |
| GET | /api/bot/search?q={query} | Search models | 🌐 Public | ● Online |
| GET | /api/bot/user-stats?username={u} | User statistics | 🌐 Public | ● Online |
| GET | /api/bot/model-details?name={n} | Full model details | 🌐 Public | ● Online |
For full documentation with parameters, examples, and responses, visit /tools/api-docs-full. Need help? Contact us.