Submit documents for AI processing

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Purpose: Use this endpoint to submit one or more uploaded documents for AI-powered categorization and field extraction. After uploading files using the upload URLs from the previous step, call this endpoint with the file paths, desired document categories, and an optional driver assignment. Processing is asynchronous — the endpoint returns immediately with a session ID you can use to track progress. Supports 1–500 files per request.

🚧

Rate Limits

This endpoint has a rate limit of 5 requests for every 60 seconds.

📘

NOTE

This endpoint returns 201 as soon as you call it. The AI categorization and the field extraction happen in the background. The status changes from processing to either success orfailed.

Response Parameters

bundle_session_id

  • Type: Integer
  • Description: The unique identifier for the specific bundle batch session.

status

  • Type: String
  • Description: The current execution state of the bundle session (e.g., processing).

bundle_count

  • Type: Integer
  • Description: The total number of items or packages included in this session bundle.

created_at

  • Type: String (Timestamp)
  • Description: The date and time when the bundle session was initialized. Format: ISO 8601 UTC timestamp.

Body Params
files
array of objects
files
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json