API Changelog
Rivya API v1 documentation, endpoint, model reference, schema এবং future surface updates track করুন।
শেষ review 2026/05/11
এই page developer-দের প্রভাবিত করে এমন public Rivya API changes record করে।
2026-05-11
Rivya API v1-এর initial API documentation set:
- 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
বর্তমান API version API keys এবং account credits দিয়ে asynchronous image, video এবং audio generation cover করে। এতে model reference media-এর জন্য Files API uploads, terminal generation events-এর জন্য signed webhooks, এবং non-streaming বা SSE streaming responses সহ Chat API turns অন্তর্ভুক্ত আছে।
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
এই surfaces current callable API-এর অংশ নয়:
- Chat webhook events
- official SDKs
Compatibility Notes
Rivya models add, remove বা gate করলে model list বদলাতে পারে। fixed count-এর ওপর নির্ভর না করে /api/v1/models বা Model API Reference ব্যবহার করুন।
Related Pages
API Authentication
Bearer API keys, scoped permissions, one-time secret display, revocation এবং rotation দিয়ে Rivya API requests authenticate করুন।
Chat API
non-streaming বা SSE turns, API-created sessions, file_id image attachments এবং token-based credit settlement-এর জন্য Rivya Chat API ব্যবহার করুন।