AsyncFlow API
  1. API Status
AsyncFlow API
  • Welcome to AsyncFlow API
  • Get Started
  • API Reference
    • API Status
      • API Status Check
        GET
    • Text-to-Speech
      • Text to Speech (WebSocket)
      • Text to Speech
      • Text to Speech with Word Timestamps
      • Text to Speech (Stream)
    • Voice Management
      • Clone Voice
      • List Voices
      • Get Voice
      • Update Voice
      • Delete Voice
      • Get Voice Preview
  • Integrations
    • Integrate with Twilio
  1. API Status

API Status Check

GET
https://api.async.ai/
Check the API version and status
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.async.ai/' \
--header 'version: v1'
Response Response Example
{
    "ok": true,
    "version": "v1"
}

Request

Header Params
version
string 
required
Example:
v1

Responses

🟢200Success
application/json
Body
ok
boolean 
required
version
string 
required
Modified at 2025-05-08 11:20:00
Previous
Get Started
Next
Text to Speech (WebSocket)
Built with