cURL
curl --request GET \ --url https://api.opennote.com/v1/video/status/{video_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "status": "pending", "message": "<string>", "completion_percentage": 123, "video_id": "<string>", "response": { "success": true, "error": "<string>", "s3_url": "<string>", "b64_video": "<string>", "title": "<string>", "transcript": "<string>", "sources": [ { "url": "<string>", "content": "<string>" } ], "cost": 0, "model": "picasso", "timestamp": "<string>" }, "error": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for video job status checks.
pending
completed
failed
status_error
Complete video response with all metadata.
Show child attributes
Was this page helpful?