DEVELOPER REFERENCE · V1
OpenAPI and Postman resources
Use the published v1 integration resources for document upload and result retrieval.
Download the integration resources
The published Postman collection contains upload and results requests. Set base_url, api_key and job_id in your local environment. Add the multipart file fields shown in the quick start before sending an upload.
Contract checkpoints
- Base URL:
https://api.number7ai.com/api/v1 - Upload:
POST /upload, with document type and version query parameters. - Results:
GET /results/{jobId}. - Authentication: Bearer token.
- Completion status:
data.fileStatus.
Validate in your environment
Start with one non-sensitive test document and a restricted development key. Confirm the response fields your integration needs, timeout behaviour and webhook verification. Keep credentials out of exported collections and source control.
Aligned with Number7 AI’s published API documentation, reviewed 8 September 2026. These examples have not been executed against your account.

BY NUMBER7 AI