docs / api / overview

API overview

Soriku exposes an OpenAI-compatible HTTP API plus a handful of Soriku-native endpoints. All endpoints live under `/api/`.

Base URL

http://localhost:8765/api

Authentication

In local mode no auth is required. In Simezu mode pass a bearer token: Authorization: Bearer <token>. Tokens come from Simezu SSO.

Rate limits

Per-tenant rate limits returned in x-ratelimit-* response headers. Exceeded requests get HTTP 429.

Endpoint groups