v1
latestOpenAPI 3.1.02026-07-2671117149.2 KBAPIs
Text-to-Sound
Get Sound and Music Results
post/text-to-sound-results
Request body
Example request
{
"run_ids": [
12345,
6789
]
}Response
Successful Response
BulkTextToSoundRunsResults required
An object containing the results of one to five text-to-sound runs. Each key in the object is a unique identifier for a run, and the corresponding value is the output for text-to-sound.
Example response
{
"1234": {
"output_url": "https://audio-storage.camb.ai/files/audio_1234.flac"
},
"5678": {
"output_url": "https://audio-storage.camb.ai/files/audio_5678.flac"
}
}