Get Status of All Tasks in Processing
Retrieve the status of a caption removal task in processing (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 Code Samples
curl --location --request GET 'https://video.a2e.ai/api/v1/userCaptionRemoval/allProcessing'
Responses
application/json {
"code": 0,
"data": [
{
"current_status": "sent",
"_id": "66ed1713c37556d41aa91afe"
}
]
}
Modified at 2025-02-25 08:01:40