Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate professional sound effects and design elements.
POST /api/v1/creative/sound
curl -X POST https://www.voicelab360.com/api/v1/creative/sound \ -H "Authorization: Bearer vl360_live_YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "prompt": "Cinematic tension sting, orchestral, 3 seconds", "duration_seconds": 3, "format": "wav" }'
prompt
duration_seconds
format
wav
mp3
flac
{ "job_id": "job_snd_001", "status": "completed", "output_url": "https://cdn.voicelab360.com/sound/job_snd_001.wav", "duration_ms": 3000, "credits_used": 150 }