Generate Sound Effect
Generates sound effects based on prompt and generation parameters.
Authorizations
Use the API key generated from our website to programmatically interact with our endpoints. This key authorizes your requests, allowing you to access and utilize our services securely.
Body
A descriptive text input that outlines the desired characteristics of the sound effect to be generated. The minimum length of 5 characters and the maximum length is 256 characters should be provided.
5 - 256
Specifies the number of different variations of the sound effect to generate (1 to 4).
1 <= x <= 4
Defines the length of the sound effect in seconds. This ensures that the generated audio meets your specific timing requirements (1 to 20 seconds).
1 <= x <= 20
Indicates the level of creative deviation from the prompt. A value of 0 means strict adherence to the prompt, while a value of 1 allows for maximum creative interpretation, resulting in more unique sound effects.
Response
Includes the inference id which is the unique identifier for generated sound effects inference, audio prompt and the generation parameters provided as the input.
Provides audio as a Base64-encoded WAV file for easy text-based integration.