Rivya AI ডকস

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/models
  • POST /api/v1/generations
  • POST /api/v1/files
  • POST /api/v1/chat/completions
  • GET /api/v1/chat/sessions
  • GET /api/v1/chat/sessions/{sessionId}
  • GET /api/v1/generations/{taskId}
  • GET /api/v1/credits
  • GET /api/v1/webhooks
  • POST /api/v1/webhooks
  • GET /api/v1/webhooks/{endpointId}
  • PATCH /api/v1/webhooks/{endpointId}
  • DELETE /api/v1/webhooks/{endpointId}
  • POST /api/v1/webhooks/{endpointId}/rotate-secret
  • GET /api/v1/webhook-events
  • GET /api/v1/webhooks/{endpointId}/deliveries
  • POST /api/v1/webhooks/{endpointId}/test
  • GET /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 ব্যবহার করুন।

Table of Contents