Skip to main content
GET
/
api
/
public
/
results
/
{interviewId}
/
pdf
Get interview results PDF
curl --request GET \
  --url http://localhost:3001/api/public/results/{interviewId}/pdf \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

Path Parameters

interviewId
string
required

The unique identifier of the interview

Response

Successfully generated PDF

PDF binary data