openapi-documents
Openapi official documents
Two main services deliver official documents; both are asynchronous (request → poll → download PDF) and paid per document — check wallet credit (openapi-auth skill) and confirm with the user before bulk requests.
DocuEngine (preferred) — https://docuengine.openapi.com
Official documents from the Business Register, Revenue Agency, Municipalities and INPS, behind one uniform API:
GET /documents— list available document services (codes, prices).POST /requests— create a request with the service code and subject (VAT/tax code); optionally pass acallbackURL.GET /requests/{id}— poll until the request state is fulfilled (EVASA).GET /requests/{id}/documents— download the resulting documents.PATCH /requests/{id}— update a request when the service asks for it (e.g. optical balance-sheet processing).
Document families: visura camerale (ordinaria/storica, per company type, also in English), fascicolo società (current/historical), bilancio (XBRL, ottico, riclassificato), statuto, certificato di iscrizione, certificato artigiano, DURC online, visura protesti and pregiudizievoli (companies and natural persons), cariche/quote/soci attivi, eventi negativi, atto ottico.
Visure Camerali — https://visurecamerali.openapi.it
Direct chamber-of-commerce endpoints, one resource per document type, all with the same pattern POST /<type> → GET /<type>/{id} → GET /<type>/{id}/allegati (download):