Factum Parse API specializes in the extraction of data from Italian administrative and financial documents, including FatturaPA XML and PDF formats. It ensures complete data privacy with its Strict Zero Data Retention (ZDR) policy, utilizing volatile RAM and maintaining full compliance with GDPR regulations.
{
"job_id": "3f2b5e6a-0000-4000-8000-000000000004",
"doc_type": "fattura_pa_xml",
"content_hash": "a1b2c3d4e5f67890",
"size_bytes": 2841,
"mime_type": "text/xml",
"deduplicated": false,
"status": "done"
}
curl --location --request POST 'https://zylalabs.com/api/13523/factum+parse+api/30046/upload+document' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{}'
{
"job_id": "3f2b5e6a-0000-4000-8000-000000000004",
"status": "done",
"document_type": "fattura",
"provider_used": "fast-path-xml",
"prompt_version": "fattura-v1",
"confidence": 1,
"cost_usd": 0,
"tokens": 0,
"fallbacks": [],
"content_hash": "a1b2c3d4e5f67890",
"result": {
"supplier": {
"name": "Company SRL",
"vat_id": "IT01234567890"
},
"totals": {
"net_amount": 100,
"vat_amount": 22,
"total_amount": 122
}
}
}
curl --location --request POST 'https://zylalabs.com/api/13523/factum+parse+api/30047/parse+document' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"job_id": "3f2b5e6a-0000-4000-8000-000000000004",
"doc_type": "auto"
}'
{
"job_id": "3f2b5e6a-0000-4000-8000-000000000004",
"doc_type": "fattura_pa_xml",
"content_hash": "a1b2c3d4e5f67890",
"size_bytes": 2841,
"mime_type": "text/xml",
"deduplicated": false,
"status": "done"
}
curl --location --request GET 'https://zylalabs.com/api/13523/factum+parse+api/30048/get+upload+status' --header 'Authorization: Bearer YOUR_API_KEY'
{
"status": "ok",
"service": "factum-parse",
"version": "0.1.0",
"environment": "dev",
"uptime_seconds": 0,
"data": {
"total_jobs": 30,
"done_jobs": 18,
"failed_jobs": 3,
"pending_jobs": 9,
"last_parse_at": "2026-08-13T10:27:42.876838+00:00",
"cost_per_doc_usd": 0.00021
}
}
curl --location --request GET 'https://zylalabs.com/api/13523/factum+parse+api/30049/service+status' --header 'Authorization: Bearer YOUR_API_KEY'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Factum Parse API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
(Save 2 months with annual billing 🎉)
Factum Parse API specializes in the extraction of data from Italian administrative and financial documents, including FatturaPA XML and PDF formats. It ensures complete data privacy with its Strict Zero Data Retention (ZDR) policy, utilizing volatile RAM and maintaining full compliance with GDPR regulations.
The "Upload Document" endpoint returns metadata about the uploaded document, including job ID and status. The "Parse Document" endpoint returns structured JSON data extracted from the document, such as supplier details and totals. The "Get Upload Status" endpoint provides the status and metadata of the upload, while the "Service Status" endpoint offers system health information, including job statistics.
Key fields include "job_id" (unique identifier), "status" (processing state), "document_type" (type of document), "result" (parsed data), and "content_hash" (hash of the document content). For service status, fields like "total_jobs" and "done_jobs" provide insights into system performance.
The returned data is structured in JSON format. Each response contains key-value pairs organized into nested objects, such as "result" for parsed data and "data" for service statistics. This structure allows easy access to specific information, like supplier details or job status.
The "Upload Document" endpoint provides upload metadata. The "Parse Document" endpoint extracts detailed invoice data, including supplier information and financial totals. The "Get Upload Status" endpoint offers processing status, while the "Service Status" endpoint gives an overview of system health and job statistics.
Response data is organized into distinct sections based on the endpoint. For example, the "Parse Document" response includes "job_id," "status," and a "result" object containing parsed invoice details. This organization helps users quickly locate relevant information.
The data is sourced from Italian FatturaPA XML and PDF invoices, ensuring compliance with Italian administrative frameworks. The API employs a Privacy-First Zero-Retention architecture, meaning no data is stored, enhancing data security and privacy.
Typical use cases include automating invoice processing, extracting financial data for accounting, and integrating invoice information into business systems. Users can leverage the structured JSON output for reporting and analytics.
Users can parse the structured JSON to extract specific fields, such as supplier names or total amounts, for further processing. This data can be integrated into financial systems or used for compliance reporting, enhancing operational efficiency.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund