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

Speech To Text API

POST
https://api.figolabs.ai/api/v1/stt
Apis
Maintainer:Figo AI Labs
Speech To Text API provides a REST API interface to allow you transcribe audio to text (en).
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.figolabs.ai/api/v1/stt' \
--form 'audio=@""' \
--form 'mimetype=""'
Response Response Example
200 - Success
{
    "responseCode": "00",
    "responseMessage": "Successful",
    "responseData": "Tell me more about your services and products."
}

Request

Body Params multipart/form-data
audio
file 
required
audio file to transcribe
mimetype
string 
optional
Mime type for the audio. Default is audio/mp4

Responses

🟢200OK
application/json
Success
Body
responseCode
string 
required
00 - success response, 99 - failure response
responseMessage
string 
required
message
responseData
string 
required
transcribed text
🟠401Unauthorized
Modified at 2025-04-22 18:45:38
Previous
Text To Speech API
Next
Guardrails API
Built with