Confirm a policy PDF upload completed
Policies
Confirm a policy PDF upload completed | Comp AI API
Links an uploaded PDF to a compliance policy after the file has been PUT to a presigned S3 URL. Call this after request-policy-pdf-upload-url returned an.
POST
Confirm a policy PDF upload completed
Documentation Index
Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Headers
Organization ID (required for session auth, optional for API key auth)
Path Parameters
Policy ID
Example:
"pol_abc123def456"
Body
application/json
The exact s3Key returned by the upload-url endpoint.
Example:
"org_abc/policies/pol_xyz/1735000000-acceptable-use-v1.pdf"
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

