API Changelog
Rivya API v1 documentation, endpoint, model reference, schema और future surface updates track करें।
अंतिम समीक्षा 2026/05/11 को
यह पेज developers को प्रभावित करने वाले public Rivya API बदलाव record करता है।
2026-05-11
Rivya API v1 के लिए शुरुआती API documentation set:
- API overview
- quickstart
- authentication
- OpenAPI और schema contract
- API model list
- dynamic model API reference
- generation submission
- generation status polling
- credit balance
- errors और limits
- reference uploads के लिए Files API
- signed generation completion events के लिए API webhooks
- API-created sessions के साथ non-streaming और streaming Chat API
मौजूदा 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
अभी खुला नहीं है
ये 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, एक बार दिखाए जाने वाले secret, 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 इस्तेमाल करें।