GET
/v1/schemas/elevenlabs/audio/v1%2Faudio-isolation%2Fstream
Accept:
Request body
2 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| audio* | string | The audio file from which vocals/speech will be isolated from. | format: binary |
| file_format | enum | The format of input audio. Options are 'pcm_s16le_16' or 'other' For `pcm_s16le_16`, the input audio must be 16-bit PCM at a 16kHz sample rate, single channel (mono), and little-endian byte order. Latency will be lower than with passing an encoded waveform. | pcm_s16le_16 | other · nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"elevenlabs","endpointId":"v1/audio-isolation/stream","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}