Syntology Docs

REST surface

REST is intentionally narrow.

Free

curl "https://syntology.ai/api/graph/have?x=Performers"

See Have? for result vocabulary.

Metered Ask

curl -X POST https://syntology.ai/api/oauth/trial/token \
  -H "Content-Type: application/json" \
  -d '{"grant_type":"client_credentials"}'

curl "https://syntology.ai/api/graph/ask?q=What%20is%20LoRA&code_samples=true" \
  -H "Authorization: Bearer trial_..."

code_samples=true attaches declared code repositories (provenance-tagged) for papers in the answer when available.

What REST is not

  • There is no REST twin for most typed MCP tools.
  • There is no OpenAPI document to scrape for those tools.
  • Atlas JSON under /api/atlas/* is the map’s backend, not a general public graph query language — prefer MCP typed tools for agent workflows.

For the full tool list, use MCP.