Ingest
Data Ingestion
Import and process documents from external sources
Total Ingested
17,049
Last 24 Hours
+0
Pending Enrichment
0
Failed (Recent)
0
settings_input_component Configured Sources
No sources configured yet
code API Quick Reference
POST /api/ingest
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"source": "your-source-name",
"documents": [
{
"type": "NEWS",
"title": "Document Title",
"summary": "Brief summary"
}
]
}