AKVON / DOCUMENTATION

API reference

Use the API origin of this AKVON site. Authenticate protected requests using Authorization: Bearer followed by your API key.

https://<your-akvon-domain>
GET/v1/models

List available models, supported modalities and published pricing.

GET/v1/capabilities

Discover tools and their operation descriptors.

POST/v1/chat/completions

Send a model and a messages array for text responses.

POST/v1/images/generations

Create an asynchronous image task.

POST/v1/videos/generations

Create an asynchronous video task.

GET/v1/tasks/{task_id}

Read the state and result of your task.

GET/v1/credits/balance

Read your platform Credits balance.

Errors and retrying

Treat 401 as expired or invalid authentication, 403 as denied access, 429 as a request limit, and 5xx as temporary service errors. Retry only when safe; do not blindly recreate a paid generation after a timeout. Check the known task first.

Capabilities

Read the capability’s operation descriptor for its path, method, required fields and task protocol. Use the catalog detail page for the current request example.

Browse capabilities