API Reference

Get Shot Processing 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"
  }
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!