Corteksa Documentation
Build anything on your CRM.
A single REST API for records, messaging, billing, and AI — plus the guides and data model to go with it. Everything you need to integrate, extend, and automate Corteksa.
Terminal
# Read the records of any object
$ curl https://acme.corteksa.com/api/v1/object/data/contacts \
-H "X-Api-Key: crtk_live_7f3c…"
# 200 OK
{
"data": [{
"slug": "jane-doe-a1b2",
"name": "Jane Doe"
}],
"pagination": { "total": 128 }
}Explore by area
Jump straight to what you need.
Get started
Start hereBase URLs, authentication, the data model, and your first request — zero to a live call in minutes.
Guides
Build with each feature — every one follows the same template: overview, frontend, backend, API, events, webhooks.
API reference
Every REST endpoint, interactive. Try calls live and copy the request in your language.
Recipes
Short, focused tasks — send a message, invite a teammate, receive a webhook — in 5–10 minutes.