Skip to main content
Version: 1.28.0

Ingest a document into the processing pipeline

POST 

/v0/documents

Uploads a file to the validation-pending bucket, creates a document record, and triggers the processing pipeline. No format validation or virus scanning is performed at this stage. The file will have status VALIDATION_PENDING until the pipeline picks it up for validation.

Request

Responses

Document ingested successfully

Response Headers
    X-RateLimit-Limit

    Maximum number of requests allowed in the current rate limit window for the used scope.

    X-RateLimit-Remaining

    Number of requests remaining in the current rate limit window.

    X-RateLimit-Reset

    Unix timestamp (seconds since epoch, UTC) when the rate limit window resets.

    X-RateLimit-Scope

    The OAuth scope bucket to which this rate limit applies: read or write.