Ensure PDF/A files meet conformance levels with our PDF/A validation API. Automatically analyze PDF structure; lexical, syntactic, and semantic levels; and metadata, fonts, color space, and other properties in your app or workflow.
Use a simple API to validate PDF/A compliance for documents in your own platform, or automate it with tools like Zapier — without dealing with complex validation logic or infrastructure.
No code? No problem. Connect Nutrient DWS Processor API to your favorite apps with Zapier to automate document workflows and save time on repetitive tasks.
Select a package that suits your needs according to the number of credits you wish to spend. Each API tool and action has a specific credit cost.
This example will validate the conformance of an uploaded PDF file. It returns a report with the level of conformance of the PDF/A file and the errors encountered during validation.
Try it out in three steps
pdfa.pdf to your project folder.result.json to see the output.curl -X POST https://api.nutrient.io/validate_pdfa \ -H "Authorization: Bearer your_api_key_here" \ -o result.json \ --fail \ -F file=@pdfa.pdfcurl -X POST https://api.nutrient.io/validate_pdfa ^ -H "Authorization: Bearer your_api_key_here" ^ -o result.json ^ --fail ^ -F file=@pdfa.pdfPOST https://api.nutrient.io/validate_pdfa HTTP/1.1Content-Type: multipart/form-data; boundary=--customboundaryAuthorization: Bearer your_api_key_here
--customboundaryContent-Disposition: form-data; name="file"; filename="pdfa.pdf"Content-Type: application/pdf
(file data)--customboundary--Most common next steps
Use the following:
Get started:
Platform resources:
No input or resulting documents are stored on our infrastructure. All files are deleted as soon as a request finishes. Alternatively, check out our self-hosted product.
All communication between your application and Nutrient is done via HTTPS to ensure your data is encrypted when it’s sent to us.
All payments are handled by Paddle. Nutrient DWS Processor API never has direct access to any of your payment data.
Create an account to get your DWS Processor API key and start making API calls.