Create realistic sound effects from text descriptions using AI.
Generate high-quality audio sound effects based on your text prompts. Perfect for video production, game development, podcasts, and multimedia projects.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
The text to convert to sound effects
2500"A cat meowing"
The duration of the generated audio in seconds
0.5 <= x <= 225
Whether to create a sound effect that loops smoothly
The influence of the prompt on the generated audio. A value between 0 and 1.
0 <= x <= 10.3
Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
OK - The task exists and the status is returned
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}