Content
Upload Files
Upload files for ingestion or item updates.
POST
Upload Files
Documentation Index
Fetch the complete documentation index at: https://docs.gloo.com/llms.txt
Use this file to discover all available pages before exploring further.
Error Reference: Ingestion
Common errors: publisher org mismatch, publisher not found, file read errors, duplicate uploads in the response body.
Authentication
The API requires a JWT token with specific claims to authorize access. The token must be associated with a Client ID that has access to the specified publisher. The system validates that the organization associated with your Client ID has permission to access the publisher specified in your request.JWT Token Requirements
Your JWT must include the following claims:- A
subclaim containing your API Client ID. - A
scopeclaim that includesapi/access.
You will only be able to send content to a publisher that belongs to your organization. Please double-check the
publisher_id field in the request body for accuracy.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Optional item_id to update (replacing existing content)
Optional producer-specific identifier for the uploaded file. When provided, only one file may be uploaded in the request.
Upload Files

