{ "opencollection": "1.0.0", "info": { "name": "API Reference async_process zarr_collection API", "version": "1.0.0" }, "items": [ { "info": { "name": "zarr_collection", "type": "folder" }, "items": [ { "info": { "name": "Query Zarr collections", "type": "http" }, "http": { "method": "GET", "url": "https://services.sentinel-hub.com/zarr/v1/collections", "params": [ { "name": "count", "value": "", "type": "query", "description": "Upper limit to the number of items to retrieve. It cannot be larger than the endpoint-specific limit. If omitted, the endpoint-specific limit is used.\nFor more records, use *viewtoken* to page through." }, { "name": "viewtoken", "value": "", "type": "query", "description": "When the total number of items is larger than *count*, the response contains *viewtoken*.\nThis *viewtoken* can be used in the next request to retrieve the next page of items.\n\nThe next page can be retrieved by repeating the query. However, replace your URL with the\nnext URL in the returned links object.\n" }, { "name": "search", "value": "", "type": "query", "description": "Optional query to search Zarr collections by name. If omitted, all items are returned.\n" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://services.sentinel-hub.com/auth/realms/main/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Query Zarr collections" }, { "info": { "name": "Create a Zarr collection", "type": "http" }, "http": { "method": "POST", "url": "https://services.sentinel-hub.com/zarr/v1/collections", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://services.sentinel-hub.com/auth/realms/main/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a Zarr collection" }, { "info": { "name": "Get a Zarr collection", "type": "http" }, "http": { "method": "GET", "url": "https://services.sentinel-hub.com/zarr/v1/collections/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://services.sentinel-hub.com/auth/realms/main/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a Zarr collection" }, { "info": { "name": "Update Zarr collection", "type": "http" }, "http": { "method": "PUT", "url": "https://services.sentinel-hub.com/zarr/v1/collections/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://services.sentinel-hub.com/auth/realms/main/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Zarr collection" }, { "info": { "name": "Delete Zarr collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://services.sentinel-hub.com/zarr/v1/collections/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://services.sentinel-hub.com/auth/realms/main/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Zarr collection" }, { "info": { "name": "Reingest a Zarr collection", "type": "http" }, "http": { "method": "PUT", "url": "https://services.sentinel-hub.com/zarr/v1/collections/:collectionId/reingest", "params": [ { "name": "collectionId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://services.sentinel-hub.com/auth/realms/main/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Reingest a Zarr collection" } ] } ], "bundled": true }