BifrostAPI
Models/ElevenLabs/eleven-sfx
E
ElevenLabs
NEW

ElevenLabs Sound Effects

TextAudio
Per generation
$0.84
/ generation

ElevenLabs Sound Effects generates a royalty-free sound effect from a written description — footsteps, a door creak, an explosion — for games and video. Call POST /v1/audio/speech with the description in `input`. Options: `duration_seconds` up to 30, `loop: true` for a seamlessly looping bed (rain, wind, machinery), and `prompt_influence` 0–1 for how literally to read the description. Billed per generation, so length costs nothing extra.

Quick start

How to call

POST /v1/audio/speech
bash
curl https://conduit-api.bifrostapi.net/v1/audio/speech \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"eleven-sfx","input":"steady rain on leaves","duration_seconds":10,"loop":true}' \
  --output sfx.mp3

→ Describe the effect in `input`. duration_seconds up to 30; `loop` gives a seamless bed. Priced per generation, so length is free.

Auth, billing & streaming → Quickstart

More from ElevenLabs