Get interview analysis PDF
Interviews
Get Interview Analysis PDF
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
Get interview analysis PDF
Returns the Base64-encoded PDF report of the candidate analysis for a specific interview.Documentation Index
Fetch the complete documentation index at: https://docs.instaview.sk/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint provides the analysis PDF as a Base64-encoded string, separated from the main interview resource to keep theGET /interviews/:id response lightweight. Use this endpoint when you need the formatted PDF report for download, forwarding, or archival.
Use Cases
- Download PDF Report: Retrieve the formatted analysis report for a candidate
- Forward to Stakeholders: Get the PDF to email or share with hiring managers
- Archival: Store the PDF report alongside your internal records
Prerequisites
The interview must have a completed analysis for the PDF to be available. If the interview is still in progress or has no analysis, the endpoint returns a404 error.
Response
analysisPdfBase64 field contains the full PDF document encoded as a Base64 string. To reconstruct the PDF file, decode the Base64 string into binary data.
Example Usage
Error Scenarios
- 404 Not Found: Interview doesn’t exist, has been deleted, or analysis is not yet available
- 403 Forbidden: Interview belongs to a different company
The analysis PDF is also included in the
analysis.completed webhook
payload as the analysisPdfBase64
field, so you may not need this endpoint if you are already consuming
webhooks.Related Resources
Get Interview
Get full interview details including analysis data
Webhooks Guide
Receive analysis PDF automatically via webhooks
Authorizations
API key for authentication using Bearer scheme
Path Parameters
Query Parameters
Required for ATS API keys to specify which company to access. Ignored for standard company API keys.
Response
200 - application/json
Base64-encoded PDF report of the candidate analysis
Example:
"JVBERi0xLjQKMSAwIG9iai..."