cURL
curl --request GET \ --url https://backend.overtenai.com/api/v1/edit/{run_id} \ --header 'Authorization: Bearer <token>'
"<string>"
Render the Overten viewer for an authenticated run.
Auth is the ?token= query param minted at run completion. On a valid token we return an HTML page that loads the document inside the Overten in-browser viewer.
?token=
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
The response is of type string.
string