llm
Generate Custom Prompt
Generate a custom extraction prompt from a provided graph model schema JSON.
POST
Generate Custom Prompt
Documentation Index
Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Successful Response
Previous
Infer SchemaAnalyze sample text and/or uploaded files, and propose a JSON Schema describing the entity types
and relationships present. The returned schema can be passed directly to
``/v1/llm/custom-prompt`` or ``/v1/cognify``.
Next
Generate Custom Prompt