Lite Property Estimation
Estimation lite (V2)
Estimation rapide du prix d’un bien (modèle V2 production).
Lite Property Estimation
À quoi ça sert
POST /v2/protected/estimate/property/lite retourne une estimation AVM (Automated Valuation Model) du prix d’un bien immobilier en France, en quelques centaines de millisecondes. C’est le modèle V2 de production de Fluximmo, entraîné sur l’historique d’annonces et de transactions agrégé par la plateforme.
L’endpoint accepte un payload synthétique : localisation (location.locationCoordinate.location au format [lng, lat]), caractéristiques du bien (habitation.surface.total, habitation.roomCount, habitation.bedroomCount), type de bien (CLASS_FLAT ou CLASS_HOUSE) et type d’offre (OFFER_BUY). Il retourne un prix central (data.price), un intervalle (data.priceRange.lower / upper) et des métadonnées optionnelles indiquant la qualité de l’estimation pour la zone considérée.
Cas d’usage typiques : pricing automatique côté agent, peer comparison (comparer un bien à son marché local), pré-qualification d’opportunité, alimentation d’une UI d’estimation grand public, scoring de portefeuille.
Exemples
E1 — Appartement Paris (75001)
E2 — Maison Bretagne (110m², 4 pièces)
Liens utiles
Clé test gratuite — 1 semaine
Créez un compte sur my.fluximmo.io pour récupérer une clé API test gratuite (1 semaine, accès limité). Aucun paiement requis.
Authorizations
Body
application/json
Habitation characteristics of the property
Location details of the property
Type of the property
Available options:
CLASS_HOUSE, CLASS_FLAT Example:
"CLASS_HOUSE"
Offer information of the property
Land details of the property
Response
Error object

