v1
latestOpenAPI 3.0.22026-07-1741871.9 KBGet Osm Current Snapshot As File
Generates the current raw OpenStreetMap data available on database based on the input geometry, query and spatial features.
Steps to Run Snapshot :
- Post the your request here and your request will be on queue, endpoint will return as following : { "task_id": "your task_id", "track_link": "/tasks/task_id/" }
- Now navigate to /tasks/ with your task id to track progress and result
post/snapshot/
Request body
Example request
{
"fileName": "My test export",
"geometryType": [
"point",
"polygon"
]
}Response
Successful Response
Example response
{
"task_id": "aa539af6-83d4-4aa3-879e-abf14fffa03f",
"track_link": "/tasks/status/aa539af6-83d4-4aa3-879e-abf14fffa03f/"
}