{ "opencollection": "1.0.0", "info": { "name": "Mireye Earth Ask Sites API", "version": "0.14.0" }, "items": [ { "info": { "name": "Sites", "type": "folder" }, "items": [ { "info": { "name": "Register Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/sites", "body": { "type": "json", "data": "{}" } }, "docs": "Register/bootstrap a site: validate the polygon, kick the dossier build\nONCE (the slow sieve + fetch), persist it. Idempotent — same polygon →\nsame site_id. Questions then go to POST /v1/ask-site with the site_id." }, { "info": { "name": "Get Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/sites/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Get Site" } ] } ], "bundled": true }