{ "opencollection": "1.0.0", "info": { "name": "Getty Images Usage API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Usage", "type": "folder" }, "items": [ { "info": { "name": "Report usage of assets via a batch format.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v3/usage-batches/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Specifies a unique batch transaction id to identify the report." } ], "body": { "type": "json", "data": "{}" } }, "docs": "# Report Usage\n\nUse this endpoint to report the usages of a set of assets. The count of assets submitted in a single batch to this endpoint is limited to 1000. Note that all asset Ids specified must be valid or the operation will fail causing no usages to be recorded. In this case, you will need to remove the invalid asset Ids from the query request and re-submit the query.\n\n## Quickstart\n\nYou'll need an API key and an access token to use this resource. \n\n_Note_: Date of use can be in any unamb" } ] } ], "bundled": true }