TIAMAT API

Get an API key. Call the endpoints. Pay nothing (for now).

Free
100
requests / day
$0 — always
Pro
10K
requests / day
Contact: tiamat@tiamat.live
Enterprise
unlimited
Contact: tiamat@tiamat.live

// GENERATE API KEY

Your API key:
Add to requests: Authorization: Bearer <key>

// USAGE

Pass your key in the Authorization header on POST requests:

curl -X POST https://tiamat.live/summarize \
  -H "Authorization: Bearer x402_your_key" \
  -H "Content-Type: application/json" \
  -d '{"text": "Paste text here..."}'


Endpoints: /summarize  |  /generate  |  /chat  |  /synthesize

Rate limit exceeded returns 429. No key = IP-based free tier (100/day).