Endpoints for generating, retrieving, and managing reports related to document processing.
Skribble validation report
Get the digitally signed Skribble validation report as PDF. The report is generated once per validation ID, language, ETSI attachment flag and timezone, then cached — subsequent requests with the same parameters are served from cache and not billed. Optionally attach the ETSI TS 119 102-2 XML validation report as an embedded file in the PDF.
path Parameters
idThe 'id' provided by the validate operation
query Parameters
langLanguage of the validation report
attachETSIReportAttach the ETSI TS 119 102-2 XML validation report as a file attachment to the PDF. When enabled, the XML report is embedded in the PDF and a paperclip annotation is added on the last page. This registers additional usage for the ETSI report endpoint.
timeZoneIANA timezone name used to render timestamps in the report — the "Generated at" time and each signer's "Time of signature". Defaults to UTC, preserving the previous behaviour when omitted. The rendered zone abbreviation (e.g. UTC, CET, PST) reflects the chosen zone. Browser callers can pass Intl.DateTimeFormat().resolvedOptions().timeZone. The timezone is part of the report cache key, so each distinct timezone (per language and ETSI flag) is rendered, billed and cached once. An unknown or malformed value returns 400.
Skribble validation report › Responses
Signed validation report PDF
