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
  • Advanced Guides
    • Custom Pronunciations
      • Embedding Custom Phonemes in Async TTS API
      • Pronouncing digits one‑by‑one
  • Integrations
    • Integrate with Twilio
    • Pipecat Integration
  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

Responses

🟢200Success
application/json
Body

Modified at 2025-05-08 11:20:00
Previous
Get Started
Next
Text to Speech (WebSocket)
Built with