Skip to main content
Most users never call this API directly: the Python SDK wraps it. This tab documents the HTTP surface for anyone integrating without the SDK.
The R3AL platform API is hosted at https://platform.r3al.ai. Every route lives under /v1. Requests authenticate with a Bearer API key (r3l_live_...) minted on the platform’s SDK / API keys page (see Authentication). The core job flow is: upload your model, submit a quantize or QAT job (which returns immediately with a job id), poll the job, then download its artifacts.

What’s in this API

Authentication

API keys, session tokens, and account roles.

Jobs

Upload, quantize, qat, poll, download artifacts, and check usage.

API keys

Mint, list, and revoke keys for programmatic access.

Team & roles

Register, verify email, log in, invites, and role management.

Rate limiting

Per-caller sliding-window limits and the 429 response shape.

Errors

One consistent error envelope across every endpoint.

Quantize a model over HTTP

See Jobs for polling and downloading the result.