API Documentation

Integrate OOretz AI capabilities into your applications

🚀

Quick Start

Get up and running in minutes with our simple API

📚

Full Reference

Complete documentation for all endpoints

💡

Examples

Code samples in multiple languages

Authentication

All API requests require an API key. Include it in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Base URL

https://api.ooretz.com/v1

Available Endpoints

POST/chat

Send a message and get an AI response

POST/agents/{agent_id}/run

Execute an AI agent task

GET/ai

List all available AI features

POST/ai/{feature_id}

Use a specific AI feature

Example Request

curl -X POST https://api.ooretz.com/v1/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "message": "Explain quantum computing",
    "model": "gpt-4"
  }'

Rate Limits

PlanRequests/minRequests/day
Free10100
Pro6010,000
EnterpriseUnlimitedUnlimited