Skip to main content
POST
/
v1
/
policies
/
{id}
/
pdf
/
upload
Upload a PDF for a policy or policy version
curl --request POST \
  --url http://localhost:3333/v1/policies/{id}/pdf/upload \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

Policy ID

Example:

"pol_abc123def456"

Body

application/json

The body is of type object.

Response

201 - undefined