get https://api.lipdub.ai/v1/shots//status
Check the current status of video processing and AI training for a specific shot.
This endpoint provides real-time status updates about the processing of your uploaded video and the training progress of the AI model.
Example Response
{
"data": {
"shot_status": "running",
"ai_training_status": "running"
}
}