Skip to main content
Using an AI assistant? Install the Cala skill and your agent will know how to use Cala out of the box — no extra prompting needed.
Learn more

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.
Same input, two output shapes.

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.
No parsing. No deduplication. No hallucinated data. Verified, sourced, deterministic.

Next steps

That’s it! You can now start using Cala to build your own applications. Deep dive into the available endpoints, params and responses in our API Reference section.