Docs

Documentation

Point any tool at one endpoint and start calling Claude.

Base URL

https://api.apitoken.sale            # Anthropic Messages API

Quickstart

Anthropic Messages API

curl https://api.apitoken.sale/v1/messages \
  -H "x-api-key: $APITOKEN_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "content-type: application/json" \
  -d '{"model":"claude-opus-4-8",
    "max_tokens":1024,
    "messages":[{"role":"user",
    "content":"Hello"}]}'

Authentication

# The raw key is shown once when created x-api-key: sk-pool-••• anthropic-version: 2023-06-01