Outreach API
The Caesura REST API provides endpoints for generating, evaluating, and refining outreach content (such as emails and LinkedIn messages) based on proven psychological principles and sales methodologies.
Our REST API is driven by an OpenAPI 3.0 specification.
Interactive Reference
The interactive API reference detailing every endpoint, parameter, and schema is generated directly from our OpenAPI specification.
You can view the full interactive reference in the sidebar navigation.
Authentication
All API endpoints require authentication using a Bearer token. This can be either a JWT or a Caesura API key.
Authorization: Bearer caesura_xxxxxx
See the Authentication guide for details on how to generate an API key.
Current Focus: Outreach
The current endpoints are grouped under the Outreach tag. They allow you to:
- Generate: Draft tailored outreach messages based on persona and company context.
- Evaluate: Score and analyze existing outreach copy for effectiveness.
- Shorten: Intelligently reduce message length to fit platform constraints (like LinkedIn's character limits) while preserving the core message.
The Caesura REST API is under active development. Endpoints, schemas, and capabilities may evolve as new features are introduced.