Voice

Text-to-speech synthesis - Convert text to natural-sounding speech with multiple voice options.

Convert text to natural-sounding speech with multiple voice options. Professional voices for legal applications, court announcements, and client communications.

Authentication

Authorization: Bearer sk_case_your_api_key_here

Quick Start

curl -X POST https://api.case.dev/voice/synthesize \
  -H "Authorization: Bearer sk_case_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Welcome to your deposition. Please state your name for the record.",
    "voice": "alloy"
  }'

What's Next?