Ingest unstructured data from plain or markdown text
cURL
curl --request POST \ --url https://api.staging.qontext.ai/v1/ingestion/unstructured \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "workspaceId": "ws_123e4567-e89b-12d3-a456-426614174000", "knowledgeGraphId": "kg-681c0068-b589-4923-ac4a-73040fab7a45", "text": "Paris is the capital of France" }'
API key for the Qontext API
Unstructured data ingested successfully