API Tokens
Generate and manage API tokens for programmatic access to Rhesis. You can manage them at app.rhesis.ai/tokens .
What are API Tokens? API Tokens authenticate programmatic access to Rhesis via the REST API or Python SDK. The token is shown only once at creation — copy it immediately.

Using API Tokens
With REST API
Include the token in the Authorization header:
With Python SDK
Initialize the SDK with your token:
See Python SDK for complete usage documentation.