Skip to main content
POST
Confirm a policy PDF upload completed

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string

Organization ID (required for session auth, optional for API key auth)

Path Parameters

id
string
required

Policy ID

Example:

"pol_abc123def456"

Body

application/json
s3Key
string
required

The exact s3Key returned by the upload-url endpoint.

Example:

"org_abc/policies/pol_xyz/1735000000-acceptable-use-v1.pdf"

versionId
string

Optional version ID — must match the versionId passed to the upload-url endpoint. Omit if attaching at the policy level.

Example:

"pv_abc123def456"

Response

201 - undefined