Get API Key

Get your key from the Developer Portal

Pick a Service

# Available API Base URLs
https://api.taam.cloud   

Make Request

# Example: Chat Completion
curl https://api.taam.cloud/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

Need Help?

Read Docs

Get Support