{ "opencollection": "1.0.0", "info": { "name": "OneAtlas WorldDEM Access API", "version": "1.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Access", "type": "folder" }, "items": [ { "info": { "name": "Download Product", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/download", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." }, { "name": "type", "value": "", "type": "query" } ] }, "docs": "Returns the product of the catalog item. For image product, this endpoint give access to the formatted product. For vector product, this endpoint give access directly to the product.\n\nThis endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n" }, { "info": { "name": "Get Image Associated Data", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/images/:imageId/associatedData/:associatedDataType/data", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." }, { "name": "imageId", "value": "543246d8-2a72-11e8-b045-e7011a379452", "type": "path", "description": "The identifier of the requested image" }, { "name": "associatedDataType", "value": "imageDimap", "type": "path", "description": "The type of the associated data" } ] }, "docs": "**WORK IN PROGRESS**\n\nReturns associated data of the given image of the catalog item. This endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n" }, { "info": { "name": "Get Image Buffer", "type": "http" }, "http": { "method": "POST", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/images/:imageId/buffer", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" }, { "name": "accept", "value": "" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." }, { "name": "imageId", "value": "543246d8-2a72-11e8-b045-e7011a379452", "type": "path", "description": "The identifier of the requested image" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a buffer of the given image of the catalog item. This endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n" }, { "info": { "name": "Get Image Histogram", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/images/:imageId/histogram", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." }, { "name": "imageId", "value": "543246d8-2a72-11e8-b045-e7011a379452", "type": "path", "description": "The identifier of the requested image" } ] }, "docs": "Returns the histogram of the given image of the catalog item. This endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n" }, { "info": { "name": "Get Image Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/images/:imageId/metadata", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." }, { "name": "imageId", "value": "543246d8-2a72-11e8-b045-e7011a379452", "type": "path", "description": "The identifier of the requested image" } ] }, "docs": "Returns metadata of the given image of the catalog item. This endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n" }, { "info": { "name": "WCS Visualization", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/images/:imageId/wcs", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." }, { "name": "imageId", "value": "543246d8-2a72-11e8-b045-e7011a379452", "type": "path", "description": "The identifier of the requested image" } ] }, "docs": "WCS visualization endpoint for a given image of a catalog item. This endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n\nWCS protocol shall be used to request this endpoint. Please refer to the WCS documentation. Currently supported versions are `1.0.0`, `1.1` and `2.0`.\n" }, { "info": { "name": "WMS Visualization", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/images/:imageId/wms", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." }, { "name": "imageId", "value": "543246d8-2a72-11e8-b045-e7011a379452", "type": "path", "description": "The identifier of the requested image" } ] }, "docs": "WMS visualization endpoint for a given image of a catalog item. This endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n\nWMS protocol shall be used to request this endpoint. Please refer to the WMS documentation. Currently supported versions are `1.0.0`, `1.1.0` and `1.3.0`.\n" }, { "info": { "name": "WMTS Visualization", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/images/:imageId/wmts", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." }, { "name": "imageId", "value": "543246d8-2a72-11e8-b045-e7011a379452", "type": "path", "description": "The identifier of the requested image" } ] }, "docs": "WMTS visualization endpoint for a given image of a catalog item. This endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n\nWMTS protocol shall be used to request this endpoint. Please refer to the WMTS documentation. Currently supported versions are `1.0.0`.\n" }, { "info": { "name": "Get Catalog Item Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/metadata", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." }, { "name": "imageId", "value": "543246d8-2a72-11e8-b045-e7011a379452", "type": "path", "description": "The identifier of the requested image" } ] }, "docs": "Returns metadata of the given catalog item.\n\nThis endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n" }, { "info": { "name": "Quicklook", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/quicklook", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." } ] }, "docs": "Display the quicklook of the catalog item. This endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n\nThe visualization is different according to processing level and product type:\n - SENSOR / bundle: multispectral image\n - ORTHO / bundle: panchromatic image\n - others: first image\n" }, { "info": { "name": "Thumbnail", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/thumbnail", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." }, { "name": "width", "value": "", "type": "query", "description": "The width in pixel of the thumbnail" } ] }, "docs": "Display the thumbnail of the catalog item. This endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n\nThe visualization is different according to processing level and product type:\n - SENSOR / bundle: multispectral image\n - ORTHO / bundle: panchromatic image\n - others: first image\n" }, { "info": { "name": "WMS Visualization", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/wms", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." } ] }, "docs": "WMS visualization endpoint for a given catalog item. This endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n\nWMS protocol shall be used to request this endpoint. Please refer to the WMS documentation. Currently supported versions are `1.0.0`, `1.1.0` and `1.3.0`.\n\nThe visualization is different according to processing level and product type:\n - SENSOR / bundle: on the fly orthorectification with panchromatic and multispectral images\n - ORTHO / bund" }, { "info": { "name": "WMTS Visualization", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/items/:catalogItemId/wmts", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "catalogItemId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "Identifier of an IDP catalog item (property `id` of a search result)." } ] }, "docs": "WMTS visualization endpoint for a given catalog item. This endpoint **should not be forged** but retrieved from the `_links` map in each catalog response.\n\nWMTS protocol shall be used to request this endpoint. Please refer to the WMTS documentation. Currently supported versions are `1.0.0`.\n\nThe visualization is different according to processing level and product type:\n - SENSOR / bundle: on the fly orthorectification with panchromatic and multispectral images\n - ORTHO / bundle: panchromatic i" } ] } ], "bundled": true }