API Reference

Authentication

All API requests require a Bearer token in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Base URL

https://api.katexs.com/v1
⚠️ The Katexs API is in private beta. Request access at support@katexs.com

Endpoints

GET/agents

List all agents in your account

POST/agents

Create a new agent

GET/agents/:id/calls

Retrieve call history for an agent

Errors

CodeMeaningResolution
400Bad request — malformed or missing parameters.Check the request body against the endpoint schema.
401Unauthorized — missing or invalid API key.Send a valid Bearer token in the Authorization header.
404Not found — the resource does not exist.Verify the resource ID and that it belongs to your workspace.
429Rate limited — too many requests.Back off exponentially and retry after the Retry-After header.
500Server error on the Katexs side.Retry the request; if it persists, contact support with the request ID.