Ingestion
What this page is for
Use ingest endpoints to start a draft session from supported source types.
Endpoints
POST /api/ingest/webPOST /api/ingest/manualPOST /api/ingest/file— see File Upload
Steps
- Choose source type.
- Send request with
X-User-ID. - Store returned
sessionId. - Move to session operations.
Verify
- Response contains
sessionId,sourceType, and timestamps. GET /api/session/<id>returns draft state.
Troubleshooting
- Web ingest timeout: tune
WEB_FETCH_TIMEOUT.
All ingest endpoints accept an optional chunkingConfig — see Configurable Chunking.