- 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
- Manage Face Swap Resource
- Quickly Preview Face Swap
- Face Swap Tasks
- AI Dubbing
- Image to Video
- Caption Removal
- Streaming Avatar
- Miscellaneous
Get Status of Face Swap Task
Global Server
Global Server
GET
/api/v1/userFaceSwapTask/status
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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/userFaceSwapTask/status'
Responses
🟢200status
application/json
Body
code
integerÂ
required
data
array [object {5}]Â
required
current_status
stringÂ
required
result_url
stringÂ
required
error_code
integerÂ
optional
faild_message
stringÂ
optional
_id
stringÂ
optional
Example
{
"code": 0,
"data": [
{
"current_status": "processing",
"result_url": "",
"error_code": null,
"faild_message": null,
"_id": "6674f21f68d5dc7e6efd342a"
}
]
}
Modified at 2025-02-25 07:10:46