Goated AI API. Build with the GOAT.
Integrate Goated AI into your own apps. One API key gives you access to 500+ models.
Quick Start
Get started in 2 minutes with your API key.
1
Get your key
Sign up and generate your free API key from the dashboard.
2
Pick a model
Choose from 500+ models — or let us auto-select the best one.
3
Make a request
Send your first API call. That's it. You're live.
Endpoints
POST
/v1/chatAPI KeyGET
/v1/modelsAPI KeyPOST
/v1/completionsAPI KeyGET
/v1/key/infoAPI KeyGET
/v1/healthNo authCode Examples
import requests
API_KEY = "your-goated-api-key"
url = "https://goatedai.net/v1/chat"
response = requests.post(
url,
headers={"X-API-Key": API_KEY},
json={"message": "Hello Goated!", "model": "goated-v1"}
)
print(response.json()["reply"])Authentication
All API requests require your API key sent via the X-API-Key header.
curl -H "X-API-Key: GOATED-XXXX-XXXX-XXXX" https://goatedai.net/v1/chat
📋 Available Models
Browse our full model library. Each model has different strengths — from ultra-fast to deep reasoning.
Rate Limits
Free plan
50 req/day
Pro plan
5K req/day
Enterprise
∞ unlimited
Rate limit
60 req/min