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

questionstring required

The natural-language question to translate.

Response

Cypher generated successfully

cypherstring

Changes

Changed in 1 of the 17 revisions of this API.1