cURL
curl --request GET \ --url https://backend.overtenai.com/api/v1/embed-wopi/files/{run_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
WOPI CheckFileInfo. Returns JSON metadata about the run’s primary file.
Send Authorization: Bearer sk_live_<your_key>. Keys are issued via POST /signup or via the dashboard.
Authorization: Bearer sk_live_<your_key>
Successful Response