{"name":"Annidata CDN","version":"1.0.0","description":"Multi-vendor Real Estate CDN - Property data and images","domain":"cdn.annidata.it","providers":["realsmart","gestim","agim"],"authentication":{"public_api":{"description":"Property and agency data (vendor-scoped)","methods":[{"type":"Origin header","description":"Browser requests - Origin must be registered for vendor","example":"Origin: https://www.agecasa.it"},{"type":"X-Vendor-Key header","description":"Server-side requests - Use vendor public API key","example":"X-Vendor-Key: pk_agecasa_abc123..."}]},"admin_api":{"description":"Vendor management and sync control","method":"X-API-Key header with admin key"},"cdn_images":{"description":"Images are public (path contains vendor slug)","method":"No authentication required"}},"endpoints":{"properties":"/api/properties","agencies":"/api/agencies","cdn":"/cdn/{vendor}/{propertyId}/{filename}","vendors":"/api/vendors","sync":"/api/sync"},"examples":{"browserFetch":"fetch('https://cdn.annidata.it/api/properties')","serverFetch":"fetch('https://cdn.annidata.it/api/properties', { headers: { 'X-Vendor-Key': 'pk_...' } })","image":"https://cdn.annidata.it/cdn/agecasa/prop123/main.jpg"}}