The Ingest API accepts documents for parsing and returns a job identifier that can be polled for results.
All requests require a bearer token passed in the Authorization header. Tokens are scoped per project and expire after 90 days.
Submits a document for parsing. The request body is multipart form data with a single file field.
Lists recent parse jobs for the authenticated project, newest first, paginated in groups of 25.