Tree BG 1
Tree
Tree
TreeLeaves
TreeLeaves
Cat IdleGrassGrassRockRock

Synthèse vocale

Parole

POST /v1/audio/speech

200 (application/json)

200 (text/event-stream)

Données audio de parole.

audio_data
*string

Données audio encodées en Base64

Playground

Testez les endpoints en direct

curl https://api.mistral.ai/v1/audio/speech \
 -X POST \
 -H 'Authorization: Bearer YOUR_APIKEY_HERE' \
 -H 'Content-Type: application/json' \
 -d '{
  "input": "Example input."
}'

200 (application/json)

200 (text/event-stream)

{
  "audio_data": "base64-encoded-audio-data"
}