For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
DocumentationAPI ReferenceChangelog
DocumentationAPI ReferenceChangelog
  • Get Started
    • Introduction
    • Authentication
    • Versioning
    • SDKs
    • x402
    • Compute Units (CU)
    • Prompt Guidance
    • Errors
    • Rate Limits
    • Pagination
Get Started

SDKs

Built with

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.