Ingest data with metadata
Ingestion Endpoints
Ingest data with metadata
Ingest textual data together with metadata such as source (e.g., HubSpot, Notion, Google Drive) and type (e.g., Email, Document, Lead, Deal).
POST
Ingest data with metadata
Documentation Index
Fetch the complete documentation index at: https://docs.qontext.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for the Qontext API
Body
application/json
The id of the vault that the data should be ingested into.
Example:
"kg_a2de5758-a7c5-4291-9f97-3da82f99c8f8"
The data to ingest
Example:
"Harry Potter created a new deal for Gryffindor Inc. in HubSpot: [...]."
The source of the data to ingest.
Example:
{
"source_integration": "HubSpot",
"source_data_type": "Deal",
"source_id": "4754016823"
}Response
Data ingestion initiated
The sync log id for the ingestion process.
Example:
"sync_a01c7c1c-ecb0-49ec-af7f-329f4b4628bf"