← Back home
API
Programmatic access to ValuDomain. REST over HTTPS, JSON in/out, API-key authenticated.
Authentication
Generate an API key from your Account page. Include it on every request:
Authorization: Bearer vd_live_xxxxxxxxxxxxEndpoints
POST
/api/public/v1/valuationsRun a valuation for one domain. Synchronous; returns the estimate and comps.
POST
/api/public/v1/pro-reportsQueue a Pro Report. Returns a job ID.
GET
/api/public/v1/pro-reports/{jobId}Fetch a Pro Report job status and (when ready) the report payload.
OpenAPI
Full schema: /openapi.yaml. Import into Postman, Insomnia, or any OpenAPI 3.1 client.
Rate limits
Free: 60 valuations/day. Pro: 1,500 valuations/day, 50 Pro Reports/day. Burst limit: 10 req/s per key. Limits are returned in X-RateLimit-* headers.
Support
API questions: contact us.