BIEE Public API

Our platform enables real estate innovation with AI. Access powerful tools to evaluate financial capacity, estimate property value, and build intelligent assistants.

πŸš€ Quickstart

Send a test request with your API key (request your token via the contact button):

curl -X POST https://api.biee.cl/evaluar-finanzas \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "ingreso_liquido": 1800000, "bono": 200000, "arriendos": 300000, "deudas": 150000, "edad": 35, "profesion": "Ingeniero", "tipo_contrato": "Indefinido", "anos_en_empleo": 4, "valor_uf": 37000 }'
πŸ“© Contact Us to Get Access

πŸ“˜ Introduction

This API reference describes the RESTful services offered by BIEE. Use these endpoints to build intelligent real estate experiences integrated into your own systems.

All endpoints require HTTP Bearer Authentication with a valid API key:

Authorization: Bearer YOUR_API_KEY

πŸ” Endpoints Overview