Create an ingest job
Create an ingest job for the authenticated organization. You can control how documents are parsed and chunked using the optional config object (for example, chunk size, overlap, language, and advanced OCR/LLM options).
Documentation Index
Fetch the complete documentation index at: https://docs.agentset.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Default authentication mechanism
Headers
Optional tenant id to use for the request. If not provided, the namespace will be used directly. Must be alphanumeric and up to 64 characters.
^[A-Za-z0-9]{1,64}$Path Parameters
The id of the namespace (prefixed with ns_)
"ns_123"
Body
The ingest job payload for creation.
- Text Payload
- URL Payload
- Managed File Payload
- Crawl Payload
- Youtube Payload
- Batch Payload Input
The name of the ingest job.
The ingest job config.
A unique external ID of the ingest job. You can use this to identify the ingest job in your system.