Translate a natural-language question into read-only Cypher
Translate a natural-language question into a read-only OpenCypher query using a configured LLM provider. NLQ must be enabled via environment (NLQ_MODEL, OPENAI_API_KEY, optional NLQ_API_BASE_URL). Returns the generated Cypher only; execute it with /api/query.
post/api/nlq
Request body
Response
Cypher generated successfully
Changes
Changed in 1 of the 17 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○