Models

Loading...

ElevenLabs Audio Isolation API

Strip background noise from a recording, keeping the speech.

Endpoint

POST https://api.hedra.com/v3/models/elevenlabs-audio-isolation

Example request

curl -X POST "https://api.hedra.com/v3/models/elevenlabs-audio-isolation" \
  -H "Authorization: Key $HEDRA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input": {"prompt": "a cinematic shot of a city at dusk"}}'

Parameters

audiorequired

Audio to strip background noise from. At most 104.8 MB.