Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 1.45 KB

File metadata and controls

67 lines (34 loc) · 1.45 KB

AvmClient::DefaultApi

All URIs are relative to https://avm.enbisys.com/api

Method HTTP request Description
get_fast_valuation POST /properties/getFastValuation
get_valuation POST /properties/getValuation

get_fast_valuation

Integer get_fast_valuation(property_features)

Get only property price valuation without confidence estimation

Parameters

Name Type Description Notes
property_features PropertyFeatures Property features that describe property

Return type

Integer

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json, application/problem+json

get_valuation

Valuation get_valuation(property_features)

Get property price valuation with confidence estimation

Parameters

Name Type Description Notes
property_features PropertyFeatures Property features to valuate

Return type

Valuation

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/problem+json