Document Processing API
Tinfoil’s document processing service simplifies parsing diverse document formats — including PDFs, DOCX, PPTX, XLSX, HTML, and images — with sophisticated understanding of document structure, layout, tables, and formulas. Under the hood, Tinfoil uses Docling for document parsing.API Examples
The document processing endpoint acceptsmultipart/form-data requests at /v1/convert/file. Upload a file and the server automatically selects the correct processing pipeline, formats, and OCR settings.
Attestation
The document upload API uses the same attestation mechanism as other Tinfoil services. UseSecureClient (as shown above) to verify attestation automatically.
Try Private Chat
Experience document upload in our private chat interface with real-time privacy verification.
Docling Project
Learn more about the Docling project and its capabilities for document processing.

