Capability

Sound Effects

Generate a short sound-effect clip from a text description.

Native only — new capability

No compat route exists for sound-effect generation — it wasn’t part of the old Enterprise API this compat layer mirrors. Call POST /v1/generations directly.

sfx_gen — native payload

POST/v1/generationstool_id for (model, "sfx_gen")

FieldTypeRequiredDefaultDescription
descriptionstringYesText description of the sound effect to generate, e.g. 'heavy wooden door creaking open then slamming shut'. 1–450 characters.
duration_secondsfloatNo5.0Duration of the generated clip, in seconds. 0.5–30.0.
curl -X POST https://apiv2.soundverse.ai/v1/generations \ -H "Authorization: Bearer sksoundverse_..." \ -H "Content-Type: application/json" \ -H "Idempotency-Key: sfx-req-001" \ -d '{ "tool_id": "<sfx_gen tool_id>", "payload_json": "{\"description\": \"heavy wooden door creaking open then slamming shut\", \"duration_seconds\": 4}" }'

Pricing

VersionPrice
v5$0.54

USD flat price per generation, regardless of license tier.