API Reference
spitch api reference
cURL
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type file.
file
Was this page helpful?