Get Video Analysis
Fetch the saved video analysis for a session. Responses may be in-flight, complete, or failed.
Authentication
AuthorizationBearer
Your API key (e.g. ng_xxx…). The Try it and generated code send it as Authorization: Bearer <key>.
Alternatively use the X-API-Key header with the raw key.
OR
X-API-Keystring
Alternative authentication header. Send the raw API key as X-API-Key: <token>.
Path parameters
session_id
Session identifier returned by the full-analysis pipeline.
Response
Current saved analysis state for the session.
status
sessionId
userId
createdAt
updatedAt
jobId
progress
result
error
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error