Text To Speech API
POST
https://api.figolabs.ai/api/v1/tts
Apis
Maintainer:Figo AI Labs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.figolabs.ai/api/v1/tts' \
--header 'Authorization: Bearer {Your-API-Key}' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "Hello there! My name is Figo.",
"voice": "female"
}'
Request
Header Params
Content-Type
string
required
Example:
application/json
Authorization
string
required
Example:
Bearer {Your-API-Key}
Body Params application/json
Responses
Modified at 2025-04-20 18:36:19