Developer Documentation

Build, Test, and Troubleshoot Faster.

Clear examples and operational checks for teams integrating with Ringed Horizon AI services.

Authentication

Include your API key in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Example Request

curl https://api.ringedhorizon.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d "{\"message\":\"Hello\"}"

Basic Troubleshooting

curl -I https://api.ringedhorizon.com/health
nslookup api.ringedhorizon.com
curl -Iv https://api.ringedhorizon.com

Common Errors

  • 401 Unauthorized: Invalid or missing API key.
  • 403 Forbidden: Permission or plan issue.
  • 404 Not Found: Wrong endpoint.
  • 429 Too Many Requests: Usage limit reached.
  • 500 Server Error: Contact support with timestamp.