API Reference
Every Valara API endpoint, generated from the live OpenAPI contract.
The Valara REST API. Every page below is generated from the live OpenAPI
contract (public/openapi/v1.json), which is itself derived from the request
and response schemas the /api/v1 routes serve, so the reference cannot drift
from the real API.
New here? Start with the Quickstart, then Authentication for keys and scopes.
Reviews
Submit an appraisal, track it, and retrieve the scored result.
- Submit a review —
POST /reviews - List reviews —
GET /reviews - Retrieve a review —
GET /reviews/{id} - Retrieve a review result —
GET /reviews/{id}/result - Stream review progress —
GET /reviews/{id}/events - Delete a review —
DELETE /reviews/{id}
Keys
Create and manage API keys. These are session-authenticated (dashboard or CLI); an API key cannot manage keys.
- Create an API key —
POST /keys - List API keys —
GET /keys - Revoke an API key —
DELETE /keys/{id}