API updates and version history
This changelog documents all changes to the Caesar API. We follow date-based versioning, where each version represents a stable snapshot of the API.
Versioning approach
Caesar uses Stripe-style date-based versioning. Each version is a dated snapshot that remains stable indefinitely. You can pin your integration to a specific version and upgrade on your own schedule.
Set your API version using the API-Version header or pin it to your API key in the dashboard.
Initial API release
The first public version of the Caesar Research API.
Core features
- Research endpoint:
POST /researchfor creating research jobs - Streaming support: Server-sent events for real-time progress updates
- OpenAI compatibility: Drop-in compatible endpoints at
/compat/completionsand/compat/chat/completions
Request parameters
Response fields
Each completed research job returns:
answer: The synthesized research responseresults: Array of source citations with URLs and excerptscompute_units_consumed: Actual units used