Number7AI — API Docs

Number7 AI API reference

REST API for document upload, extraction processing, and structured result retrieval. Authenticate once, upload by file or URL, poll or receive webhooks.

Base URLhttps://api.number7ai.com/api/v1

Core API workflow

  1. 1

    Authenticate

    Add Authorization: Bearer <API_KEY> to every request.

  2. 2

    Upload

    POST /upload with multipart file or URL body. Receive a jobId.

  3. 3

    Poll

    GET /results/:jobId every ~20s until fileStatus is done or failed.

  4. 4

    Consume

    Parse the structured JSON response and push to your ERP or workflow.

Reference sections