AI Service Operational
AI-Powered PDF Analysis
Extract property data from PDF exposés using artificial intelligence. Get structured information, images, and insights from real estate documents.
POST
/api/extract-property-from-pdf
Upload PDF property exposés and receive structured data including address, price, features, and extracted images.
curl -X POST https://ai-services.immonerd.de/api/extract-property-from-pdf \
-H "X-API-Key: YOUR_API_TOKEN" \
-F "pdfs=@expose.pdf" \
-F "pdfs=@floorplan.pdf"
Requires
X-API-Key header | Max 10 PDFs | Max 50MB per file
Text Extraction
Extract all text content from PDF documents
Image Extraction
Extract and return images as base64 PNG
AI Analysis
Intelligent property data extraction
German Real Estate
Specialized for German property terms
Extracted Property Data
Address
Musterstr. 123
Price
350.000 EUR
Size
85 m2
Rooms
3 Zimmer
Year Built
1995
Type
Apartment
+ Features, Images, Description, and more...
Response Format
Success (200)
JSON with propertyData, extractedImages, and stats
Error (4xx/5xx)
JSON with error.code, error.message, and requestId