API Changelog
Rivya API v1 documentation، endpoint، model reference، schema، اور future surface updates track کریں۔
2026/05/11 کو آخری review
یہ page public Rivya API changes record کرتا ہے جو developers کو affect کرتے ہیں۔
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
Current 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
Model list بدل سکتی ہے جب Rivya models add، remove، یا gate کرتا ہے۔ Fixed count پر rely کرنے کے بجائے /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 استعمال کریں۔