Generate a Ping.Location report (PDF)
Requests a PDF report for a building. Only sovid is required — all other fields are optional.
Returns 202 when generation is queued. Poll GET /api/v1/location/report with task_id until status is SUCCESS, then download from GET /api/v1/location/file/{filename}.
Provide layer to include a risk overlay in the map (e.g. ping-flood). When layer is set, the map is captured via server-side browser rendering.
Authorizations
Token-based authentication with required prefix "Token"
Body
Schema-only serializer for external API documentation.
Unique building identifier.
1Optional region to highlight on the map, drawn as a rectangle.
Risk overlay layer. When provided, the map is captured via server-side browser rendering so the overlay is visible in the PDF. Supported values: ping-flood, ping-eq-zones, ping-slosh-1, ping-slosh-3, ping-slosh-4, ping-tier-combined, ping-usda-wildfire, crime-tract.
1Geographic bounds for the map image. When omitted, the backend infers bounds from the building's coordinates.
Base map style.
satellite- satelliteroadmap- roadmaphybrid- hybridterrain- terrain
satellite, roadmap, hybrid, terrain Response
Generation queued — poll with task_id and document_id