Sign in

Create Recording (Text-to-Speech)

documented

Create a new recording using text-to-speech.

POST /2.0/recording/ttsRecordingsno 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://{{DIALMYCALLS_API_KEY}}@api.dialmycalls.com/2.0/recording/tts" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "gender": "{{$gender}}", "language": "{{$language}}", "text": "{{$text}}"}'
Create Recording (Text-to-Speech) · DialMyCalls · OpenIntegrations