Skip to main content
POST
/
v1
/
bridges
/
{id}
/
analyze
Analyze coverage and drift
curl --request POST \
  --url https://pnbr.io/v1/bridges/{id}/analyze \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

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

The body is of type object.

Response

200

Coverage + drift analysis.