POST
/
v1
/
speech
Synthesize
curl --request POST \
  --url https://api.spi-tch.com/v1/speech \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "model": "legacy",
  "language": "yo",
  "text": "<string>",
  "voice": "sade"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
audio/wav

Successful Response

The response is of type file.