Skip to main content

API Reference

Full API reference for developers working with Chatbase.

FAQ and troubleshooting

Why am I getting 401 or 403 responses?

Confirm you are sending a valid API key or token in the header your integration uses, that the key is not expired or revoked, and that your user role is allowed to call that endpoint. Regenerate keys under Accounts → API keys if unsure.

Where is the base URL and versioning documented?

The API reference lists base URLs, paths, and payload shapes for each resource. If an endpoint returns 404, check for typos in the path and that your account has access to the feature behind that route.

Can I try requests without writing code?

Use curl, Postman, or any HTTP client with your key. Start with a simple GET that lists a resource you know exists (for example agents or workspaces) to validate connectivity before POST/PATCH calls.