Lite Property Estimation
IA — Estimations
Estimation immobilière lite — prix d'un bien (API V2)
Estimation de prix d’un bien immobilier français à partir de sa localisation, ses caractéristiques et son type d’offre.
Lite Property Estimation
Documentation Index
Fetch the complete documentation index at: https://doc.fluximmo.io/llms.txt
Use this file to discover all available pages before exploring further.
À quoi ça sert
POST /v2/protected/estimate/property/lite retourne une estimation du prix d’un bien immobilier en France (prix central + intervalle) à partir d’un payload minimal (localisation + habitation + type + offre).
L’endpoint est synchrone et peut être appelé depuis votre app (UI, worker batch, scoring de portefeuille). Vous pouvez cacher côté client par hash des champs métier pour économiser du quota.
Payload
| Champ | Type | Obligatoire | Sens |
|---|---|---|---|
location.locationCoordinate.location | [number, number] | Oui | Coordonnées WGS84 au format [lng, lat]. À obtenir via le géocodage. |
habitation.surface.total | number | Oui | Surface habitable totale en m². |
habitation.roomCount | integer | Oui | Nombre de pièces (T1 = 1, T2 = 2, etc.). |
habitation.bedroomCount | integer | Oui | Nombre de chambres. |
land.surface | number | Si maison | Surface du terrain en m² (objet land racine, optionnel). |
type | enum | Oui | CLASS_FLAT ou CLASS_HOUSE. |
offer.type | enum | Oui | OFFER_BUY (l’endpoint lite ne supporte pas OFFER_RENT). |
Réponse
L’API retourne un prix central, un intervalle (priceRange) et un objet metadata. Le contrat exact est documenté plus bas par le bloc OpenAPI (POST /v2/protected/estimate/property/lite).
Pour un appel pratique de bout en bout (géocodage + estimation + cache), suivez le playbook Estimer un bien.
Exemple
Liens utiles
- Playbook — Estimer un bien — géocodage + estimation + cache, bout en bout.
- Géocoder une adresse en amont.
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

