Sign in

Create TTS sound

documented

Create a sound from text-to-speech.

POST /v2/campaigns/sounds/ttsCampaignsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.callfire.com/v2/campaigns/sounds/tts" -X POST -H "Authorization: Basic {{CALLFIRE_SECRET}}" -H "Content-Type: application/json" -H "Accept: application/json" -d '{"voice":"{{$voice}}","message":"{{$message}}"}'