- 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
Status of One Task
Global Server
Global Server
GET
/api/v1/userVideoTwin/{_id}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
_id
string
required
Example:
66ebecb24cff1fd59cac23bd
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/userVideoTwin/66ebecb24cff1fd59cac23bd'
Responses
🟢200detail
application/json
Body
code
integer
required
data
object
required
name
string
required
gender
string
required
image_url
string
required
video_url
string
required
current_status
string
required
close_mouth_path
string
required
task_status
string
required
video_backgroud_image
string
required
video_backgroud_color
string
required
image_result_url
string
required
sent_time
null
required
preview_result_url
string
required
version
integer
required
isSilent
boolean
required
hasVideoClone
boolean
required
_id
string
required
createdAt
string
required
updatedAt
string
required
Example
{
"code": 0,
"data": {
"_id": "67bd583f7b4ae10c76393899",
"name": "test",
"gender": "female",
"image_url": "",
"video_url": "https://d1tzkvq5ukphug.cloudfront.net/adam2eve/beta/users/665da3d7bcf6ab778bad0f6a/1e5fa88b-806c-4777-b2c0-0595be2a0e1e.mp4",
"current_status": "completed",
"failed_code": null,
"failed_message": null,
"wl_model": "live_protrait",
"close_mouth_path": "",
"task_id": "",
"task_status": "",
"task_result": {},
"video_backgroud_image": "",
"video_backgroud_color": "rgb(61,165,82)",
"image_result_url": "",
"image_error_code": "",
"sent_time": "2025-02-25T05:42:23.023Z",
"preview_result_url": "https://d1tzkvq5ukphug.cloudfront.net/adam2eve/beta/user/665da3d7bcf6ab778bad0f6a/userVideoTwin/67bd583f7b4ae10c76393899/preview_1740462245262.mp4",
"version": 1,
"isSilent": false,
"hasVoiceClone": false,
"hasVideoClone": false,
"skipPreview": false,
"isToPublicPool": false,
"image_version": 2,
"hasEyecontact": false,
"eyecontact_result_url": ""
}
}
Modified at 2025-02-25 06:04:00