File size: 284 Bytes
0978f57
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
curl http://localhost:5000/v1/audio/speech \
  -H "Authorization: Bearer API-KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "tts-1",
    "input": "Today is a wonderful day to build something people love!",
    "voice": "alloy"
  }' \
  --output speech.mp3