search

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

history Recent Ingestions

No recent ingestions

View full history

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"
    }
  ]
}

API Documentation

Endpoint

POST /api/ingest

Authentication

Use Bearer token in Authorization header

Document Types

CLIENT, AGENCY, PROSPECT, COMPETITOR, NEWS, TREND, REPORT, PRODUCT, MEETING, NOTE

Required Fields

  • type - Document type
  • title - Document title

Optional Fields

  • summary - Brief description
  • content - Full content
  • metadata - Additional JSON data
  • source_url - Original URL

Manual Upload

Add New Source