CentralCSP
APITools

Export a scan report as PDF

Renders a finished scan as a PDF report you can share. Requires no authentication.

POST
/v1/tools/scans/{scanId}/pdf

Path Parameters

scanId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

mode?string

How much detail to return.

Default"full"
lang?string

Language for the text in the result.

Default"en"

Response Body

application/pdf

curl -X POST "https://api-next.centralcsp.com/v1/tools/scans/string/pdf" \  -H "Content-Type: application/json" \  -d '{}'
"string"