Clex AI

API.operational

You're on the API host. Endpoints are OpenAI-compatible. Authenticate with a clex_* key from your dashboard.

Base https://api.ai.clex.in/v1
Chat POST https://api.ai.clex.in/v1/chat/completions
Health GET https://api.ai.clex.in/api/health
Auth Authorization: Bearer clex_********
curl https://api.ai.clex.in/v1/chat/completions \
  -H "Authorization: Bearer $CLEX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "moonshotai/kimi-k2-instruct",
    "messages": [{"role":"user","content":"hello"}]
  }'
Read the docs → Dashboard Models & pricing