Or jump from this list on a smaller screen.

This is a page from the Audivra documentation. Developer exportsindex: 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 by URL
# 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

MethodPathTag
get/api/v1/changelogDashboard
post/api/v1/ttsText to speech
post/api/v1/tts/streamText to speech
post/api/v1/sttSpeech to text
get/api/v1/sttSpeech to text
post/api/v1/musicMusic
post/api/v1/sfxSound effects
post/api/v1/dubDubbing
post/api/v1/generateGenerate
post/api/v1/generate/batchGenerate
post/api/v1/estimateGenerate
get/api/v1/generate/batch/{id}Generate
post/api/v1/assetsAssets
get/api/v1/assetsAssets
get/api/v1/assets/{id}Assets
patch/api/v1/assets/{id}Assets
delete/api/v1/assets/{id}Assets
get/api/v1/assets/{id}/fileAssets
get/api/v1/voicesVoices
post/api/voices/cloneVoice cloning
get/api/voices/cloneVoice cloning
patch/api/voices/clone/{id}Voice cloning
delete/api/voices/clone/{id}Voice cloning
post/api/voices/clone/{id}/publishMarketplace
delete/api/voices/clone/{id}/publishMarketplace
post/api/v1/voices/{id}/remixVoice remix
get/api/v1/voices/communityMarketplace
get/api/v1/voices/community/{id}Marketplace
post/api/v1/voices/community/{id}Marketplace
get/api/v1/voices/community/{id}/previewMarketplace
get/api/v1/voices/community/{id}/reviewsMarketplace
post/api/v1/voices/community/{id}/reviewsMarketplace
post/api/voices/designVoice design
get/api/voices/designVoice design
post/api/voices/design/previewVoice design
delete/api/voices/design/{id}Voice design
post/api/v1/avatarAvatars & jobs
get/api/v1/avatarAvatars & jobs
get/api/v1/jobs/{id}Avatars & jobs
get/api/v1/jobs/{id}/eventsAvatars & jobs
get/api/v1/avatar/{id}/videoAvatars & jobs
get/api/v1/avatarsAvatars & jobs
post/api/v1/avatar/sourceAvatars & jobs
post/api/v1/agents/turnAgents
post/api/billing/checkoutBilling
post/api/billing/topupBilling
get/api/billing/payg-settingsBilling
put/api/billing/payg-settingsBilling
post/api/webhooks/stripeWebhooks
post/api/webhooks/paystackWebhooks
post/api/webhooks/flutterwaveWebhooks
post/api/webhooks/dlocalWebhooks
get/api/v1/avatar/{id}Avatars & jobs
get/api/v1/voices/clone/{id}/sampleVoice cloning
get/api/v1/avatar/source/{id}Avatars & jobs
get/api/analyticsDashboard
patch/api/settingsDashboard
get/api/meDashboard
get/api/keysDashboard
post/api/keysDashboard
delete/api/keysDashboard
get/api/usageDashboard
get/api/healthDashboard
get/api/voices/kycMarketplace
post/api/voices/kycMarketplace
get/api/voices/payoutsMarketplace
post/api/voices/payoutsMarketplace
get/api/admin/moderationDashboard
post/api/admin/moderationDashboard

Step-by-step guides: All guides · API quickstart · Authentication · Try TTS · Try generate · Developer exports