Quickstart

Connect your favorite AI apps and start building in seconds with our high-performance gateway.

Get your API Key
Your secure access token for all AI services.
Code Integration
Integrate API into your application
curl
curl /v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-your-api-key" \
  -d '{
    "model": "gpt-4o-mini",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'