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 two authentication methods:
- API Key — For server-to-server calls. Format:
sk_live_...orsk_test_...
Pass your credentials in the Authorization header:
Authorization: Bearer sk_live_your_api_keyBase URL
| Environment | URL |
|---|---|
| Production | https://api.tellcasey.com |