API Docs

Postman collection

Import the official collection to test authentication, upload, result polling, and webhook signature verification — no boilerplate needed.

Download

Save the JSON file, then import it into Postman via File → Import.

Setup

  1. 1

    Import

    Open Postman → File → Import → select postman-collection.json

  2. 2

    Set BASE_URL

    In collection Variables, set BASE_URL to https://api.number7ai.com/api/v1

  3. 3

    Set API_KEY

    Add your API key to the API_KEY variable (get one from the dashboard)

  4. 4

    Run

    Open any request and hit Send — the collection handles Bearer token injection automatically

What's included

  • Upload — multipart file upload for all document types
  • Results — poll by jobId with pre-built test scripts
  • Authentication — bearer token header pre-configuration
  • Webhooks — example payload and signature verification helper
  • Errors — example 4xx/5xx response body shapes