FigoAILabs API Documentation
  1. APIs
FigoAILabs API Documentation
  • Quickstart
  • Website Javascript Plugin
  • Rate Limits & Pricing
  • APIs
    • Chat Assistant API
      POST
    • Image Assistant API
      POST
    • Text To Speech API
      POST
    • Speech To Text API
      POST
    • Guardrails API
      POST
    • CV Scoring API
      POST
    • Web Search API
      POST
    • Sentiment Analysis API
      POST
    • Message Context API
      POST
    • Image Analyzer API
      POST
  1. APIs

Text To Speech API

POST
https://api.figolabs.ai/api/v1/tts
Maintainer:Figo AI Labs
Text To Speech API provides a REST API interface to allow you convert any text to speech audio.
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

Body Params application/json

Examples

Responses

🟢200OK
audio/mp4
Body

Modified at 2025-04-20 18:36:19
Previous
Image Assistant API
Next
Speech To Text API
Built with