Ingest data from a website
cURL
curl --request POST \ --url https://api.staging.qontext.ai/v1/ingestion/website \ --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", "url": "https://www.google.com", "type": "singlePage" }'
API key for the Qontext API
Website data ingested successfully