tlearthAPI Gateway
DK

API Gateway

OpenAI-compatible endpoint that routes across every model, agent, and workflow on TLearth.

99.98% uptime
Endpoint
https://api.tlearth.dev/v1/chat/completions
curl https://api.tlearth.dev/v1/chat/completions \
  -H "Authorization: Bearer $TLearth_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "auto",
    "messages": [{"role":"user","content":"Draft a NDA"}],
    "route": {"quality": 0.7, "speed": 0.2, "cost": 0.1}
  }'
Guardrails
  • PII redactionon
  • Rate limit2,000 rpm
  • Response signingEd25519
  • Fallback pool3 models

API keys

  • production
    aios_pk_live_9f2a…c81e
    read, invoke42d ago
  • staging
    aios_pk_test_71d0…4a19
    read, invoke, admin12d ago