Logo
  • Get Started
    • Introduction
    • Authentication
    • SDKs
    • Compute Units (CU)
    • Prompt Guidance
    • Errors
    • Rate Limits
    • Pagination
  • Research
    • POSTCreate research
    • GETRetrieve a research object
    • GETRetrieve raw result content
    • GETList research
    • POSTCreate file
    • GETList files
Get Started

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.

Previous

Compute Units (CU)

Next
Built with