Skip to main content

Get API Key

Get your key from the Developer Portal

Pick a Service

# Available API Base URLs
https://api.gately.ai   

Make Request

# Example: Chat Completion
curl https://api.gately.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o-mini",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Services

🤖 Chat

Interact with AI models

🔍 Search

AI-powered search

🎵 Music

Generate music

🌐 Crawl

Extract web content

📄 Documents

Process files

🧮 Embeddings

Vector embeddings

Need Help?

Read Docs

Get Support