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 (Stream)
    • Voice Management
      • Clone Voice
        POST
      • List Voices
        POST
      • Get Voice
        GET
      • Update Voice
        PATCH
      • Delete Voice
        DELETE
      • Get Voice Preview
        GET
  1. Voice Management

Get Voice Preview

GET
https://api.async.ai/voices/preview/{id}
Get the voice preview audio url using voice id
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": ""
}

Request

Path Params
id
string 
required
Header Params
x-api-key
string 
required
Example:
<api-key>
version
string 
optional
Example:
v1

Responses

🟢200Success
application/json
Body
signed_url
string 
required
🟠401INVALID_API_KEY
Modified at 2025-06-10 11:02:05
Previous
Delete Voice
Built with