Skip to main content
POST
/
v1
/
documents
/
{id}
/
extract
Prepare extraction
curl --request POST \
  --url https://pnbr.io/v1/documents/{id}/extract \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "shape_id": "<string>",
  "project_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

A pnbr- API key. Project-scoped keys make project_id implicit; org-scoped keys require it.

Path Parameters

id
string
required

Body

application/json
shape_id
string
project_id
string

Response

202

Extraction handoff body.