Returns the Base64-encoded PDF report of the candidate analysis for a specific interview. The interview must have a completed analysis for the PDF to be available.
GET /interviews/:id response lightweight. Use this endpoint when you need the formatted PDF report for download, forwarding, or archival.
404 error.
analysisPdfBase64 field contains the full PDF document encoded as a Base64 string. To reconstruct the PDF file, decode the Base64 string into binary data.
analysis.completed webhook
payload as the analysisPdfBase64
field, so you may not need this endpoint if you are already consuming
webhooks.API key for authentication using Bearer scheme
Required for ATS API keys to specify which company to access. Ignored for standard company API keys.
Base64-encoded PDF report of the candidate analysis
"JVBERi0xLjQKMSAwIG9iai..."