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.
Sound effects
Short cues muxed with lip-sync. Billed per clip from the prepaid wallet.
POST /api/v1/sfx
POST
/api/v1/sfxAuth required
JSON prompt. Meters 20 credits per clip. Returns audio/wav.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| prompt | string | Yes | Cue description (4–160 characters) |
Request body
JSON
{
"prompt": "soft whoosh into a studio sting"
}Errors
| Status | Meaning |
|---|---|
| 401 | Unauthorized |
| 402 | Credit quota exceeded |
Play a cue on the homepage playground.