Get started in 5 minutes

Follow our quickstart guide to make your first API call with intelligent routing.

Quickstart Guide

Integration Guides

Quick Example

# Make a request with intelligent routing
curl -X POST https://api.plexor.dev/gateway/anthropic/v1/messages \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "X-Plexor-Mode: balanced" \
  -d '{
    "model": "claude-3-5-sonnet-20241022",
    "max_tokens": 1024,
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Key Endpoints

POST
/gateway/anthropic/v1/messages

Send messages to Claude with intelligent routing

POST
/gateway/openai/v1/chat/completions

OpenAI-compatible chat completions endpoint

GET
/api/users/me/usage

Get your current usage statistics and savings