- 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
List Tasks of Text-to-Image Tasks
Global Server
https://video.a2e.ai
Global Server
https://video.a2e.ai
GET
/api/v1/userText2image/allRecords
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/userText2image/allRecords?pageNum=1&pageSize=10'
Responses
🟢200Success
application/json
Body
code
integerÂ
required
data
objectÂ
required
Example
{
"code": 0,
"data": {
"rows": [
{
"name": "Test Name",
"image_urls": [
"https://prod-tos.avatar2everyone.com/adam2eve/beta/reUpload/4f624a4d-3ca0-4529-9769-1bd74d5cc90c.image?rk3s=7f9e702d&x-expires=1737704692&x-signature=QAdIV9U1LmXIb21TOkR4VeiZB9E="
],
"current_status": "completed",
"failed_code": "",
"failed_message": "",
"deleted": false,
"_id": "6791f3741ffe04ef3193f27e",
"prompt": "Generate an image of a sunset",
"req_key": "high_aes_general_v21_L",
"width": 1024,
"height": 768,
"user_id": "665da3d7bcf6ab778bad0f6a",
"coins": 20,
"createdAt": "2025-01-23T07:44:52.705Z",
"updatedAt": "2025-01-23T07:59:12.453Z"
}
],
"count": 1
},
"trace_id": "5e9f5c7d-c744-4bba-a1af-08931bf8fb16"
}
Modified at 2025-07-07 08:41:26