Documentation Index
Fetch the complete documentation index at: https://veogenstudio.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Creating an API Token
- Log in to veogen.studio
- Navigate to Settings → API Tokens
- Click New Token, give it a name, and copy the token immediately — it won’t be shown again.
Using Your Token
Pass your token as a Bearer token in theAuthorization header on every request:
Rate Limits
| Limit | Value |
|---|---|
| Requests per minute | 120 |
| Max image URLs per request | 14 |
429 Too Many Requests response. The Retry-After header indicates how many seconds to wait.
Error Responses
All errors follow a consistent format:HTTP Status Codes
| Code | Meaning |
|---|---|
200 | OK |
201 | Created (generation submitted) |
401 | Unauthenticated — invalid or missing token |
402 | Payment required — insufficient balance |
404 | Not found |
422 | Validation error |
429 | Rate limit exceeded |
500 | Server error |