Start building with TaamCloud API
Get API Key
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!"}] }'
Was this page helpful?