API

Quick start

  1. 1

    Make a key

    Generate a key
  2. 2

    Point your client here

    BASE URL OpenAI-compatible

    https://askuntold.ai/v1
    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!"}]}'
  3. 3

    Check what you were served

    Every response carries an untold block naming the privacy mode it was actually delivered under, and a receipt digest you can verify without us.

Rate limits

signed out 20 requests per minute on this plan. Every response carries x-ratelimit-* headers, so a client can read its real budget rather than trusting this sentence.

Use Untold with your favourite tools

  • Cursor

    AI-powered code editor

  • Claude Code

    Anthropic's coding CLI

  • Open WebUI

    Self-hosted chat front-end

  • SillyTavern

    Character-first interface

Each of these takes a base URL and a key. Change those two and the rest of your setup is unchanged.