API
Getting Started
Learn how to integrate with the Casey API.
Welcome to the Casey API documentation.
Casey is a conversational AI platform for structured interviews, insight capture, and content generation. Use the API to create conversations, manage projects, and retrieve results programmatically.
Authentication
The Casey API supports authenticating using an API key. Get your API key by logging in to your organization dashboard at https://app.tellcasey.com and then clicking Settings > API Keys
- API Key — For server-to-server calls. Format:
sk_live_...
Pass your credentials in the Authorization header:
Authorization: Bearer sk_live_your_api_keyBase URL
| Environment | URL |
|---|---|
| Production | https://api.tellcasey.com/v1/backend |