API Docs

Use one compatible endpoint and spend from your credit balance.

Import this base URL into your existing tools and send your key as a bearer token or x-api-key. The goal is simple: stay close to the workflow you already know.

POST https://api.clawtoken.cloud/v1/chat/completions

Authorization: Bearer tm_...

curl -X POST 'https://api.clawtoken.cloud/v1/chat/completions' \
  -H 'Authorization: Bearer tm_xxx' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "your-model",
    "messages": [{"role": "user", "content": "hello"}]
  }'

Available endpoints

GET https://api.clawtoken.cloud/v1/models

POST https://api.clawtoken.cloud/v1/chat/completions

POST https://api.clawtoken.cloud/v1/embeddings

Status

The public gateway shape is live. Once the upstream key is added, this endpoint becomes the customer-facing path for paid credits and higher-usage access.

GET https://api.clawtoken.cloud/health