Skip to main content
POST
/
embed-wopi
/
files
/
{run_id}
Wopi Lock Op
curl --request POST \
  --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": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Send Authorization: Bearer sk_live_<your_key>. Keys are issued via POST /signup or via the dashboard.

Path Parameters

run_id
string
required

Query Parameters

access_token
string | null

Response

Successful Response