RunsGet the verification report as PDF

Get the verification report as PDF

Returns the rendered verification report for a terminal run as a PDF document, suitable for archiving or sharing with the subject.

Operator notes recorded during review are deliberately excluded from this document.

curl -X GET "https://api.deepvue.link/v1/runs/123e4567-e89b-12d3-a456-426614174000/report.pdf" \
  -H "Content-Type: application/json" \
  -H "client-id: YOUR_API_KEY" \
  -H "x-api-key: YOUR_API_KEY"
{}
GET
/v1/runs/{id}/report.pdf
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: client-id)
client-idstring
Required

Your Deepvue client identifier.

Your Deepvue client identifier.
API Key (header: x-api-key)
x-api-keystring
Required

Your Deepvue API key. Secret - keep it server-side.

Your Deepvue API key. Secret - keep it server-side.
path
idstring
Required

The run's UUID.

Format: uuid
Request Preview
Response

Response will appear here after sending the request

Authentication

header
client-idstring
Required

API Key for authentication. Your Deepvue client identifier.

header
x-api-keystring
Required

API Key for authentication. Your Deepvue API key. Secret - keep it server-side.

Path Parameters

idstring
Required

The run's UUID.

Responses

The rendered report.