Generate a custom extraction prompt from a provided graph model schema JSON.
cURL
curl --request POST \ --url https://api.cognee.ai/api/v1/llm/custom-prompt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "graphModel": {} } '
{ "customPrompt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Graph model schema as JSON object.
Additional kwargs forwarded to LLMGateway.
Successful Response
Was this page helpful?