Authorization: Bearer ********************
{
"name": "Test Name",
"prompt": "Generate an image of a sunset",
"req_key": "high_aes_general_v21_L",
"width": 1024,
"height": 768
}
curl --location --request POST 'https://video.a2e.ai/api/v1/userText2image/start' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Test Name",
"prompt": "Generate an image of a sunset",
"req_key": "high_aes_general_v21_L",
"width": 1024,
"height": 768
}'
{
"code": 0,
"data": {
"name": "Test Name",
"image_urls": [
"https://prod-tos.avatar2everyone.com/adam2eve/beta/reUpload/b2fb5131-c400-4a89-9ca4-61b9f0bccf59.image"
],
"current_status": "completed",
"failed_code": "",
"failed_message": "",
"_id": "6791ef3ccd837ce76eb01b75",
"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:26:52.420Z",
"updatedAt": "2025-01-23T07:26:52.420Z"
},
"trace_id": "78a3cae7-f1e9-49f2-954c-a844dc5cfdd3"
}