List All Processing Dubbing Tasks
Retrieve the current status of a dubbing task (e.g. sent or pending or processing).
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://video.a2e.ai/api/v1/userDubbing/allProcessing'
Responses
application/json The dubbing status of the record. values:initialized
: initialization
sent
: sent to algorithm server
pending
: in algorithm queue
processing
: being processing
{
"code": 0,
"data": [
{
"current_status": "processing",
"_id": "66ea4dd87db10c73fa29b570"
}
]
}
Modified at 2025-03-13 18:52:42