Or jump from this list on a smaller screen.
This is a page from the Audivra documentation. Developer exports — index: http://127.0.0.1:3000/docs/llms.txt, full corpus: http://127.0.0.1:3000/docs/llms-full.txt, OpenAPI: http://127.0.0.1:3000/docs/openapi.json, Postman: http://127.0.0.1:3000/docs/postman.json. Press ⌘K to search docs.
OpenAPI reference
Structured API surface for Postman, Insomnia, OpenAPI codegen, and agent tooling — kept in sync with the live routes via verify:docs.
API v1 — all operations use the /api/v1 prefix. OpenAPI 1.0.0 tracks documentation releases. Changelog & stability policy
OpenAPI 3.0
Sitemap-style machine spec — 69 operations
Import into Insomnia, Swagger UI, or run client codegen (openapi-generator, @openapitools/openapi-generator-cli).
http://127.0.0.1:3000/docs/openapi.json
Postman collection
v2.1 collection with Bearer auth variables
Import → Link → paste the URL below. Set collection variables base_url and api_key.
http://127.0.0.1:3000/docs/postman.json
Quick import
# Postman → Import → Link → paste: http://127.0.0.1:3000/docs/postman.json # Or download locally: curl -o audivra-openapi.json http://127.0.0.1:3000/docs/openapi.json curl -o audivra-postman.json http://127.0.0.1:3000/docs/postman.json
Documented operations
| Method | Path | Tag |
|---|---|---|
| get | /api/v1/changelog | Dashboard |
| post | /api/v1/tts | Text to speech |
| post | /api/v1/tts/stream | Text to speech |
| post | /api/v1/stt | Speech to text |
| get | /api/v1/stt | Speech to text |
| post | /api/v1/music | Music |
| post | /api/v1/sfx | Sound effects |
| post | /api/v1/dub | Dubbing |
| post | /api/v1/generate | Generate |
| post | /api/v1/generate/batch | Generate |
| post | /api/v1/estimate | Generate |
| get | /api/v1/generate/batch/{id} | Generate |
| post | /api/v1/assets | Assets |
| get | /api/v1/assets | Assets |
| get | /api/v1/assets/{id} | Assets |
| patch | /api/v1/assets/{id} | Assets |
| delete | /api/v1/assets/{id} | Assets |
| get | /api/v1/assets/{id}/file | Assets |
| get | /api/v1/voices | Voices |
| post | /api/voices/clone | Voice cloning |
| get | /api/voices/clone | Voice cloning |
| patch | /api/voices/clone/{id} | Voice cloning |
| delete | /api/voices/clone/{id} | Voice cloning |
| post | /api/voices/clone/{id}/publish | Marketplace |
| delete | /api/voices/clone/{id}/publish | Marketplace |
| post | /api/v1/voices/{id}/remix | Voice remix |
| get | /api/v1/voices/community | Marketplace |
| get | /api/v1/voices/community/{id} | Marketplace |
| post | /api/v1/voices/community/{id} | Marketplace |
| get | /api/v1/voices/community/{id}/preview | Marketplace |
| get | /api/v1/voices/community/{id}/reviews | Marketplace |
| post | /api/v1/voices/community/{id}/reviews | Marketplace |
| post | /api/voices/design | Voice design |
| get | /api/voices/design | Voice design |
| post | /api/voices/design/preview | Voice design |
| delete | /api/voices/design/{id} | Voice design |
| post | /api/v1/avatar | Avatars & jobs |
| get | /api/v1/avatar | Avatars & jobs |
| get | /api/v1/jobs/{id} | Avatars & jobs |
| get | /api/v1/jobs/{id}/events | Avatars & jobs |
| get | /api/v1/avatar/{id}/video | Avatars & jobs |
| get | /api/v1/avatars | Avatars & jobs |
| post | /api/v1/avatar/source | Avatars & jobs |
| post | /api/v1/agents/turn | Agents |
| post | /api/billing/checkout | Billing |
| post | /api/billing/topup | Billing |
| get | /api/billing/payg-settings | Billing |
| put | /api/billing/payg-settings | Billing |
| post | /api/webhooks/stripe | Webhooks |
| post | /api/webhooks/paystack | Webhooks |
| post | /api/webhooks/flutterwave | Webhooks |
| post | /api/webhooks/dlocal | Webhooks |
| get | /api/v1/avatar/{id} | Avatars & jobs |
| get | /api/v1/voices/clone/{id}/sample | Voice cloning |
| get | /api/v1/avatar/source/{id} | Avatars & jobs |
| get | /api/analytics | Dashboard |
| patch | /api/settings | Dashboard |
| get | /api/me | Dashboard |
| get | /api/keys | Dashboard |
| post | /api/keys | Dashboard |
| delete | /api/keys | Dashboard |
| get | /api/usage | Dashboard |
| get | /api/health | Dashboard |
| get | /api/voices/kyc | Marketplace |
| post | /api/voices/kyc | Marketplace |
| get | /api/voices/payouts | Marketplace |
| post | /api/voices/payouts | Marketplace |
| get | /api/admin/moderation | Dashboard |
| post | /api/admin/moderation | Dashboard |
Step-by-step guides: All guides · API quickstart · Authentication · Try TTS · Try generate · Developer exports