AsyncFlow API
  1. Voice Management
AsyncFlow API
  • Welcome to AsyncFlow API
  • Get Started
  • API Reference
    • API Status
      • API Status Check
    • Text-to-Speech
      • Text to Speech (WebSocket)
      • Text to Speech
      • Text to Speech with Word Timestamps
      • Text to Speech (Stream)
    • Voice Management
      • Clone Voice
        POST
      • List Voices
        POST
      • Get Voice
        GET
      • Update Voice
        PUT
      • Delete Voice
        DELETE
      • Get Voice Preview
        GET
  • Advanced Guides
    • Custom Pronunciations
      • Embedding Custom Phonemes in Async TTS API
      • Pronouncing digits one‑by‑one
  • Integrations
    • Integrate with Twilio
    • Pipecat Integration
  1. Voice Management

Get Voice Preview

GET
https://api.async.ai/voices/preview/{id}
Get the voice preview audio url using voice id

Request

Path Params

Header Params

Responses

🟢200Success
application/json
Body

🟠429RATE_LIMIT_EXCEEDED
🟠401INVALID_API_KEY
🟠404VOICE_NOT_FOUND
🟠404VERSION_NOT_FOUND
🔴500Server Error
🟠404VOICE_PREVIEW_NOT_FOUND
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.async.ai/voices/preview/' \
--header 'x-api-key: <api-key>' \
--header 'version: v1'
Response Response Example
200 - Success
{
    "signed_url": ""
}
Modified at 2025-06-26 10:49:56
Previous
Delete Voice
Next
Embedding Custom Phonemes in Async TTS API
Built with