Get All Ongoing "Training" Tasks
Retrieve the currently training tasks.
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/userVideoTwin/traniningRecords'
Responses
application/json {
"code": 0,
"data": [
{
"current_status": "sent",
"_id": "66cc39e1b0e0680cadd2ca6e"
}
]
}
Modified at 2025-02-25 05:50:51