- 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
List of Result Videos
Global Server
https://video.a2e.ai
Global Server
https://video.a2e.ai
GET
/api/v1/video/awsList
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
current
stringÂ
optional
Example:
1
pageSize
stringÂ
optional
Example:
10
Body Params application/json
object {0}
Example
{}
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 GET 'https://video.a2e.ai/api/v1/video/awsList?current=1&pageSize=10' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
🟢200awsList
application/json
Body
code
integerÂ
required
data
objectÂ
required
current
integerÂ
required
total
integerÂ
required
data
array [object {19}]Â
required
success
booleanÂ
required
Example
{
"code": 0,
"data": {
"current": 1,
"total": 1,
"data": [
{
"_id": "652630d6bae4de626f8b49ec",
"msg": "",
"result": "https://d1tzkvq5ukphug.cloudfront.net/adam2eve/beta/result_video/0bf86e8c598894900777afdcc983fd49_fe32c2279a497b095626cb7db5aeaf2a_58ac500147c6ed67090a9e13f7af94dd_matting.mp4",
"process": 100,
"status": "success",
"anchor_type": "0",
"web_bg_width": 1919,
"web_bg_height": 1080,
"color": "",
"anchor_id": "63de16f26c6193fa4ca7a486",
"replace_bg_id": "629067e435e495933464f034",
"custom_backs_id": null,
"createdAt": "2023-10-11T05:21:26.855Z",
"diff_s": 6555,
"current_date": "2023-10-11 15:10:42",
"end_success_date": "2023-10-11T05:25:26.855Z"
}
],
"success": true
}
}
Modified at 2025-06-23 09:11:01