API Changelog
Track Rivya API v1 documentation, endpoint, model reference, schema, and future surface updates.
Last reviewed on 2026/05/11
This page records public Rivya API changes that affect developers.
2026-05-11
Initial API documentation set for Rivya API v1:
API overview
quickstart
authentication
OpenAPI and schema contract
API model list
dynamic model API reference
generation submission
generation status polling
credit balance
errors and limits
Files API for reference uploads
API webhooks for signed generation completion events
non-streaming and streaming Chat API with API-created sessions
The current API version covers asynchronous image, video, and audio generation through API keys and account credits. It also includes Files API uploads for model reference media, signed webhooks for terminal generation events, and Chat API turns with non-streaming or SSE streaming responses.
Current Endpoint Surface
GET /api/v1/modelsPOST /api/v1/generationsPOST /api/v1/filesPOST /api/v1/chat/completionsGET /api/v1/chat/sessionsGET /api/v1/chat/sessions/{sessionId}GET /api/v1/generations/{taskId}GET /api/v1/creditsGET /api/v1/webhooksPOST /api/v1/webhooksGET /api/v1/webhooks/{endpointId}PATCH /api/v1/webhooks/{endpointId}DELETE /api/v1/webhooks/{endpointId}POST /api/v1/webhooks/{endpointId}/rotate-secretGET /api/v1/webhook-eventsGET /api/v1/webhooks/{endpointId}/deliveriesPOST /api/v1/webhooks/{endpointId}/testGET /api/v1/openapi.json
Not Open Yet
These surfaces are not part of the current callable API:
Chat webhook events
official SDKs
Compatibility Notes
The model list can change as Rivya adds, removes, or gates models. Use /api/v1/models or Model API Reference instead of relying on a fixed count.