Skip to main content
GET
/
api
/
videos
/
{video_id}
/
analyses
/
{analysis_id}
/
status
Get analysis status
curl --request GET \
  --url https://api-prod.nomadicml.com/api/videos/{video_id}/analyses/{analysis_id}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "analysis_id": "<string>",
  "progress": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <NOMADIC_API_KEY>.

Path Parameters

video_id
string
required

Nomadic video identifier.

analysis_id
string
required

Nomadic analysis identifier.

Response

Successful response.

status
string
analysis_id
string
progress
number