- 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
List All Processing Dubbing Tasks
Global Server
Global Server
GET
/api/v1/userDubbing/allProcessing
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/userDubbing/allProcessing'
Responses
🟢200All processing
application/json
Body
code
integerÂ
required
data
array [object {2}]Â
required
current_status
stringÂ
optional
initialized
: initializationsent
: sent to algorithm serverpending
: in algorithm queueprocessing
: being processingcompleted
: completedfailed
: algorithm failed_id
stringÂ
optional
Example
{
"code": 0,
"data": [
{
"current_status": "processing",
"_id": "66ea4dd87db10c73fa29b570"
}
]
}
Modified at 2025-03-13 18:52:42