Create your API key
Get an API key to authenticate your requests. Go to our Console and create a new API key.Get Cala's API key
Create a free Cala account and get your API key.
Make your first request
Both endpoints accept the same input — the difference is how they respond. Send a Cala QL expression (or a natural-language question) and choose the output shape you need.Get a Structured Answer
POST /v1/knowledge/query returns JSON rows — ready for programmatic use.
Get a Natural-Language Answer
POST /v1/knowledge/search returns a succinct, sourced answer in markdown.