Base URL
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /generateTask/{model} | Submit a generation task |
GET | /statusTask/{model}?taskId={id} | Query task status |
GET | /apikeys/current-balance | Get remaining balance |
Quick Reference
Generate Task
Submit a generation task to an AI model
Status Task
Query task status and retrieve results
Webhooks
Real-time callbacks for task completion
System APIs
Account and system related endpoints
Errors
Error codes and troubleshooting
Authentication
All endpoints require a Bearer token. See Authentication for details.Rate Limits
| Plan | Requests/min | Concurrent Tasks |
|---|---|---|
| Free | 10 | 3 |
| Pro | 60 | 10 |
| Enterprise | Custom | Custom |
Rate limits are per API key. Contact support for higher limits.