Skip to main content
POST
/
profile-audit-reports
/
v1
/
profiles
/
{profile_id}
/
pdf
Generate profile audit PDF
curl --request POST \
  --url https://api.gominerva.com/profile-audit-reports/v1/profiles/{profile_id}/pdf \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

The Minerva API key used for this integration. Manage API keys in the Minerva dashboard under Administration > Developers.

Path Parameters

profile_id
string
required

ID of the screening profile to export.

Query Parameters

fileName
string

Optional download filename, without the .pdf extension. This changes only the Content-Disposition filename; report content is always generated from Minerva records.

Response

Generated profile audit PDF.

The response is of type file.