- AI Avatar API
- Get Tokens
- TTS and Voice Clone
- Generate Avatar Videos
- Create Avatars and Train Lip-sync Models
- Background Matting and Replacement
- Face Swap
- AI Dubbing
- Image to Video
- Caption Removal
- Streaming Avatar
- Miscellaneous
List Public TTS Options
Global Server
Global Server
POST
/api/v1/anchor/voice_list
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
country
stringÂ
required
region
stringÂ
required
voice_map_type
stringÂ
required
Example
{
"country": "en",
"region": "US",
"voice_map_type": "en-US"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://video.a2e.ai/api/v1/anchor/voice_list' \
--header 'Content-Type: application/json' \
--data-raw '{"country":"en","region":"US", "voice_map_type":"en-US"}'
Responses
🟢200voice_list
application/json
Body
code
integerÂ
required
data
array [object {3}]Â
required
label
stringÂ
required
value
stringÂ
required
children
array [object {2}]Â
required
Example
{
"code": 0,
"data": [
{
"label": "female",
"value": "female",
"children": [
{
"value": "66dc61ec5148817d26f5b79e",
"label": "Alice"
},
{
"value": "66ca504f2732c24634224075",
"label": "Aria - Sexy Female Villain Voice"
},
{
"value": "66dc6764547f617d734c4657",
"label": "ASMR Dr Lovejoy"
},
{
"value": "66c67a178d721777dc7150c6",
"label": "august"
},
{
"value": "66d3fa4ab76478b1272f2249",
"label": "Ava Multilingual"
},
{
"value": "66d3fb89357648b14c4f4f26",
"label": "Emma Multilingual"
},
{
"value": "66e47f38187d3afdd45f657b",
"label": "Hope - upbeat and clear"
},
{
"value": "669b7015ba04042f4090b288",
"label": "Jessica"
},
{
"value": "669b702ebef8c82f061526d6",
"label": "Laura"
},
{
"value": "6625ec13cc9cd2989763bdbe",
"label": "Matilda"
},
{
"value": "66ce91bcd382577e4c05a4fc",
"label": "Nala - African Bold and confident"
},
{
"value": "66ca501423e5214651926a8d",
"label": "Natasha - Sensual Hypnosis"
},
{
"value": "66d0ee32c5c61a0958c9bb09",
"label": "Nia African"
},
{
"value": "66d0eef3cc43f90998b3fcf0",
"label": "SA Brown African"
},
{
"value": "6627e0b42f07d4f2a89a19fe",
"label": "Sarah"
},
{
"value": "66ca4f882732c24634223f30",
"label": "Shannon ASMR"
},
{
"value": "66be7826e6a02efdf250e10f",
"label": "ShanShan Chinese Accent"
},
{
"value": "66ca4f49eb72c346420eb159",
"label": "Stacy Chinese Accent"
},
{
"value": "66ca4c293c348d461303563a",
"label": "Wendy Chinese Accent"
}
]
},
{
"label": "male",
"value": "male",
"children": [
{
"value": "66d3fb1bc051cfb134c60f20",
"label": "Andrew Multilingual"
},
{
"value": "6625eb79d9472e98ac72b86e",
"label": "Bill"
},
{
"value": "6625ebd4613f49985c349f95",
"label": "Brian"
},
{
"value": "66d3fb2804d077b1432fcb78",
"label": "Brian Multilingual"
},
{
"value": "669b6fdcba04042f4090b1e1",
"label": "Callum"
},
{
"value": "669b6feaba04042f4090b20b",
"label": "Charlie"
},
{
"value": "6625ebdf1e815e988df80edb",
"label": "Chris"
},
{
"value": "66ca4206d8cadd46463b08c1",
"label": "Damon"
},
{
"value": "6625ebca613f49985c349f8a",
"label": "Daniel"
},
{
"value": "669b7004e6ee782f24a6f7b4",
"label": "Eric"
},
{
"value": "66a5ffa106d240e8d8214538",
"label": "Fake Jensen H"
},
{
"value": "66a27a23c3ce4f2d716c3348",
"label": "Fake Zuckberg"
},
{
"value": "66ce9191f9588b7e5840e9c0",
"label": "Jamal (African American)"
},
{
"value": "66ca41a78652df462c747c6d",
"label": "Jim"
},
{
"value": "66ca55b223e52146519274ba",
"label": "John Doe - Deep"
},
{
"value": "66ca41be8afcd9461956bf0a",
"label": "Josh"
},
{
"value": "6625ed0b75c2a29862132bdb",
"label": "Liam"
},
{
"value": "66ca571d9fbb2545f214d95e",
"label": "Nassim - Corporate Narration"
},
{
"value": "66ca415aab1f1e460661b985",
"label": "neuris"
},
{
"value": "66d0ef38b51364094c92c216",
"label": "Road Dawg African"
},
{
"value": "66ca44d423e5214651925645",
"label": "Timmy"
},
{
"value": "66ca41e80683694635789f29",
"label": "Tony"
},
{
"value": "66ca5776068369463578c68b",
"label": "WF Texas NPR Storyteller"
},
{
"value": "669b703cf845592f0ccd31c5",
"label": "Will"
}
]
}
],
"trace_id": "32d797ea-1646-48f7-8b37-21b8e84f0671"
}
Modified at 2025-03-02 20:06:50