Authorization: Bearer ********************
{
"name": "My first AI Talking Photo",
"image_url": "https://example.com/8857f31c-4873-4e12-aff3-dbc5640512e7.JPG",
"audio_url":"https://example.com/zh.WAV",
"duration": 3,
"prompt": "speaking, looking at the camera, detailed eyes, clear teeth, static view point, still background, elegant, clear facial features, stable camera, professional shooting angle",
"negative_prompt": "vivid colors, overexposed, flickering, blurry details, subtitles, logo, style, artwork, painting, image, static, overall grayish, worst quality, low quality, JPEG compression artifacts, ugly, incomplete, extra fingers, poorly drawn hands, poorly drawn face, deformed, disfigured, malformed limbs, fused fingers, motionless person, cluttered background, three legs, crowded background, walking backwards"
}
curl --location --request POST 'https://video.a2e.ai/api/v1/talkingPhoto/start' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My first AI Talking Photo",
"image_url": "https://example.com/8857f31c-4873-4e12-aff3-dbc5640512e7.JPG",
"audio_url":"https://example.com/zh.WAV",
"duration": 3,
"prompt": "speaking, looking at the camera, detailed eyes, clear teeth, static view point, still background, elegant, clear facial features, stable camera, professional shooting angle",
"negative_prompt": "vivid colors, overexposed, flickering, blurry details, subtitles, logo, style, artwork, painting, image, static, overall grayish, worst quality, low quality, JPEG compression artifacts, ugly, incomplete, extra fingers, poorly drawn hands, poorly drawn face, deformed, disfigured, malformed limbs, fused fingers, motionless person, cluttered background, three legs, crowded background, walking backwards"
}'
initialized
: initializationsent
: sent to algorithmpending
: in algorithm queueprocessing
: being processedcompleted
: completedfailed
: algorithm failed{
"code": 0,
"data": {
"_id": "686770ddbf319f630a1cb3f7",
"name": "My first AI Talking Photo",
"image_url": "https://example.com/8857f31c-4873-4e12-aff3-dbc5640512e7.JPG",
"audio_url": "https://example.com/audio.WAV",
"duration": 3,
"current_status": "initialized",
"coins": 50,
"createdAt": "2025-07-04T06:12:45.856Z",
"failed_message": "",
"failed_code": "",
"result_url": "",
"prompt": "speaking, looking at the camera, detailed eyes, clear teeth, static view point, still background, elegant, clear facial features, stable camera, professional shooting angle",
"negative_prompt": "vivid colors, overexposed, flickering, blurry details, subtitles, logo, style, artwork, painting, image, static, overall grayish, worst quality, low quality, JPEG compression artifacts, ugly, incomplete, extra fingers, poorly drawn hands, poorly drawn face, deformed, disfigured, malformed limbs, fused fingers, motionless person, cluttered background, three legs, crowded background, walking backwards"
},
"trace_id": "f4350fa1-b092-4d33-99a7-79dc08197c63"
}