The Riza API is small but mighty. Endpoints accept JSON-encoded requests and return JSON-encoded responses. Standard HTTP codes are used to indicate success or failure.Documentation Index
Fetch the complete documentation index at: https://docs.riza.io/llms.txt
Use this file to discover all available pages before exploring further.
API Libraries
We offer API libraries for Python, Node.js and Go, with more on the way. These libraries are generated and built using Stainless. Check them out!riza-api-python
Access the Riza API from any Python 3.7+ application.
riza-api-node
Access the Riza API from server-side TypeScript or JavaScript.
riza-api-go
Access the Riza API from Go.
OpenAPI
The Riza API is also documented via a public OpenAPI spec.Connecting
The Riza API accepts HTTPS requests atapi.riza.io.
Authentication
The Riza API uses API keys to authenticate requests. Include an API key in theAuthorization header with a Bearer prefix.
Errors
The Riza API uses HTTP status codes to indicate success or failure. If a request fails, the response body will contain a JSON document with amessage key: