Authorization: Bearer ********************
curl --location --request GET 'https://video.a2e.ai/api/v1/userImageEdit/685bcd6afb322d603026af8c'
{
"code": 0,
"data": {
"_id": "685bcd6afb322d603026af8c",
"name": "My first AI Outfit or Product Holding",
"edit_type": "product",
"image_urls": [
"https://example.com/AI_product/p_perfume.png",
"https://example.com/AI_product/model2.jpg"
],
"result_image_url": "https://example.com/d90194d0-f2e0-4aa7-a3a7-775dc30c8908.jpeg",
"current_status": "completed",
"coins": 30,
"createdAt": "2025-06-25T10:20:26.997Z",
"failed_message": "",
"failed_code": ""
},
"trace_id": "157bc028-d82f-4074-a986-fc0a679c03df"
}