PRODUCT / DOCUMENT & INVOICE API

Turn documents into structured results your application can use.

Submit a file or supported document URL, retain the returned job ID, then retrieve structured results through polling or the documented webhook. Your application owns downstream review, approval and action.

WORKFLOW PREVIEW

A document job your application can follow.

NUMBER7 API · ASYNC JOBLIVE CONTRACT
POST/api/v1/uploadfile or supported URL
202job_7f92fileStatus · processing
GET / EVENTresult readypoll or configured webhook
{
  "jobId": "job_7f92",
  "fileStatus": "done",
  "result": { "documentType": "invoice" }
}
NUMBER7 APIstructured document resultYOUR APPLICATIONreview · approval · action

Submit the document

Authenticate and send a file or supported document URL.

Inspect stage records
REQUESTBearer-token authenticationRequired
DOCUMENTFile or URLSubmit
CONTEXTSupported document typeSpecify

Select a stage to pause and inspect the detail.

ACTUAL DOCUMENT API CONTRACT

Make the first request. Track the job. Retrieve the result.

The request and result states below follow the published Number7 API contract.

01 · UPLOAD
POST /api/v1/upload
?document.type=invoice&document.version=v1
multipart: file + fileName + fileType
02 · TRACK
data.jobId
fileStatus: processing
03 · RESULT
GET /api/v1/results/{jobId}
fileStatus: done | failed
NUMBER7 APIDocument processing

Returns the documented structured result and status.

YOUR APPLICATIONBusiness workflow

Owns downstream review, approval and action unless separately implemented.

Read the quickstart → Discuss your integration →

THE BUILD DECISION

Do not build the financial control layer twice.

Use AIdaptIQ for document-family assembly, typed transaction state, evidence and controls; keep your product experience and downstream systems yours.

01 / CONTRACT

Asynchronous by design.

Large document families and human resolution are lifecycle state, not request latency.

01

Create

File, URL, email or batch starts an idempotent job.

POST
02

Observe

Polling and signed events expose canonical state.

EVENT
03

Inspect

Typed results include evidence and control outcomes.

GET
04

Resolve

Permitted actions update and replay the transaction.

ACTION
05

Export

Downstream outcome returns to the same state.

VERIFY

02 / PLATFORM SURFACE

Infrastructure your application can depend on.

Versioned contracts and explicit failure behavior.

01

File or URL

Create jobs from files, URLs or email.

02

Typed results

Headers, lines, raw text and evidence.

03

Signed webhooks

Reliable state transitions.

04

Idempotency

Safe ingestion and export retries.

05

Document families

Invoice, PO, GRN, credit note and more.

06

Developer contracts

OpenAPI, Postman, errors and changelog.

NEXT STEP

Review the integration contract.

Map the API lifecycle, result schema and downstream action with our product team.

Review the API ↗
Request the diagnostic