{"components":{"securitySchemes":{"apiKey":{"description":"Customer API key. A premium account session also authorizes this endpoint. Agents without a key should use the public Apify Actors instead: https://apify.com/plat/plat-site-intelligence.","in":"header","name":"X-API-Key","type":"apiKey"}}},"externalDocs":{"description":"Agent guide and the public Apify Actor suite","url":"https://platreport.com/AGENTS.md"},"info":{"contact":{"name":"Plat","url":"https://platreport.com"},"description":"Site feasibility reports for the Austin, TX metro. Enter an address, get zoning, flood, demographics, permits, traffic, walkability, and a GO / CONDITIONAL / NO-GO recommendation.\n\nPUBLIC, SELF-SERVE API FOR AGENTS: the recommended way to call Plat is the Plat Actor suite on Apify \u2014 MCP-discoverable, billed per call, no account here required. Start with https://apify.com/plat/plat-site-intelligence. The lighter Actors (zoning, flood, demographics) return the same universal-schema fragments and can be composed. The web API documented below (POST /api/analyze) is access-gated. See https://platreport.com/AGENTS.md.","title":"Plat Site Intelligence API","version":"1.0.0"},"openapi":"3.1.0","paths":{"/api/analyze":{"post":{"description":"Rate limited to 10 requests/hour per IP. Cached reports (24h TTL) return instantly.","operationId":"analyzeAddress","requestBody":{"content":{"application/json":{"schema":{"properties":{"address":{"description":"Street address in the Austin, TX metro area","examples":["1100 Congress Ave, Austin, TX"],"type":"string"}},"required":["address"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"address":{"type":"string"},"analysis":{"description":"AI analysis with recommendation (GO/CONDITIONAL/NO-GO), reasons, and next steps","type":"object"},"cached":{"type":"boolean"},"data":{"description":"Raw site data by category (zoning, flood, demographics, permits, traffic, walkability, schools, property)","type":"object"}},"type":"object"}}},"description":"Site report"},"400":{"description":"Missing or invalid address"},"404":{"description":"Address not found or outside coverage area"},"429":{"description":"Rate limit exceeded"}},"security":[{"apiKey":[]}],"summary":"Generate a site feasibility report"}}},"servers":[{"description":"Plat web host (POST /api/analyze is access-gated; GET /sample is open)","url":"https://platreport.com"},{"description":"PUBLIC self-serve API \u2014 Apify Actor, MCP-discoverable, billed per call (recommended for agents)","url":"https://apify.com/plat/plat-site-intelligence"}],"x-apify-actors":[{"summary":"Full feasibility report for an address: zoning, flood, demographics, permits, traffic, walkability, schools, property data, and a GO / CONDITIONAL / NO-GO recommendation.","title":"Site Intelligence & GO/NO-GO Report","url":"https://apify.com/plat/plat-site-intelligence"},{"summary":"Interpret an address's zoning into a universal format: what can be built, allowed uses, overlays, and whether rezoning is required. Full interpretation in 25+ authored markets (Austin, Dallas, Fort Worth, Chicago, Phoenix, Denver, Houston, TX metro suburbs and more); honest cited/coverage answers for any US address.","title":"Zoning Lookup & Interpretation","url":"https://apify.com/plat/plat-zoning-lookup"},{"summary":"Flood-zone status and plain-English risk for any US address: zone, whether it sits in a Special Flood Hazard Area (mandatory insurance), and a risk narrative.","title":"Flood Zone & Flood Risk Check","url":"https://apify.com/plat/plat-flood-risk"},{"summary":"Neighborhood demographic profile by tract for any US address: population, median household income, vacancy, and housing stats.","title":"Neighborhood Demographics","url":"https://apify.com/plat/plat-demographics"}]}
