APITools
Export a scan report as PDF
Renders a finished scan as a PDF report you can share. Requires no authentication.
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"Get scan radar statistics GET
Returns a scan's scores by category, shaped for a radar chart. Requires no authentication.
Analyze a CSP policy POST
Reviews a Content-Security-Policy header value and reports what each directive does and where the policy is weak, for example an unsafe keyword or an overly...