Text to Sound Effects

POST
/v1/sound-generation

Turn text into sound effects for your videos, voice-overs or video games using the most advanced sound effects model in the world.

Request

This endpoint expects an object.
textstringRequired

The text that will get converted into a sound effect.

duration_secondsdoubleOptional

The duration of the sound which will be generated in seconds. Must be at least 0.5 and at most 22. If set to None we will guess the optimal duration using the prompt. Defaults to None.

prompt_influencedoubleOptionalDefaults to 0.3

A higher prompt influence makes your generation follow the prompt more closely while also making generations less variable. Must be a value between 0 and 1. Defaults to 0.3.

Response

Successful Response