API Reference

Complete reference for the ThalosForge REST API

Base URL

https://api.thalosforge.com/v1

Authentication

All requests require an API key in the Authorization header:

Authorization: Bearer sk_live_xxxxx

Endpoints

MethodEndpointDescription
POST/decideMake a single decision
POST/batchMake multiple decisions
GET/usageGet usage statistics
GET/healthHealth check (no auth)

Rate Limits

PlanRequests/MinuteRequests/Month
Free101,000
SDK1001,000,000
RTL1,00010,000,000
EnterpriseCustomUnlimited

Rate limit headers are included in every response:

X-RateLimit-Limit: 100
X-RateLimit-Remaining: 95
X-RateLimit-Reset: 1703097600

Detailed Documentation