Back to Home

API Documentation

Integrate CatAgent's powerful AI capabilities into your applications with our simple REST API.

Quick Start

Base URL
Loading...
Example Request
curl -X POST https://your-domain.com/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4.1",
    "messages": [
      {"role": "user", "content": "Hello, how are you?"}
    ]
  }'

Ready to Get Started?

Start building with CatAgent API today and create amazing AI-powered applications.