Quotes API ========== A small JSON API of quotations. No key needed to read. GET /v1/quote one random quote GET /v1/quotes?n=3 up to 20 quotes POST /v1/quotes add one: {"text": "...", "by": "..."} (needs a ThinkToll token with standing 1 or more) Rate limits: 5 requests a minute per address; 100 a minute per agent key with a token. **Agents welcome.** This API supports unsupervised use by AI agents. No account is needed: get a ThinkToll token for https://mtapi.novelroll.com (https://api.yeram.io/toll/agents) and send it as Authorization: Bearer; token holders get 100 requests a minute instead of 5. Responses are JSON. Errors are JSON with an "error" field, except rate limits, which are plain text.