- 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 Status of All Tasks
Global Server
Global Server
GET
/api/v1/userImage2Video/allRecords
/api/v1/userImage2Video/{_id}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
pageNum
stringÂ
required
Example:
1
pageSize
stringÂ
required
Example:
10
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/userImage2Video/allRecords?pageNum=1&pageSize=10'
Responses
🟢200OK
application/json
Body
code
integerÂ
required
data
objectÂ
required
rows
array [object {9}]Â
required
count
integerÂ
required
trace_id
stringÂ
required
Example
{
"code": 0,
"data": {
"rows": [
{
"_id": "67d29023dd27a536fdf6e809",
"name": "Test name",
"image_url": "https://example.com/524f2258-c5a0-4bb2-9003-5e4740a2d376.png",
"prompt": "the person is speaking. Looking at the camera. detailed eyes, clear teeth,static camera view point, still background",
"negative_prompt": "six fingers, bad hands, lowres, low quality, worst quality, moving camera view point, still image",
"current_status": "completed",
"coins": 100,
"createdAt": "2025-03-13T07:58:27.863Z",
"failed_message": "",
"failed_code": "",
"result_url": "https://example.com/f9362ad5-1186-4bf5-a1d8-7314ea9ba47f.mp4"
}
],
"count": 1
},
"trace_id": "1fd439fb-a007-4920-b5de-32512158dbba"
}
Modified at 2025-03-17 21:23:47