POST
/
v1
/
ingestion
/
unstructured
Ingest Unstructured Text
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"
}'

Authorizations

X-API-Key
string
header
required

API key for the Qontext API

Body

application/json

Response

201

Unstructured data ingested successfully