Logo
DocumentationAPI ReferenceChangelog
DocumentationAPI ReferenceChangelog
  • Get Started
    • Introduction
    • Authentication
    • Rate Limits
  • Integration
    • SDKs
    • OpenAI Compatibility
    • MCP Server
    • llms.txt
    • x402
  • Guides
    • Research Parameters
    • Model Selection
    • Prompt Guidance
    • Versioning
  • Reference
    • Errors
    • Pagination
Integration

SDKs

Caesar provides official SDKs to simplify integration with your applications. Our SDKs handle authentication, request formatting, response parsing, and provide type-safe interfaces for all API operations.

Python

Install with pip:

$pip install caesar-data
TypeScript

Install with npm:

$npm install caesar-data
Go

Install with go get:

$go get github.com/caesar-data/go-sdk

Code examples for each SDK are available in the API Reference section alongside each endpoint.

Built with