Skip to main content
POST
/
v1
/
extractions
/
shape
Extract through a shape
curl --request POST \
  --url https://pnbr.io/v1/extractions/shape \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "source": "<string>",
  "shape_id": "<string>",
  "apply": false,
  "project_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
source
string
shape_id
string
apply
boolean
default:false
project_id
string

Response

200

An extraction receipt with a delta id.