Documentation

Build with NeuDocIQ API

Integrate document intelligence into your product in minutes. The full documentation and interactive API explorer live in NeuDocIQ Studio.

Quickstart

Your first document in 5 minutes

01

Get your API key

Sign up at studio.neudociq.com and generate an API key from the Settings page.

02

POST your document

Send a multipart request with your document file to the /v1/parse endpoint.

03

Receive structured data

Get back a JSON payload with extracted text, tables, fields, and confidence scores.

Example request (cURL)
curl -X POST https://api.neudociq.com/v1/parse \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@invoice.pdf" \
  -F "lang=en" \
  -F "output=full"
Documentation

Explore the docs

Getting started

Create an account, get your API key, and process your first document in under 5 minutes.

Core API

Full reference for the Parse, Classify, Extract, and Verify endpoints.

Document types

Supported formats, language configurations, and schema definitions per document type.

Webhooks

Set up async processing callbacks and receive extraction results to your endpoint.

Integrations

Connect NeuDocIQ to your existing systems — ERPs, CRMs, and custom backends.

Enterprise & on-prem

Deployment guides, SSO configuration, RBAC setup, and air-gapped installation.

Need integration support?

Our developer team helps enterprise customers with custom integrations, schema design, and pipeline configuration.