- AI Avatar API
- Get Tokens
- TTS and Voice Clone
- Generate Avatar Videos
- Generate AI Avatar VideosPOST
- List of Result VideosPOST
- List of Result VideosGET
- List One or All AvatarsPOST
- List One or All AvatarsGET
- Obtain the Status of One Avatar Video TaskPOST
- Obtain the List of Personalized Lip-Sync ModelsGET
- Delete or Cancel a VideoDELETE
- Auto Language DetectPOST
- Auto Swith to Public Computing PoolPOST
- Create Avatars and Train Lip-sync Models
- Background Matting and Replacement
- Face Swap
- AI Dubbing
- Image to Video
- Caption Removal
- Streaming Avatar
- Miscellaneous
- Text to Image
- AI Outfit and Product Holding
- AI Image singing
Quick Add Avarar
Global Server
https://video.a2e.ai
Global Server
https://video.a2e.ai
POST
/api/v1/userText2image/quickAddAvatar
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
_id
stringÂ
required
Example
{
"_id": "67935441844bd769d31d66c6"
}
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/userText2image/quickAddAvatar' \
--header 'Content-Type: application/json' \
--data-raw '{
"_id": "67935441844bd769d31d66c6"
}'
Responses
🟢200Success
application/json
Body
code
integerÂ
required
data
objectÂ
required
Example
{"code":0,"data":{},"trace_id":"f267f1d0-67c5-44f6-ad77-2e733f7f458e"}
Modified at 2025-07-07 08:41:44