Skip to main content
DocIntell provides a REST API that can be accessed from any programming language. This section contains examples in popular languages.

Python

Python examples using requests

TypeScript

TypeScript/JavaScript examples

cURL

Command-line examples

API Reference

Full API documentation

Common Patterns

Authentication

All requests require an API key in the Authorization header:

Async Processing

Document extraction is asynchronous. Here’s the recommended flow using webhooks: Two options for tracking completion:

Error Handling

All errors return RFC 7807 format:

Rate Limits