AI Services API

PDF extraction and AI-powered property data analysis

Health Check

GET /health

Check if the service is running and configured correctly.

Extract Property from PDF

POST /api/extract-property-from-pdf

Upload PDF files (exposés) to extract property data using AI. Returns structured property information and extracted images.

curl -X POST https://ai-services.immonerd.de/api/extract-property-from-pdf \ -F "pdfs=@expose.pdf" \ -H "X-API-Key: your-api-key"