Yes — starting with SIGN IT API version 2025-08-12 and all subsequent versions, you can.
After a Record of type TRANSACTION is successfully created (state COMPLETED, mode FINISHED), you can retrieve the official AdE record PDF by calling the retrieveRecord endpoint with the compliance-artifact query parameter:
GET {{apiBaseUrl}}/records/{{recordTransactionIdA}}?compliance-artifact
The response includes the PDF as a Base64-encoded string at compliance.artifact.data. Once decoded, the document is rendered in its original A4 format.
Note: In the TEST environment, only a placeholder PDF is returned (see example below), and it does not reflect the actual submitted values. Real data will only appear in the LIVE environment.
Tip: If you need to convert it to 80mm thermal printer format, you will need to handle the conversion on your side — some integrators do this using AI models (e.g. Claude).
What's different from version 2024-10-31?
- In version 2024-10-31: The record PDF is only available to the taxpayer via
compliance.urlreturned in the creation response after they log in to the "Fatture e Corrispettivi" portal with Fisconline credentials. - In following versions: The record PDF is still available at
compliance.url, and can also be returned by retrieving the record with acompliance-artifactquery parameter. This makes it easier to store, print, or deliver the exact AdE-issued record, without requiring the taxpayer to log in to the "Fatture e Corrispettivi" portal.