AI Property Descriptions

Generate marketing descriptions for property listings using AI.

Generate professional marketing descriptions for property listings using AI. The generated text is based on the property's attributes and, optionally, its images.

Endpoint

POST /properties/description/generate

Authentication: Required (API key or JWT)

Request Body

Provide as much property detail as possible for the best results. All fields are optional, but more data produces better descriptions.

FieldTypeDescription
propertyIdstringID of an existing property (used to verify ownership)
propertyTypestringProperty type (e.g., villa, apartment, penthouse)
propertyCategorystringProperty category: residential, commercial, industrial, land
listingTypestringListing type: sale, rent, sale_or_rent, fraction
bedroomsnumberNumber of bedrooms
bathroomsnumberNumber of bathrooms
citystringCity name
provinceStatestringProvince or state
countryCodestringISO 3166-1 alpha-2 country code
regionstringRegion name
communitystringCommunity or neighborhood
livingAreanumberLiving area size
plotAreanumberPlot area size
areaUnitstringUnit for area fields (e.g., sqm, sqft)
yearBuiltnumberYear of construction
pricenumberListing price
currencystringISO 4217 currency code
hasPoolbooleanSwimming pool
hasSeaViewbooleanSea view
hasGaragebooleanGarage
hasTerracebooleanTerrace
hasGardenbooleanGarden
isFurnishedbooleanFurnished
hasAirConditioningbooleanAir conditioning
hasLiftbooleanElevator / lift
additionalFeaturesobjectCustom key-value features
imageUrlsstring[]URLs of property images for AI image analysis

Example

curl -X POST https://api.fondaro.com/properties/description/generate \
  -H "Authorization: Bearer fondaro_pk_abc123" \
  -H "Content-Type: application/json" \
  -d '{
    "propertyType": "villa",
    "propertyCategory": "residential",
    "listingType": "sale",
    "bedrooms": 4,
    "bathrooms": 3,
    "city": "Marbella",
    "region": "Costa del Sol",
    "countryCode": "ES",
    "livingArea": 320,
    "plotArea": 800,
    "areaUnit": "sqm",
    "price": 1250000,
    "currency": "EUR",
    "hasPool": true,
    "hasSeaView": true,
    "hasGarden": true,
    "imageUrls": [
      "https://cdn.example.com/property/img1.jpg",
      "https://cdn.example.com/property/img2.jpg"
    ]
  }'

Response

{
  "description": "Discover this exceptional 4-bedroom villa in the heart of Marbella's Costa del Sol, offering breathtaking sea views and a private swimming pool. Spanning 320 sqm of living space on an 800 sqm plot, this residence features beautifully landscaped gardens, spacious terraces, and contemporary finishes throughout..."
}
FieldTypeDescription
descriptionstringAI-generated marketing description

Tips

  • Include imageUrls when available — the AI analyzes images to describe visual details like interior finishes, views, and architectural style
  • Provide accurate location data (city, region, countryCode) for location-specific marketing language
  • The generated description is ready to use as-is or as a starting point for editing

Fondaro Help

Docs & support

Hi there, how can we help?

Browse popular articles or ask a question below.

Popular articles

Or ask a question