Render an evaluation as a PDF report
Runs the same evaluation pipeline as POST /v1/evaluate and returns the result as a synchronously-rendered PDF (application/pdf). Accepts the same input shape plus an optional metadata object whose reserved keys (title, subtitle, customer_name, project_ref, logo_url, notes) render in pre-styled positions and whose custom map renders as a key/value table.
Idempotency-Key prevents double-billing on retries; PDF bytes are NOT cached — replays re-render from the same verdict.
Documentation Index
Fetch the complete documentation index at: https://docs-attestly.code4source.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
- EvaluateReportRequest
- EvaluateReportRequest
Same shape as POST /v1/evaluate. At least one of input.geometry or input.scheme MUST be present.
256Optional report metadata. Reserved fields render in pre-styled positions; custom renders as a key/value table after the verdict.
Response
Rendered PDF report.
The response is of type file.