API

Playground

This calls the real endpoint with your own key, so it counts against your rate limit and is billed like any other request.

Held in this page only, never saved. Reload and you will paste it again — a key in browser storage outlives the person using the machine.

curl https://askuntold.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"untold-uncensored","messages":[{"role":"user","content":"Hello!"}]}'