Caesar API Documentation

Alt text

The Caesar API gives developers a simple way to turn queries and documents into fully cited, expert-level answers. Instead of stitching together dozens of APIs or building a complex data pipeline, Caesar handles the heavy lifting: scraping, retrieving, reasoning, and synthesising responses. Every answer comes with the underlying sources so you can surface real-time knowledge in your application without integrating endless third-party tools. You no longer have to worry about LLM inference costs, orchestration overhead, or scaling research across topics. With a single API call, you embed a domain-agnostic research engine that’s production-ready and designed to slot straight into your workflow.

Why Caesar?

Beyond search

Caesar doesn’t just find information—it researches, validates, and synthesizes it into coherent, citation-backed insights.

Horizontal intelligence

Works across all domains without specialized configuration. From financial analysis to scientific research, Caesar adapts to your query context.

Production ready

Async-first architecture with robust error handling, rate limiting, and monitoring. Build responsive applications without blocking on research tasks.

Transparent sourcing

Every claim is backed by citations. Caesar provides source URLs, relevance scores, and content snippets for complete transparency.

Core capabilities

  • Multi-source research: Searches across the internet and proprietary databases
  • Intelligent synthesis: Combines findings into coherent, contextual responses
  • Citation tracking: Links every insight to its source with relevance scoring
  • Iterative refinement: Uses compute units to validate and expand findings
  • Format transformation: Applies system prompts to tailor output structure

Getting started

Caesar operates on an asynchronous job model:

  1. Submit a research query → Receive a job ID
  2. Poll for status → Check job progress
  3. Retrieve results → Get synthesized research with citations
$# Submit research request
>curl -X POST https://api.caesar.xyz/research \
> -H "Authorization: Bearer YOUR_API_KEY" \
> -H "Content-Type: application/json" \
> -d '{"query": "Your research question here"}'
>
># Check status
>curl -X GET https://api.caesar.xyz/research/{job_id} \
> -H "Authorization: Bearer YOUR_API_KEY"

Key concepts

Control research depth with compute units (1-10). Each unit represents ~1 minute of processing and enables additional reasoning loops. Default is 1 CU.

Learn more →

Transform output format without affecting research logic. System prompts apply post-processing to synthesized content, enabling custom formatting for different use cases.

Learn more →

Navigate large result sets efficiently with page-based pagination. All list endpoints support consistent pagination parameters for predictable data retrieval.

Learn more →

During beta: 5 concurrent jobs, 200 monthly compute units. Limits apply to job creation only—reading results is unlimited.

Learn more →

Beta considerations

Caesar API is currently in beta. While the core functionality is stable, expect:

  • Occasional API changes (with migration notices)
  • Rate limit adjustments based on usage patterns
  • New features and endpoints being added
  • Performance improvements and optimizations

During the beta period, 10,000 $CAESAR tokens will be required to access the API. If you wish to use the API without owning tokens please contact us at support@caesar.xyz.

Support

Learn more