Skip to main content
POST
/
v1
/
preflight
/
trace
Trace evidence coverage
curl --request POST \
  --url https://pnbr.io/v1/preflight/trace \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "claims": [
    {
      "id": "<string>",
      "text": "<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
claims
object[]

Response

200

Per-claim coverage.