v1

latestOpenAPI 3.0.02026-07-2468247202.3 KB
Utilities

Trigger PDF generation

Triggers asynchronous PDF generation for a verification session or profile. Returns a job ID that can be used to poll for status and download the PDF when ready.

post/pdf/trigger

Request body

OR

Example request

{
  "session_id": "abc123",
  "profile_id": "b5d4b038-0923-4e4e-97ea-3dbbf8eb413b"
}

Response

PDF generation job created

job_idstring
status'PENDING' | 'PROCESSING'
created_atinteger

Unix timestamp in milliseconds

Example response

{
  "job_id": "d942cea8-2771-4a8e-8d4a-360690b74e0c",
  "status": "PENDING",
  "created_at": 1772953594000
}