{"info":{"_postman_id":"3e6b7f8e-c377-4914-814c-2c5e680c2f36","name":"Air API","description":"<html><head></head><body><h1 id=\"docs-have-moved\">🚚 🚚 🚚 Docs have moved 🚚 🚚 🚚</h1>\n<p>Please head over to <a href=\"https://developer.air.inc/\">developer.air.inc</a> to find the new home for all things development on Air. These docs are no longer being maintained and may not represent the most up-to-date information.</p>\n<hr>\n<p>Welcome to our API documentation! We are currently in the process of building our documentation to make it as helpful as possible for developers looking to start using our API.  </p>\n<h1 id=\"overview\">Overview</h1>\n<p>Our API is organized around the REST architectural style. This API supports calling the Air platform for managing a variety of creative ops workflows with the content in your Air workspace.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Authentication is managed by passing an API key through the <code>x-api-key</code> header. <strong>Please contact your account manager for access to an api key</strong></p>\n<p>Requests are contextualized to a specific workpsace. When making a request, provide your workspace's workspace id through the <code>x-air-workspace-id</code> header.</p>\n<h1 id=\"response-status-codes\">Response Status Codes</h1>\n<p>Below is a list of commont HTTP response status codes that will be returned from the API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200 - OK</td>\n<td>The request succeeded</td>\n</tr>\n<tr>\n<td>201 - Created</td>\n<td>A new resource was created</td>\n</tr>\n<tr>\n<td>204 - No Content</td>\n<td>The request succeeded and the response body is empty</td>\n</tr>\n<tr>\n<td>400 - Bad Request</td>\n<td>An invalid request was made. See response payload for more information</td>\n</tr>\n<tr>\n<td>401 - Unauthorized</td>\n<td>The request could not be authenticated</td>\n</tr>\n<tr>\n<td>403 - Forbidden</td>\n<td>The request was refused</td>\n</tr>\n<tr>\n<td>404 - Not Found</td>\n<td>The server cannot find the request resource</td>\n</tr>\n<tr>\n<td>409 - Conflict</td>\n<td>The request conflicted with the current state of the target resource</td>\n</tr>\n<tr>\n<td>429 - Too Many Request</td>\n<td>Rate limit exceeded</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"rate-limits\">Rate limits</h1>\n<p>All request made under a given API key will be limited to <strong>15 requests per second</strong> with a total of <strong>10 concurrent requests</strong> allowed at a given time. If either of these limitations are exceeded the API will respond with a 429 status code and response body containing \"Too Many Requests\". When this encountered leverage exponential backoff starting at 1 second to try requests again.</p>\n<p>Additionally, several endpoints support support paging, including a <code>limit</code> request parameter indicating the maximum amount of items to include in a response (up to maximum <code>500</code>).</p>\n<h1 id=\"webhooks\">Webhooks</h1>\n<p>Webhooks will be considered in future iterations of the API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"🚚 🚚 🚚 Docs have moved 🚚 🚚 🚚","slug":"docs-have-moved"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Response Status Codes","slug":"response-status-codes"},{"content":"Rate limits","slug":"rate-limits"},{"content":"Webhooks","slug":"webhooks"}],"owner":"14122528","collectionId":"3e6b7f8e-c377-4914-814c-2c5e680c2f36","publishedId":"2s8YekQaDo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-11T23:08:38.000Z"},"item":[{"name":"Assets","item":[{"name":"/assets","id":"3ab9cc45-ca8d-48ab-b846-6d2e12b1102f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/assets?limit=&cursor=&parentBoardId=&tag=&customField=:customField","description":"<p>Get a list of assets.</p>\n","urlObject":{"protocol":"https","path":["v1","assets"],"host":["api","air","inc"],"query":[{"description":{"content":"<p>The max number of assets to return in the response</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Cursor to the next page of assets</p>\n","type":"text/plain"},"key":"cursor","value":""},{"description":{"content":"<p>The parent board ID of the assets to return</p>\n","type":"text/plain"},"key":"parentBoardId","value":""},{"description":{"content":"<p>Filter assets by attached tags. If multiple <code>tag=value</code> pairs are provided, only assets with all specified tags will be included.</p>\n","type":"text/plain"},"key":"tag","value":""},{"description":{"content":"<p>For single- and multi-select custom fields, filter for entities matching specific values. This query parameter can be supplied multiple times, as custom field ID UUID and custom field value ID UUID pairs, separated by a colon <code>:</code>, e.g. <code>&amp;customField=fb9e852c-eb2a-4dd0-81f4-7af266c335d1:7b6e39bb-28bb-46ae-be8a-5c01bbacf78c</code>. Supplying multiple custom field UUID's matches all (AND), and mutliple custom field value UUID's per the same repeated custom field matches any (OR).</p>\n","type":"text/plain"},"key":"customField","value":":customField"}],"variable":[]}},"response":[{"id":"0163b06b-583a-45b5-9971-bd43a17e02b6","name":"Default","originalRequest":{"method":"GET","header":[],"url":"https://api.air.inc/v1/assets"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \n    \"data\": [{\n        \"id\": \"7b6e39bb-28bb-46ae-be8a-5c01bbacf78c\",\n        \"customFields\": [\n            {\n                \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n                \"name\": \"Status\",\n                \"type\": \"single-select\",\n                \"values\": [\n                    {\n                        \"id\": \"7b6e39bb-28bb-46ae-be8a-5c01bbacf78c\",\n                        \"name\": \"Approved\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"6ae9cbdf-357e-4431-acea-152ad5821a97\",\n                \"name\": \"SKU\",\n                \"type\": \"plain-text\",\n                \"value\": \"ABC123\"\n            }\n        ],\n        \"coverVersion\": {\n            \"id\": \"3857116d-b5ce-4f7f-987f-0854b474c459\",\n            \"fileName\": \"ford-gt\",\n            \"description\": \"A ford GT\",\n            \"ext\": \"jpg\",\n            \"title\": \"Ford GT\",\n            \"type\": \"photo\",\n            \"createdAt\": \"2020-10-27 22:17:08.263+00\",\n            \"uploadedAt\": \"2022-11-10 19:45:44.248454+00\",\n            \"fileCreatedAt\": \"2019-05-21 22:17:08.263+00\",\n            \"width\": 1870,\n            \"height\": 2970,\n            \"size\": 656439,\n            \"tags\": [{\n                \"id\": \"3857116d-b5ce-4f7f-987f-0854b474c459\",\n                \"label\": \"outdoors\"\n            }, {\n                \"id\": \"93a8b89f-db9f-4e22-8ec2-2a94782b7c87\",\n                \"label\": \"speed\"\n            }],\n            \"urls\": {\n                \"thumbnail\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\",\n                \"preview\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\"\n            }\n        }\n    },\n    {\n        \"id\": \"4ca5f9a1-0739-4082-882d-e26738b12aca\",\n        \"customFields\": [\n            {\n                \"id\": \"01c8cbbe-5845-469c-8d00-38e9f4978ac6\",\n                \"name\": \"Status\",\n                \"type\": \"single-select\",\n                \"values\": [\n                    {\n                        \"id\": \"cea22fab-f7ff-4066-9832-629d2a44fe27\",\n                        \"name\": \"In Review\"\n                    }\n                ]\n            }\n        ],\n        \"coverVersion\": {\n            \"id\": \"a18eb055-ba85-49b6-8586-cfcd7e475586\",\n            \"fileName\": \"race_track\",\n            \"description\": \"Ford zipping around the track\",\n            \"ext\": \"mov\",\n            \"title\": \"Race Track\",\n            \"type\": \"video\",\n            \"createdAt\": \"2021-04-07 12:07:08.593+00\",\n            \"uploadedAt\": \"2023-01-10 10:12:44.479+00\",\n            \"fileCreatedAt\": \"2019-05-21 22:17:08.048+00\",\n            \"width\": 1920,\n            \"height\": 1080,\n            \"duration\": 30,\n            \"size\": 14686449,\n            \"tags\": [{\n                \"id\": \"93a8b89f-db9f-4e22-8ec2-2a94782b7c87\",\n                \"label\": \"speed\"\n            }],\n            \"urls\": {\n                \"thumbnail\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\",\n                \"preview\": \"https://media.aircamera.com/3857116d-b5ce-4f7f-987f-0854b474c459/master.m3u8\"\n            }\n        }\n    }],\n    \"pagination\": {\n        \"hasMore\": false,\n        \"cursor\": null\n    },\n    \"total\": 2\n}"},{"id":"d93049b8-9fe2-41cb-8263-1ed9e0515788","name":"Filter by tag","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.air.inc/v1/assets?tag=speed","protocol":"https","host":["api","air","inc"],"path":["v1","assets"],"query":[{"key":"tag","value":"speed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \n    \"data\": [{\n        \"id\": \"7b6e39bb-28bb-46ae-be8a-5c01bbacf78c\",\n        \"customFields\": [\n            {\n                \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n                \"name\": \"Status\",\n                \"type\": \"single-select\",\n                \"values\": [\n                    {\n                        \"id\": \"7b6e39bb-28bb-46ae-be8a-5c01bbacf78c\",\n                        \"name\": \"Approved\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"6ae9cbdf-357e-4431-acea-152ad5821a97\",\n                \"name\": \"SKU\",\n                \"type\": \"plain-text\",\n                \"value\": \"ABC123\"\n            }\n        ],\n        \"coverVersion\": {\n            \"id\": \"3857116d-b5ce-4f7f-987f-0854b474c459\",\n            \"fileName\": \"ford-gt\",\n            \"description\": \"A ford GT\",\n            \"ext\": \"jpg\",\n            \"title\": \"Ford GT\",\n            \"type\": \"photo\",\n            \"createdAt\": \"2020-10-27 22:17:08.263+00\",\n            \"uploadedAt\": \"2022-11-10 19:45:44.248454+00\",\n            \"fileCreatedAt\": \"2019-05-21 22:17:08.263+00\",\n            \"width\": 1870,\n            \"height\": 2970,\n            \"size\": 656439,\n            \"tags\": [{\n                \"id\": \"3857116d-b5ce-4f7f-987f-0854b474c459\",\n                \"label\": \"outdoors\"\n            }, {\n                \"id\": \"93a8b89f-db9f-4e22-8ec2-2a94782b7c87\",\n                \"label\": \"speed\"\n            }],\n            \"urls\": {\n                \"thumbnail\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\",\n                \"preview\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\"\n            }\n        }\n    }, {\n        \"id\": \"4ca5f9a1-0739-4082-882d-e26738b12aca\",\n        \"customFields\": [\n            {\n                \"id\": \"01c8cbbe-5845-469c-8d00-38e9f4978ac6\",\n                \"name\": \"Status\",\n                \"type\": \"single-select\",\n                \"values\": [\n                    {\n                        \"id\": \"cea22fab-f7ff-4066-9832-629d2a44fe27\",\n                        \"name\": \"In Review\"\n                    }\n                ]\n            }\n        ],\n        \"coverVersion\": {\n            \"id\": \"a18eb055-ba85-49b6-8586-cfcd7e475586\",\n            \"fileName\": \"race_track\",\n            \"description\": \"Ford zipping around the track\",\n            \"ext\": \"mov\",\n            \"title\": \"Race Track\",\n            \"type\": \"video\",\n            \"createdAt\": \"2021-04-07 12:07:08.593+00\",\n            \"uploadedAt\": \"2023-01-10 10:12:44.479+00\",\n            \"fileCreatedAt\": \"2019-05-21 22:17:08.048+00\",\n            \"width\": 1920,\n            \"height\": 1080,\n            \"duration\": 30,\n            \"size\": 14686449,\n            \"tags\": [{\n                \"id\": \"93a8b89f-db9f-4e22-8ec2-2a94782b7c87\",\n                \"label\": \"speed\"\n            }],\n            \"urls\": {\n                \"thumbnail\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\",\n                \"preview\": \"https://media.aircamera.com/3857116d-b5ce-4f7f-987f-0854b474c459/master.m3u8\"\n            }\n        }\n    }],\n    \"pagination\": {\n        \"hasMore\": false,\n        \"cursor\": null\n    },\n    \"total\": 2\n}"},{"id":"e85375c0-53d9-4f6a-b7ad-df6420ce3fbc","name":"Filter by multiple tags","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.air.inc/v1/assets?tag=outdoors&tag=speed","protocol":"https","host":["api","air","inc"],"path":["v1","assets"],"query":[{"key":"tag","value":"outdoors"},{"key":"tag","value":"speed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \n    \"data\": [{\n        \"id\": \"7b6e39bb-28bb-46ae-be8a-5c01bbacf78c\",\n        \"customFields\": [\n            {\n                \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n                \"name\": \"Status\",\n                \"type\": \"single-select\",\n                \"values\": [\n                    {\n                        \"id\": \"7b6e39bb-28bb-46ae-be8a-5c01bbacf78c\",\n                        \"name\": \"Approved\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"6ae9cbdf-357e-4431-acea-152ad5821a97\",\n                \"name\": \"SKU\",\n                \"type\": \"plain-text\",\n                \"value\": \"ABC123\"\n            }\n        ],\n        \"coverVersion\": {\n            \"id\": \"3857116d-b5ce-4f7f-987f-0854b474c459\",\n            \"fileName\": \"ford-gt\",\n            \"description\": \"A ford GT\",\n            \"ext\": \"jpg\",\n            \"title\": \"Ford GT\",\n            \"type\": \"photo\",\n            \"createdAt\": \"2020-10-27 22:17:08.263+00\",\n            \"uploadedAt\": \"2022-11-10 19:45:44.248454+00\",\n            \"fileCreatedAt\": \"2019-05-21 22:17:08.263+00\",\n            \"width\": 1870,\n            \"height\": 2970,\n            \"size\": 656439,\n            \"tags\": [{\n                \"id\": \"3857116d-b5ce-4f7f-987f-0854b474c459\",\n                \"label\": \"outdoors\"\n            }, {\n                \"id\": \"93a8b89f-db9f-4e22-8ec2-2a94782b7c87\",\n                \"label\": \"speed\"\n            }],\n            \"urls\": {\n                \"thumbnail\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\",\n                \"preview\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\"\n            }\n        }\n    }],\n    \"pagination\": {\n        \"hasMore\": false,\n        \"cursor\": null\n    },\n    \"total\": 1\n}"}],"_postman_id":"3ab9cc45-ca8d-48ab-b846-6d2e12b1102f"},{"name":"/assets/:assetId","id":"78495dba-a0be-48db-846c-8b02ee1ba703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.air.inc/v1/assets/:assetId","description":"<p>Get an asset</p>\n","urlObject":{"protocol":"https","path":["v1","assets",":assetId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the asset</p>\n","type":"text/plain"},"type":"any","value":"","key":"assetId"}]}},"response":[{"id":"e81171ef-ba4c-4864-baac-d07336946259","name":"Default","originalRequest":{"method":"GET","header":[],"url":"https://api.air.inc/v1/assets/733215a5-3c60-408b-bf10-95761389d50a"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"7b6e39bb-28bb-46ae-be8a-5c01bbacf78c\",\n    \"customFields\": [\n        {\n            \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n            \"name\": \"Status\",\n            \"type\": \"single-select\",\n            \"values\": [\n                {\n                    \"id\": \"7b6e39bb-28bb-46ae-be8a-5c01bbacf78c\",\n                    \"name\": \"Approved\"\n                }\n            ]\n        },\n        {\n            \"id\": \"6ae9cbdf-357e-4431-acea-152ad5821a97\",\n            \"name\": \"SKU\",\n            \"type\": \"plain-text\",\n            \"value\": \"ABC123\"\n        }\n    ],\n    \"coverVersion\": {\n        \"id\": \"3857116d-b5ce-4f7f-987f-0854b474c459\",\n        \"fileName\": \"ford-gt\",\n        \"description\": \"A ford GT\",\n        \"ext\": \"jpg\",\n        \"title\": \"Ford GT\",\n        \"type\": \"photo\",\n        \"createdAt\": \"2020-10-27 22:17:08.263+00\",\n        \"uploadedAt\": \"2022-11-10 19:45:44.248454+00\",\n        \"fileCreatedAt\": \"2019-05-21 22:17:08.263+00\",\n        \"width\": 1870,\n        \"height\": 2970,\n        \"size\": 656439,\n        \"tags\": [{\n            \"id\": \"3857116d-b5ce-4f7f-987f-0854b474c459\",\n            \"label\": \"outdoors\"\n        }],\n        \"urls\": {\n            \"thumbnail\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\",\n            \"preview\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\"\n        }\n    }\n}"}],"_postman_id":"78495dba-a0be-48db-846c-8b02ee1ba703"},{"name":"/assets/:assetId","id":"cedf2f3e-cf87-4a11-b15f-c13014e1b366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/assets/:assetId","description":"<p>Delete an asset</p>\n","urlObject":{"protocol":"https","path":["v1","assets",":assetId"],"host":["api","air","inc"],"query":[],"variable":[{"type":"any","value":null,"key":"assetId"}]}},"response":[{"id":"0577e44a-e078-47a7-a5a9-1b335adc8105","name":"Default","originalRequest":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/assets/9721a774-763b-483c-beb7-58222a5033cf"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cedf2f3e-cf87-4a11-b15f-c13014e1b366"},{"name":"/assets/:assetId/customfields/:customFieldId","id":"f5405956-5a5d-4eae-9c20-a524435a2625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.air.inc/v1/assets/:assetId/customfields/:customFieldId","description":"<p>Set custom field value(s) on an asset</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>values - an array of objects containing the id of the custom field value to set (used for <code>single-select</code> and <code>multi-select</code>)</li>\n<li>value - a string containing the value to set (used for <code>plain-text</code> and <code>date</code>)</li>\n</ul>\n<p>To unset a custom field on an asset, set the relavant property above to <code>null</code></p>\n","urlObject":{"protocol":"https","path":["v1","assets",":assetId","customfields",":customFieldId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the asset</p>\n","type":"text/plain"},"type":"any","value":null,"key":"assetId"},{"description":{"content":"<p>the id of the custom field</p>\n","type":"text/plain"},"type":"any","value":null,"key":"customFieldId"}]}},"response":[{"id":"f451a343-0780-4e39-b54b-a6f10b7a5a9f","name":"single-select","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"values\": [{\n        \"id\": \"6e3f5f08-ab88-421b-867b-ed1a22cac88b\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards/7a2b9e34-bb38-4747-a838-3ffc32fdf43d/customfields/f6d3c43f-ba6e-48fa-bb6b-39fb7fda9448"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"c6784429-9b9d-4d1a-9f1d-dfcd040232e6","name":"multi-select","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"values\": [{\n        \"id\": \"6e3f5f08-ab88-421b-867b-ed1a22cac88b\"\n    }, {\n        \"id\": \"b69ea197-dd29-4e03-968d-ef1e336e1d09\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards/7a2b9e34-bb38-4747-a838-3ffc32fdf43d/customfields/f6d3c43f-ba6e-48fa-bb6b-39fb7fda9448"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"9dd58f29-f504-493e-b7c6-9ab4cca87f4d","name":"plain-text","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"value\": \"abc123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards/7a2b9e34-bb38-4747-a838-3ffc32fdf43d/customfields/f6d3c43f-ba6e-48fa-bb6b-39fb7fda9448"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"f7e65e7e-61e7-40a4-99a1-da2e4e529bdf","name":"date","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"value\": \"2022-10-14 23:04:21.507866+00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards/7a2b9e34-bb38-4747-a838-3ffc32fdf43d/customfields/f6d3c43f-ba6e-48fa-bb6b-39fb7fda9448"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f5405956-5a5d-4eae-9c20-a524435a2625"},{"name":"/assets/:assetId/versions","id":"e6f96309-b2cd-4b51-8ade-ad8712becc8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/assets/:assetId/versions","description":"<p>Get a list of asset versions associated with an asset.</p>\n","urlObject":{"protocol":"https","path":["v1","assets",":assetId","versions"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>The id of the asset</p>\n","type":"text/plain"},"type":"any","value":"","key":"assetId"}]}},"response":[{"id":"642d66d4-edb9-461e-8eeb-cce94481f33f","name":"Default","originalRequest":{"method":"GET","header":[],"url":"https://api.air.inc/v1/assets/733215a5-3c60-408b-bf10-95761389d50a/versions"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [{\n        \"id\": \"3857116d-b5ce-4f7f-987f-0854b474c459\",\n        \"fileName\": \"ford-gt\",\n        \"description\": \"A ford GT\",\n        \"ext\": \"jpg\",\n        \"title\": \"Ford GT\",\n        \"type\": \"photo\",\n        \"createdAt\": \"2020-10-27 22:17:08.263+00\",\n        \"uploadedAt\": \"2022-11-10 19:45:44.248454+00\",\n        \"width\": 1870,\n        \"height\": 2970,\n        \"size\": 656439,\n        \"urls\": {\n            \"thumbnail\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\",\n            \"preview\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\"\n        }\n    }],\n    \"total\": 1\n}"}],"_postman_id":"e6f96309-b2cd-4b51-8ade-ad8712becc8c"},{"name":"/assets/:assetId/versions/:versionId","id":"25193106-0d30-470a-aeb9-17ce264c5534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/assets/:assetId/versions/:versionId","description":"<p>Get an asset version associated with an asset, including metadata fields like <code>IPTC</code> and <code>EXIF</code>.</p>\n","urlObject":{"protocol":"https","path":["v1","assets",":assetId","versions",":versionId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the asset</p>\n","type":"text/plain"},"type":"any","value":"","key":"assetId"},{"description":{"content":"<p>the id of the version</p>\n","type":"text/plain"},"type":"any","value":"","key":"versionId"}]}},"response":[{"id":"06d9d704-63f6-4b7b-b691-6783a91c3b70","name":"Default","originalRequest":{"method":"GET","header":[],"url":"https://api.air.inc/v1/assets/3990627a-b055-461c-9590-09bc70315862/versions/ac5eae85-7c54-40f0-a65b-39e32a209254"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ac5eae85-7c54-40f0-a65b-39e32a209254\",\n    \"fileName\": \"ford-gt\",\n    \"description\": \"A ford GT\",\n    \"ext\": \"jpg\",\n    \"title\": \"Ford GT\",\n    \"type\": \"photo\",\n    \"createdAt\": \"2020-10-27 22:17:08.263+00\",\n    \"uploadedAt\": \"2022-11-10 19:45:44.248454+00\",\n    \"width\": 1870,\n    \"height\": 2970,\n    \"size\": 656439,\n    \"tags\": [{\n        \"id\": \"3857116d-b5ce-4f7f-987f-0854b474c459\",\n        \"name\": \"outdoors\"\n    }],\n    \"urls\": {\n        \"thumbnail\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\",\n        \"preview\": \"https://air-prod.imgix.net/3857116d-b5ce-4f7f-987f-0854b474c459.jpg\"\n    },\n    \"metadata\": [\n      {\n          \"category\": \"Rights\",\n          \"fieldName\": \"CopyrightNotice\",\n          \"label\": \"Copyright Notice\",\n          \"type\": \"string\",\n          \"data\": \"© Copyright 2020 IPTC (Test Images) - www.iptc.org\"\n      },\n      {\n          \"category\": \"Rights\",\n          \"fieldName\": \"UsageTerms\",\n          \"label\": \"Usage Terms\",\n          \"type\": \"string\",\n          \"data\": \"All rights reserved. To use this image an explicit license granted by IPTC is required.\"\n      }\n    ]\n}"}],"_postman_id":"25193106-0d30-470a-aeb9-17ce264c5534"},{"name":"/assets/:assetId/versions/:versionId","id":"e3ed25b5-dbc1-45a9-a04e-0682150a4b40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"this is a testing\", \"description\": \"this is a description\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/assets/:assetId/versions/:versionId","description":"<p>Update an asset version</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>title - the title of the version</li>\n<li>description - the description of the version</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","assets",":assetId","versions",":versionId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the asset</p>\n","type":"text/plain"},"type":"any","value":"","key":"assetId"},{"description":{"content":"<p>the id of the version</p>\n","type":"text/plain"},"type":"any","value":"","key":"versionId"}]}},"response":[{"id":"90521ee8-ca7f-4d19-9884-50a65de49d25","name":"Default","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"title\": \"Ford GT\",\n    \"description\": \"A ford GT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/assets/9721a774-763b-483c-beb7-58222a5033cf/versions/19134d50-e37a-4944-b1a2-b2605e44acdc"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3ed25b5-dbc1-45a9-a04e-0682150a4b40"},{"name":"/assets/:assetId/versions/:versionId/download","id":"8fd7259e-169d-4960-be4b-a866eed0bcf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/assets/:assetId/versions/:versionId/download","description":"<p>Get the download URL of an asset version</p>\n","urlObject":{"protocol":"https","path":["v1","assets",":assetId","versions",":versionId","download"],"host":["api","air","inc"],"query":[],"variable":[{"id":"ae8e1fff-ba29-4626-93a9-7285ff750033","description":{"content":"<p>the id of the asset</p>\n","type":"text/plain"},"type":"any","value":"","key":"assetId"},{"id":"056c6aa0-2170-4f5e-a182-0a7f7e57ad6f","description":{"content":"<p>the id of the version</p>\n","type":"text/plain"},"type":"any","value":"","key":"versionId"}]}},"response":[{"id":"693a3e64-3b02-456a-8b68-636174ccd94b","name":"Default","originalRequest":{"method":"GET","header":[],"url":"https://api.air.inc/v1/assets/3990627a-b055-461c-9590-09bc70315862/versions/ac5eae85-7c54-40f0-a65b-39e32a209254/download"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://air-original.s3-accelerate.amazonaws.com/ac5eae85-7c54-40f0-a65b-39e32a209254.JPG?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAYQ5YBJZBWW5UZHX6%2F20240425%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240425T183247Z&X-Amz-Expires=86400&X-Amz-Signature=9142a94d00750c885a6192924f8f3d85e8a27ff99db377c73f40c7dce8bea2d9&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3Bfilename%3D%22ford-gt.JPG%22%3B%20filename%2A%3Dutf-8%27%27ford-gt.JPG\",\n    \"expiresAt\": \"2024-04-26T18:32:47.359Z\"\n}"}],"_postman_id":"8fd7259e-169d-4960-be4b-a866eed0bcf4"},{"name":"/assets/:assetId/versions/:versionId/tags","id":"8d8c605a-0377-4a9c-a97a-242e8628475b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.air.inc/v1/assets/:assetId/versions/:versionId/tags","description":"<p>Add one or more tags to an asset version</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>id - the id of the tag to add to the version</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","assets",":assetId","versions",":versionId","tags"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the asset</p>\n","type":"text/plain"},"type":"any","value":null,"key":"assetId"},{"description":{"content":"<p>the id of the version</p>\n","type":"text/plain"},"type":"any","value":null,"key":"versionId"}]}},"response":[{"id":"0f5de567-68a5-445b-9a11-04da16ef5304","name":"Default","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"0ecb3be0-12ab-4b63-9a65-5ed2d3c119a8\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/assets/9721a774-763b-483c-beb7-58222a5033cf/versions/19134d50-e37a-4944-b1a2-b2605e44acdc/tags"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d8c605a-0377-4a9c-a97a-242e8628475b"},{"name":"/assets/:assetId/versions/:versionId/tags/:tagId","id":"50d41507-43d8-4914-ad27-937d7e59e89b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/assets/:assetId/versions/:versionId/tags/:tagId","description":"<p>Delete a tag from an asset version</p>\n","urlObject":{"protocol":"https","path":["v1","assets",":assetId","versions",":versionId","tags",":tagId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the asset</p>\n","type":"text/plain"},"type":"any","value":null,"key":"assetId"},{"description":{"content":"<p>the id of the version</p>\n","type":"text/plain"},"type":"any","value":null,"key":"versionId"},{"description":{"content":"<p>the id of the tag</p>\n","type":"text/plain"},"type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"e42e7f87-6883-40ed-9571-59266e9627f4","name":"Default","originalRequest":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/assets/9721a774-763b-483c-beb7-58222a5033cf/versions/19134d50-e37a-4944-b1a2-b2605e44acdc/tags/74589af6-b056-42d5-8e26-17c00ccdb3d2"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"50d41507-43d8-4914-ad27-937d7e59e89b"},{"name":"/assets/:assetId/boards","id":"4ac8f44f-c7f1-46c3-ac3d-ec01a06414ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/assets/:assetId/boards?limit=&cursor=&includeCustomFields=","description":"<p>Get the list of parent boards of an asset</p>\n","urlObject":{"protocol":"https","path":["v1","assets",":assetId","boards"],"host":["api","air","inc"],"query":[{"description":{"content":"<p>The max number of parent boards to return in the response</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Cursor to the next page of parent boards</p>\n","type":"text/plain"},"key":"cursor","value":""},{"description":{"content":"<p>A boolean flag to include custom fields with the results (default: <code>false</code>)</p>\n","type":"text/plain"},"key":"includeCustomFields","value":""}],"variable":[{"id":"16922699-4dbb-4690-ae09-e1fd1e2673d0","description":{"content":"<p>the id of the asset</p>\n","type":"text/plain"},"type":"any","value":null,"key":"assetId"}]}},"response":[{"id":"f1f8c4c8-31ef-46ae-9ab9-abbcbbfaa5cc","name":"Default","originalRequest":{"method":"GET","header":[],"url":"https://api.air.inc/v1/assets/9721a774-763b-483c-beb7-58222a5033cf/boards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"a6702468-4845-4d21-b968-c3311663a145\",\n            \"parentBoardId\": \"27b57204-1e88-448a-a745-828e1925074e\",\n            \"title\": \"Cars\",\n            \"description\": \"A collection of cars\",\n            \"createdAt\": \"2024-05-28 16:01:28.049443+00\",\n            \"updatedAt\": \"2024-05-28 16:01:28.049443+00\"\n        }\n    ],\n    \"pagination\": {\n        \"hasMore\": false,\n        \"cursor\": null\n    },\n    \"total\": 1\n}"},{"id":"e62822e0-7c3b-4860-b193-ecf034071da8","name":"With custom fields","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.air.inc/v1/assets/9721a774-763b-483c-beb7-58222a5033cf/boards?includeCustomFields=true","protocol":"https","host":["api","air","inc"],"path":["v1","assets","9721a774-763b-483c-beb7-58222a5033cf","boards"],"query":[{"key":"includeCustomFields","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"a6702468-4845-4d21-b968-c3311663a145\",\n            \"parentBoardId\": \"27b57204-1e88-448a-a745-828e1925074e\",\n            \"title\": \"Cars\",\n            \"description\": \"A collection of cars\",\n            \"createdAt\": \"2024-05-28 16:01:28.049443+00\",\n            \"updatedAt\": \"2024-05-28 16:01:28.049443+00\",\n            \"customFields\": [\n                {\n                    \"id\": \"ed93fc0b-e2cb-41d1-9acb-0ed6107e8bfa\",\n                    \"name\": \"Status\",\n                    \"type\": \"single-select\",\n                    \"value\": null,\n                    \"values\": [\n                        {\n                            \"id\": \"5374d1e7-f218-44d8-95d9-a97dde211f2f\",\n                            \"name\": \"Approved\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"hasMore\": false,\n        \"cursor\": null\n    },\n    \"total\": 1\n}"}],"_postman_id":"4ac8f44f-c7f1-46c3-ac3d-ec01a06414ab"}],"id":"aadf9871-6010-4ec5-be79-ce8bb63dbc89","description":"<p>In the context of Air, \"asset\" refers to any piece of digital content or material for use in the production of creative work.  These typically include things like photos, videos, design files, and any other materials used in the creative process.   Air assets can hold multiple files in individual versions, are organized into boards (an asset can live in one or more boards) and can be assigned metadata like custom fields and tags.</p>\n","_postman_id":"aadf9871-6010-4ec5-be79-ce8bb63dbc89"},{"name":"Boards","item":[{"name":"/boards","id":"f18c4313-446d-4412-87f2-fe536ebeccf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/boards?name=:boardName&limit=:limit&cursor=:cursor&parentBoardId=:parentBoardId&customField=:customField","description":"<p>Get the list of boards defined in an Air workspace.</p>\n","urlObject":{"protocol":"https","path":["v1","boards"],"host":["api","air","inc"],"query":[{"description":{"content":"<p>Free text board name search filter</p>\n","type":"text/plain"},"key":"name","value":":boardName"},{"description":{"content":"<p>Limits the number of boards items to return in the response</p>\n","type":"text/plain"},"key":"limit","value":":limit"},{"description":{"content":"<p>Cursor returned in the previous page of responses used to get the next page of results</p>\n","type":"text/plain"},"key":"cursor","value":":cursor"},{"description":{"content":"<p>Used when navigating immediate child sub boards in a board hierarchy</p>\n","type":"text/plain"},"key":"parentBoardId","value":":parentBoardId"},{"description":{"content":"<p>For single- and multi-select custom fields, filter for entities matching specific values. This query parameter can be supplied multiple times, as custom field ID UUID and custom field value ID UUID pairs, separated by a colon <code>:</code>, e.g. <code>&amp;customField=fb9e852c-eb2a-4dd0-81f4-7af266c335d1:7b6e39bb-28bb-46ae-be8a-5c01bbacf78c</code>. Supplying multiple custom field UUID's matches all (AND), and mutliple custom field value UUID's per the same repeated custom field matches any (OR).</p>\n","type":"text/plain"},"key":"customField","value":":customField"}],"variable":[]}},"response":[{"id":"a8e014c3-a520-4b8e-b5d2-2ec9538c868a","name":"Default","originalRequest":{"method":"GET","header":[],"url":"https://api.air.inc/v1/boards"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"7a2b9e34-bb38-4747-a838-3ffc32fdf43d\",\n            \"title\": \"Cars\",\n            \"description\": \"A collection of cars\",\n            \"parentBoardId\": \"1178535e-b041-4b4f-9cf5-ae5d90894306\",\n            \"createdAt\": \"2022-10-14 23:04:21.507866+00\",\n            \"updatedAt\": \"2022-10-14 23:04:21.507866+00\",\n            \"customFields\": [\n                {\n                    \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n                    \"name\": \"Status\",\n                    \"type\": \"single-select\",\n                    \"values\": [\n                        {\n                        \"id\": \"7b6e39bb-28bb-46ae-be8a-5c01bbacf78c\",\n                        \"name\": \"Approved\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"6ae9cbdf-357e-4431-acea-152ad5821a97\",\n                    \"name\": \"SKU\",\n                    \"type\": \"plain-text\",\n                    \"value\": \"ABC123\"\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"hasMore\": false,\n        \"cursor\": null\n    },\n    \"total\": 1\n}"}],"_postman_id":"f18c4313-446d-4412-87f2-fe536ebeccf6"},{"name":"/boards","id":"f59933e1-ad11-4a1e-92a0-f31fdaa5b9eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.air.inc/v1/boards","description":"<p>Create a board at the top-level of the workspace or as a child of another board</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>title - the title of the board</li>\n<li>description - the description of the board</li>\n<li>parentBoardId (optional) - the id of the parent board that this board will be a child of</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","boards"],"host":["api","air","inc"],"query":[],"variable":[]}},"response":[{"id":"40541b42-117e-4b2f-8fa4-41c0c081c375","name":"Default","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Cars\",\n    \"description\": \"A collection of cars\",\n    \"parentBoardId\": \"1178535e-b041-4b4f-9cf5-ae5d90894306\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"7a2b9e34-bb38-4747-a838-3ffc32fdf43d\",\n    \"title\": \"Cars\",\n    \"description\": \"A collection of cars\",\n    \"parentBoardId\": \"1178535e-b041-4b4f-9cf5-ae5d90894306\"\n}"}],"_postman_id":"f59933e1-ad11-4a1e-92a0-f31fdaa5b9eb"},{"name":"/boards/:boardId","id":"c68ff75a-226f-4922-9726-c6b355c24ca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/boards/:boardId","description":"<p>Get a board</p>\n","urlObject":{"protocol":"https","path":["v1","boards",":boardId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the board</p>\n","type":"text/plain"},"type":"any","value":null,"key":"boardId"}]}},"response":[{"id":"de2eee90-3ddd-46b4-9db2-99bf668fad52","name":"Default","originalRequest":{"method":"GET","header":[],"url":"https://api.air.inc/v1/boards/3990627a-b055-461c-9590-09bc70315862"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"7a2b9e34-bb38-4747-a838-3ffc32fdf43d\",\n    \"title\": \"Cars\",\n    \"description\": \"A collection of cars\",\n    \"parentBoardId\": \"1178535e-b041-4b4f-9cf5-ae5d90894306\",\n    \"createdAt\": \"2022-10-14 23:04:21.507866+00\",\n    \"updatedAt\": \"2022-10-14 23:04:21.507866+00\",\n    \"customFields\": [\n        {\n            \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n            \"name\": \"Status\",\n            \"type\": \"single-select\",\n            \"values\": [\n                {\n                    \"id\": \"7b6e39bb-28bb-46ae-be8a-5c01bbacf78c\",\n                    \"name\": \"Approved\"\n                }\n            ]\n        },\n        {\n            \"id\": \"6ae9cbdf-357e-4431-acea-152ad5821a97\",\n            \"name\": \"SKU\",\n            \"type\": \"plain-text\",\n            \"value\": \"ABC123\"\n        }\n    ]\n}"}],"_postman_id":"c68ff75a-226f-4922-9726-c6b355c24ca6"},{"name":"/boards/:boardId","id":"08a0bf73-527f-4dd0-8ce0-67ce4e87486e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://api.air.inc/v1/boards/:boardId","description":"<p>Update one or more properties on a board</p>\n<p><strong>Body</strong></p>\n<ul>\n<li><p>title - the title of the board</p>\n</li>\n<li><p>description - the description of the board</p>\n</li>\n<li><p>parentBoardId - the parent board this board is a child of. <code>null</code> will move the board to the root.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","boards",":boardId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the board</p>\n","type":"text/plain"},"type":"any","value":null,"key":"boardId"}]}},"response":[{"id":"c243c0a5-b60f-482e-a352-1e4873062553","name":"Default","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Cars\",\n    \"description\": \"A collection of cars\",\n    \"parentBoardId\": \"1178535e-b041-4b4f-9cf5-ae5d90894306\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards/3990627a-b055-461c-9590-09bc70315862"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"08a0bf73-527f-4dd0-8ce0-67ce4e87486e"},{"name":"/boards/:boardId","id":"1506f529-22b2-4a8d-9839-f26fb87ba97e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/boards/:boardId","description":"<p>Delete a board and any assets that are only contained in this board or its direct descendant boards.</p>\n","urlObject":{"protocol":"https","path":["v1","boards",":boardId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the board</p>\n","type":"text/plain"},"type":"any","value":null,"key":"boardId"}]}},"response":[{"id":"6d8649ee-26dc-4ecd-b14a-36fa761f80e3","name":"Default","originalRequest":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/boards/3990627a-b055-461c-9590-09bc70315862"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1506f529-22b2-4a8d-9839-f26fb87ba97e"},{"name":"/boards/:boardId/customfields/:customFieldId","id":"11e3f6bb-3dae-4811-ad00-941fe1f172e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.air.inc/v1/boards/:boardId/customfields/:customFieldId","description":"<p>Assign value(s) for a custom field on a board</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>values - a list of objects with the id of the value to be set on the board for the custom field (used with <code>single-select</code> and <code>multi-select</code> custom fields)</li>\n<li>value - the string value to be set for the custom field on the board (used with <code>plain-text</code> and <code>date</code> custom fields)</li>\n</ul>\n<p>To clear</p>\n","urlObject":{"protocol":"https","path":["v1","boards",":boardId","customfields",":customFieldId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the board</p>\n","type":"text/plain"},"type":"any","value":null,"key":"boardId"},{"description":{"content":"<p>the id of the custom field</p>\n","type":"text/plain"},"type":"any","value":null,"key":"customFieldId"}]}},"response":[{"id":"e70cef70-09a2-4106-91c1-9b38535fa3b9","name":"single-select","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"values\": [{\n        \"id\": \"6e3f5f08-ab88-421b-867b-ed1a22cac88b\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards/7a2b9e34-bb38-4747-a838-3ffc32fdf43d/customfields/f6d3c43f-ba6e-48fa-bb6b-39fb7fda9448"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"844a1446-b251-46e3-a68b-6e5f4dacbc0e","name":"multi-select","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"values\": [{\n        \"id\": \"6e3f5f08-ab88-421b-867b-ed1a22cac88b\"\n    }, {\n        \"id\": \"b69ea197-dd29-4e03-968d-ef1e336e1d09\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards/7a2b9e34-bb38-4747-a838-3ffc32fdf43d/customfields/f6d3c43f-ba6e-48fa-bb6b-39fb7fda9448"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"7dcd53a7-630b-42dd-8eab-f7f2cfc04e36","name":"plain-text","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"value\": \"abc123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards/7a2b9e34-bb38-4747-a838-3ffc32fdf43d/customfields/f6d3c43f-ba6e-48fa-bb6b-39fb7fda9448"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"9ef83f8d-de0e-40b7-93ee-92649eba77dd","name":"date","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"value\": \"2022-10-14 23:04:21.507866+00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards/7a2b9e34-bb38-4747-a838-3ffc32fdf43d/customfields/f6d3c43f-ba6e-48fa-bb6b-39fb7fda9448"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11e3f6bb-3dae-4811-ad00-941fe1f172e9"},{"name":"/boards/:boardId/assets","id":"034c22ab-d2fd-42f5-9c15-bef63d43e9ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.air.inc/v1/boards/:boardId/assets","description":"<p>Associates one or more assets to a board</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>assetIds - an array of assetIds to associate with the board</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","boards",":boardId","assets"],"host":["api","air","inc"],"query":[],"variable":[{"type":"any","value":null,"key":"boardId"}]}},"response":[{"id":"e7ca0b50-5b80-4ce6-a002-bfa3a356e4ce","name":"Default","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": [\n        \"3857116d-b5ce-4f7f-987f-0854b474c459\",\n        \"654ae0be-6205-11ed-9b6a-0242ac120002\"\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.air.inc/v1/boards/:boardId/assets","protocol":"https","host":["api","air","inc"],"path":["v1","boards",":boardId","assets"],"variable":[{"key":"boardId","value":null}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"034c22ab-d2fd-42f5-9c15-bef63d43e9ea"},{"name":"/boards/:boardId/assets/:assetId","id":"ddb23d9c-a44d-44c8-b4dc-c9acc41076e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards/:boardId/assets/:assetId","description":"<p>Removes an asset from a board</p>\n","urlObject":{"protocol":"https","path":["v1","boards",":boardId","assets",":assetId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the board</p>\n","type":"text/plain"},"type":"any","value":null,"key":"boardId"},{"description":{"content":"<p>the id of the asset</p>\n","type":"text/plain"},"type":"any","value":null,"key":"assetId"}]}},"response":[{"id":"625c8625-9da8-4d64-b5f4-fdaaaf0e0e94","name":"Default","originalRequest":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/boards/74589af6-b056-42d5-8e26-17c00ccdb3d2/assets/9721a774-763b-483c-beb7-58222a5033cf"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ddb23d9c-a44d-44c8-b4dc-c9acc41076e7"},{"name":"/boards/:boardId/guests","id":"64d929e8-45e6-4ce9-94b3-d936489d058b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/boards/:boardId/guests?email=","description":"<p>Get the list of guests of the board.</p>\n","urlObject":{"protocol":"https","path":["v1","boards",":boardId","guests"],"host":["api","air","inc"],"query":[{"description":{"content":"<p>(optional) to filter with email</p>\n","type":"text/plain"},"key":"email","value":""}],"variable":[{"id":"35781637-d180-4048-8c47-da1dcd0e5b5a","description":{"content":"<p>the id of the board</p>\n","type":"text/plain"},"type":"any","value":"","key":"boardId"}]}},"response":[{"id":"e0727604-a868-4477-b934-ffded9fade63","name":"Default","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.air.inc/v1/boards/:boardId/guests","protocol":"https","host":["api","air","inc"],"path":["v1","boards",":boardId","guests"],"variable":[{"key":"boardId","value":"","description":"the id of the board"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1b8ffb73-5923-4d69-ad00-c0e26269f2e0\",\n            \"email\": \"user@example.com\",\n            \"roleId\": \"323c98fe-8676-4a06-ac17-23880d1883ef\",\n            \"boardId\": \"21c79469-545e-4264-8e74-5557b72945d0\"\n        }\n    ]\n}"},{"id":"206b210b-0241-4a47-840b-7ff042b8a798","name":"Filter by email","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.air.inc/v1/boards/:boardId/guests?email=user@example.com","protocol":"https","host":["api","air","inc"],"path":["v1","boards",":boardId","guests"],"query":[{"key":"email","value":"user@example.com","description":"(optional) to filter guest by email"}],"variable":[{"key":"boardId","value":"","description":"the id of the board"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1b8ffb73-5923-4d69-ad00-c0e26269f2e0\",\n            \"email\": \"user@example.com\",\n            \"roleId\": \"323c98fe-8676-4a06-ac17-23880d1883ef\",\n            \"boardId\": \"21c79469-545e-4264-8e74-5557b72945d0\"\n        }\n    ]\n}"}],"_postman_id":"64d929e8-45e6-4ce9-94b3-d936489d058b"},{"name":"/boards/:boardId/guests","id":"8ba190aa-9fee-4891-9801-2d09443b71fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.air.inc/v1/boards/:boardId/guests","description":"<p>Add a guest to the board.</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>email - email address of the user to be added as guest</li>\n<li>roleId - id of the role to be associated with the guest</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","boards",":boardId","guests"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the board</p>\n","type":"text/plain"},"type":"any","value":"","key":"boardId"}]}},"response":[{"id":"768db550-8e5f-4869-a669-8be36d5975fb","name":"Default","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"user@example.com\",\n    \"roleId\": \"323c98fe-8676-4a06-ac17-23880d1883ef\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.air.inc/v1/boards/:boardId/guests","protocol":"https","host":["api","air","inc"],"path":["v1","boards",":boardId","guests"],"variable":[{"key":"boardId","value":"","description":"the id of the board"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1b8ffb73-5923-4d69-ad00-c0e26269f2e0\",\n    \"email\": \"user@example.com\",\n    \"roleId\": \"323c98fe-8676-4a06-ac17-23880d1883ef\",\n    \"boardId\": \"21c79469-545e-4264-8e74-5557b72945d0\"\n}"}],"_postman_id":"8ba190aa-9fee-4891-9801-2d09443b71fc"},{"name":"/boards/:boardId/guests/:guestId","id":"037b053d-cd71-400a-9fa8-cdf6b3fd10d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/boards/:boardId/guests/:guestId","description":"<p>Change the role of a guest.</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>roleId - id of the role to be associated with the guest</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","boards",":boardId","guests",":guestId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the board</p>\n","type":"text/plain"},"type":"any","value":"","key":"boardId"},{"description":{"content":"<p>the id of the guest</p>\n","type":"text/plain"},"type":"any","value":"","key":"guestId"}]}},"response":[{"id":"cafcdfa6-3549-4e1e-bac2-6fbe901ab0e9","name":"Default","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"roleId\": \"721a09f8-8aa8-4938-919f-07a3ccab7fd5\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.air.inc/v1/boards/:boardId/guests/:guestId","protocol":"https","host":["api","air","inc"],"path":["v1","boards",":boardId","guests",":guestId"],"variable":[{"key":"boardId","value":"","description":"the id of the board"},{"key":"guestId","value":""}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"037b053d-cd71-400a-9fa8-cdf6b3fd10d6"},{"name":"/boards/:boardId/guests/:guestId","id":"229100fd-2365-4383-87d5-533960140771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/boards/:boardId/guests/:guestId","description":"<p>Remove a guest from the board.</p>\n","urlObject":{"protocol":"https","path":["v1","boards",":boardId","guests",":guestId"],"host":["api","air","inc"],"query":[],"variable":[{"id":"596773c1-fdcb-4445-ba0f-c0ddfe74d06a","description":{"content":"<p>the id of the board</p>\n","type":"text/plain"},"type":"any","value":"","key":"boardId"},{"id":"e0a1d16d-6192-4716-b1a8-671868f7e6cc","description":{"content":"<p>the id of the guest</p>\n","type":"text/plain"},"type":"any","value":"","key":"guestId"}]}},"response":[{"id":"5bb61e60-743f-4d59-b1dd-44dadf5cfcfa","name":"Default","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.air.inc/v1/boards/:boardId/guests/:guestId","protocol":"https","host":["api","air","inc"],"path":["v1","boards",":boardId","guests",":guestId"],"variable":[{"key":"boardId","value":"","description":"the id of the board"},{"key":"guestId","value":""}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"229100fd-2365-4383-87d5-533960140771"}],"id":"2db4e08d-2279-4dca-8763-176f822dd8dc","description":"<p>Boards are how assets are collected and organized in Air. They provide teams the ability to organize content visually, similarly to how folders provide structure to your computer's filesystem.</p>\n<p>  One key difference between folders and boards is that Air supports an asset being located inside multiple boards without duplication of the asset. Organizational structures can also be created within boards via sub-boards for deeper asset organization.</p>\n","_postman_id":"2db4e08d-2279-4dca-8763-176f822dd8dc"},{"name":"Custom Fields","item":[{"name":"/customfields","id":"d4598ddd-dabe-45d8-9119-15e9efb9d22c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.air.inc/v1/customfields?name=:customFieldName&limit=:limit&cursor=:cursor","description":"<p>List custom fields</p>\n","urlObject":{"protocol":"https","path":["v1","customfields"],"host":["api","air","inc"],"query":[{"description":{"content":"<p>Free text search for custom field names matching criteria</p>\n","type":"text/plain"},"key":"name","value":":customFieldName"},{"description":{"content":"<p>The number of records returned</p>\n","type":"text/plain"},"key":"limit","value":":limit"},{"description":{"content":"<p>The cursor returned to from previous page of results</p>\n","type":"text/plain"},"key":"cursor","value":":cursor"}],"variable":[]}},"response":[{"id":"16035178-c6f8-4aa5-8f06-926b2cbb7873","name":"Default","originalRequest":{"method":"GET","header":[],"url":"https://api.air.inc/v1/customfields"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"7a2b9e34-bb38-4747-a838-3ffc32fdf43d\",\n            \"name\": \"Status\",\n            \"description\": \"The status of an asset\",\n            \"createdAt\": \"2022-10-14 23:04:21.507866+00\",\n            \"updatedAt\": \"2022-10-14 23:04:21.507866+00\",\n            \"type\": \"single-select\"\n        }\n    ],\n    \"pagination\": {\n        \"hasMore\": false,\n        \"cursor\": null\n    },\n    \"total\": 1\n}"}],"_postman_id":"d4598ddd-dabe-45d8-9119-15e9efb9d22c"},{"name":"/customfields/:customFieldId","id":"0bccd55c-62dc-42ea-9654-db92d461a2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/customfields/:customFieldId","description":"<p>Get a custom field</p>\n","urlObject":{"protocol":"https","path":["v1","customfields",":customFieldId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>The id of the custom field</p>\n","type":"text/plain"},"type":"any","value":null,"key":"customFieldId"}]}},"response":[{"id":"d2709515-67cf-4aff-b5dd-da8cad0f9a0e","name":"Default","originalRequest":{"method":"GET","header":[],"url":"https://api.air.inc/v1/customfields/7a2b9e34-bb38-4747-a838-3ffc32fdf43d"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"7a2b9e34-bb38-4747-a838-3ffc32fdf43d\",\n    \"name\": \"Status\",\n    \"description\": \"The status of an asset\",\n    \"createdAt\": \"2022-10-14 23:04:21.507866+00\",\n    \"updatedAt\": \"2022-10-14 23:04:21.507866+00\",\n    \"type\": \"single-select\",\n    \"values\": [\n        {\n            \"id\": \"883046ea-7beb-4830-bd01-e74bcd71faab\",\n            \"name\": \"Pending\"\n        },\n        {\n            \"id\": \"0e1e5725-393d-46d4-8e94-2e81031d1353\",\n            \"name\": \"Approved\"\n        },\n        {\n            \"id\": \"d5bf11d5-a093-401e-abac-0c77cc492d51\",\n            \"name\": \"Rejected\"\n        }\n    ]\n}"}],"_postman_id":"0bccd55c-62dc-42ea-9654-db92d461a2f0"},{"name":"/customfields","id":"11a642fb-f5ff-4451-b12b-a3e353520427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.air.inc/v1/customfields","description":"<p>Create a custom field (maximum total allowed per workspace: <code>100</code>)</p>\n<p><strong>Body</strong></p>\n<ul>\n<li><p>name - the name of the custom field</p>\n</li>\n<li><p>description - the description of the custom field</p>\n</li>\n<li><p>type - the type of the custom field</p>\n</li>\n<li><p>values - the values of a <code>single-select</code> or <code>multi-select</code> custom field</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","customfields"],"host":["api","air","inc"],"query":[],"variable":[]}},"response":[{"id":"efce36b9-e1a1-4d8a-84b1-f1fbd72f1542","name":"multi-select","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Publishable To\",\n    \"description\": \"Where the asset can be published\",\n    \"type\": \"multi-select\",\n    \"values\": [\n        {\n            \"name\": \"Instagram\"\n        },\n        {\n            \"name\": \"LinkedIn\"\n        },\n        {\n            \"name\": \"Website\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/customfields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n    \"name\": \"Publishable To\",\n    \"description\": \"Where the asset can be published\",\n    \"type\": \"multi-select\",\n    \"values\": [\n        {\n            \"id\": \"0ecb3be0-12ab-4b63-9a65-5ed2d3c119a8\",\n            \"name\": \"Instagram\"\n        },\n        {\n            \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n            \"name\": \"LinkedIn\"\n        },\n        {\n            \"id\": \"6cb9809d-47da-4a5c-b4ee-1095beb22ada\",\n            \"name\": \"Website\"\n        }\n    ]\n}"},{"id":"e5b0300f-8e2a-48b3-b3ff-944e792c466c","name":"single-select","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Status\",\n    \"description\": \"What is the approval status of the asset\",\n    \"type\": \"single-select\",\n    \"values\": [\n        {\n            \"name\": \"Pending\"\n        },\n        {\n            \"name\": \"Approved\"\n        },\n        {\n            \"name\": \"Rejected\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/customfields"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n    \"name\": \"Status\",\n    \"description\": \"Where the asset can be published\",\n    \"type\": \"single-select\",\n    \"values\": [\n        {\n            \"id\": \"0ecb3be0-12ab-4b63-9a65-5ed2d3c119a8\",\n            \"name\": \"Pending\"\n        },\n        {\n            \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n            \"name\": \"Approved\"\n        },\n        {\n            \"id\": \"6cb9809d-47da-4a5c-b4ee-1095beb22ada\",\n            \"name\": \"Rejected\"\n        }\n    ]\n}"},{"id":"925029f8-a144-4e88-aaf7-22ea3b96d3e7","name":"plain-text","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"SKU\",\n    \"description\": \"Storage Keeping Unit\",\n    \"type\": \"plain-text\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/customfields"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n    \"name\": \"SKU\",\n    \"description\": \"Storage Keeping Unit\",\n    \"type\": \"plain-text\"\n}"},{"id":"84430a94-c4af-4338-8786-a7d14a407b0f","name":"date","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Publishable On\",\n    \"description\": \"The date the asset can be published\",\n    \"type\": \"date\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/customfields"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n    \"name\": \"Publishable On\",\n    \"description\": \"The date the asset can be published\",\n    \"type\": \"date\"\n}"}],"_postman_id":"11a642fb-f5ff-4451-b12b-a3e353520427"},{"name":"/customfields/:customFieldId:","id":"dfeb65af-ddc0-49a2-8e2d-a7ad4398e7b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://api.air.inc/v1/customfields/:customFieldId","description":"<p>Update one or more properties on a custom field</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>name - the name of the custom field</li>\n<li>description - the description of the custom field</li>\n</ul>\n<p>*<code>type</code> is immutable due to workflows being built on top of custom fields</p>\n","urlObject":{"protocol":"https","path":["v1","customfields",":customFieldId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>The id of the custom field to update</p>\n","type":"text/plain"},"type":"any","value":null,"key":"customFieldId"}]}},"response":[{"id":"f1ae2c30-e839-4f7b-8e80-f63f33774c65","name":"Default","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Publishable To\",\n    \"description\": \"Where the asset can be published\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/customfields/fb9e852c-eb2a-4dd0-81f4-7af266c335d1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"dfeb65af-ddc0-49a2-8e2d-a7ad4398e7b3"},{"name":"/customfields/:customFieldId:","id":"b33d95c4-8ddc-4417-94ae-f01f10126aac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/customfields/:customFieldId","description":"<p>Delete a custom field</p>\n","urlObject":{"protocol":"https","path":["v1","customfields",":customFieldId"],"host":["api","air","inc"],"query":[],"variable":[{"id":"e0baf34e-2085-467e-a860-f7c72187a40f","description":{"content":"<p>The id of the custom field to update</p>\n","type":"text/plain"},"type":"any","value":null,"key":"customFieldId"}]}},"response":[{"id":"8797971a-7c3a-45df-b576-6820325394bb","name":"Default","originalRequest":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/customfields/fb9e852c-eb2a-4dd0-81f4-7af266c335d1"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b33d95c4-8ddc-4417-94ae-f01f10126aac"},{"name":"/customfields/:customFieldId:/values","id":"d2ad162b-68c0-4f94-88e9-20bbfd48ecac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.air.inc/v1/customfields/:customFieldId/values","description":"<p>Add a new value to a <code>single-select</code> or <code>multi-select</code> custom field.</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>name - the name of the custom field value</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","customfields",":customFieldId","values"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the custom field</p>\n","type":"text/plain"},"type":"any","value":null,"key":"customFieldId"}]}},"response":[{"id":"fc09fabb-0a75-4593-a437-aa8de6d4f0b6","name":"Default","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Twitter\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/customfields/fb9e852c-eb2a-4dd0-81f4-7af266c335d1/values"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6cb9809d-47da-4a5c-b4ee-1095beb22ada\",\n    \"name\": \"Twitter\"\n}"}],"_postman_id":"d2ad162b-68c0-4f94-88e9-20bbfd48ecac"},{"name":"/customfields/:customFieldId:/values/:valueId","id":"55f15d22-ec8b-415e-af88-19250e73464e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://api.air.inc/v1/customfields/:customFieldId/values/:valueId","description":"<p>Update one or more properties on a value</p>\n","urlObject":{"protocol":"https","path":["v1","customfields",":customFieldId","values",":valueId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the custom field</p>\n","type":"text/plain"},"type":"any","value":null,"key":"customFieldId"},{"description":{"content":"<p>the id of the custom field value</p>\n","type":"text/plain"},"type":"any","value":null,"key":"valueId"}]}},"response":[{"id":"31ad4e2c-d538-40b1-b371-a4e3bb4637d0","name":"Default","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Twitter\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/customfields/fb9e852c-eb2a-4dd0-81f4-7af266c335d1/values/6cb9809d-47da-4a5c-b4ee-1095beb22ada"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6cb9809d-47da-4a5c-b4ee-1095beb22ada\",\n    \"name\": \"Twitter\"\n}"}],"_postman_id":"55f15d22-ec8b-415e-af88-19250e73464e"},{"name":"/customfields/:customFieldId:/values/:valueId","id":"c357b585-7a85-4595-aea7-254b2e162135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/customfields/:customFieldId/values/:valueId","description":"<p>Delete a value off of a custom field</p>\n","urlObject":{"protocol":"https","path":["v1","customfields",":customFieldId","values",":valueId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the custom field</p>\n","type":"text/plain"},"type":"any","value":null,"key":"customFieldId"},{"description":{"content":"<p>the id of the custom field value to delete</p>\n","type":"text/plain"},"type":"any","value":null,"key":"valueId"}]}},"response":[{"id":"269c879b-d68e-486c-affb-966c822a7a19","name":"Default","originalRequest":{"method":"PATCH","header":[],"url":"https://api.air.inc/v1/customfields/fb9e852c-eb2a-4dd0-81f4-7af266c335d1/values/6cb9809d-47da-4a5c-b4ee-1095beb22ada"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c357b585-7a85-4595-aea7-254b2e162135"}],"id":"1120fd82-c3e1-4e9f-acdf-078a33bd34fa","description":"<p>Custom fields allow you to categorize your workspace content however makes most sense for you. Custom fields consist of a Title and a set of Values - once you create a custom field in your workspace, one or more of the values can be applied to any asset or board inside your workspace. Status, rating, usage rights, and assignee are default custom fields on each workspace, but these can also be customized to fit your teams’ needs. Workspace's are limited to a total maxium of <code>100</code> custom fields.</p>\n<p>Custom fields can be one of the following types:</p>\n<ul>\n<li><p><code>single-select</code> - one value can be selected</p>\n</li>\n<li><p><code>multi-select</code> - multiple values can be selected</p>\n</li>\n<li><p><code>plain-text</code> - free form text input (for more descriptive data)</p>\n</li>\n<li><p><code>date</code> - date value (format: <code>yyyy-mm-dd HH:mm:ss.SSS+00</code>)</p>\n</li>\n</ul>\n","_postman_id":"1120fd82-c3e1-4e9f-acdf-078a33bd34fa"},{"name":"Tags","item":[{"name":"/tags","id":"3396f2aa-5bc0-4966-a4d1-b6e75ae4fd25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/tags?name=:name&limit=:limit&cursor=:cursor","description":"<p>List tags in the workspace</p>\n","urlObject":{"protocol":"https","path":["v1","tags"],"host":["api","air","inc"],"query":[{"description":{"content":"<p>Free text search for tag names matching criteria</p>\n","type":"text/plain"},"key":"name","value":":name"},{"description":{"content":"<p>The number of records returned</p>\n","type":"text/plain"},"key":"limit","value":":limit"},{"description":{"content":"<p>The cursor returned to from previous page of results</p>\n","type":"text/plain"},"key":"cursor","value":":cursor"}],"variable":[]}},"response":[{"id":"9a4a8493-a859-43d3-9c4d-b0a41d3f62da","name":"Default","originalRequest":{"method":"GET","header":[],"url":"https://api.air.inc/v1/tags"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"0ecb3be0-12ab-4b63-9a65-5ed2d3c119a8\",\n            \"name\": \"Dog\"\n        },\n        {\n            \"id\": \"fb9e852c-eb2a-4dd0-81f4-7af266c335d1\",\n            \"name\": \"Cat\"\n        },\n        {\n            \"id\": \"6cb9809d-47da-4a5c-b4ee-1095beb22ada\",\n            \"name\": \"Mouse\"\n        }\n    ],\n    \"pagination\": {\n        \"hasMore\": false,\n        \"cursor\": null\n    },\n    \"total\": 3\n}"}],"_postman_id":"3396f2aa-5bc0-4966-a4d1-b6e75ae4fd25"},{"name":"/tags","id":"0feeff50-10b1-4001-b59c-6e98ee712f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.air.inc/v1/tags","description":"<p>Create a new tag</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>name - the name of the tag</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","tags"],"host":["api","air","inc"],"query":[],"variable":[]}},"response":[{"id":"b7851ba3-0710-4adf-a0cd-c7872ce1caa1","name":"Default","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Lizard\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/tags"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6cb9809d-47da-4a5c-b4ee-1095beb22ada\",\n    \"name\": \"Lizard\"\n}"}],"_postman_id":"0feeff50-10b1-4001-b59c-6e98ee712f00"},{"name":"/tags/:tagId","id":"0b98c18b-0307-4f63-a312-a0bcf36c0271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://api.air.inc/v1/tags/:tagId","description":"<p>Update one or more properties on a tag</p>\n","urlObject":{"protocol":"https","path":["v1","tags",":tagId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the tag</p>\n","type":"text/plain"},"type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"87eb33e9-2380-4f0c-ad97-57abfebae2cd","name":"Default","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Dog\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/tags/6cb9809d-47da-4a5c-b4ee-1095beb22ada"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6cb9809d-47da-4a5c-b4ee-1095beb22ada\",\n    \"name\": \"Dog\"\n}"}],"_postman_id":"0b98c18b-0307-4f63-a312-a0bcf36c0271"},{"name":"/tags/:tagId","id":"5c88f4e7-7776-41e3-99c2-281cbf44a2b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.air.inc/v1/tags/:tagId","description":"<p>Delete a tag</p>\n","urlObject":{"protocol":"https","path":["v1","tags",":tagId"],"host":["api","air","inc"],"query":[],"variable":[{"description":{"content":"<p>the id of the tag</p>\n","type":"text/plain"},"type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"a40833dd-b349-4920-9edd-dfd047a2c962","name":"Default","originalRequest":{"method":"PATCH","header":[],"url":"https://api.air.inc/v1/tags/6cb9809d-47da-4a5c-b4ee-1095beb22ada"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5c88f4e7-7776-41e3-99c2-281cbf44a2b1"}],"id":"54941790-ac7b-4ae0-941b-4799df632088","description":"<p>Tags allow you to set arbitrary values on assets to make organizing and searching easier. They are typically words or a phrase that are assigned to content. A single asset <em>version</em> can have multiple tags and that asset can live within multiple boards in the workspace. This differs from custom fields where values are assigned at the asset level.</p>\n","_postman_id":"54941790-ac7b-4ae0-941b-4799df632088"},{"name":"Uploads","item":[{"name":"/uploads","id":"54d85ed5-d342-4d8f-95f8-faff7676a94e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.air.inc/v1/uploads","description":"<p>Upload an asset to a workspace</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>fileName - the name of the file</li>\n<li>ext - the extension of the file</li>\n<li>size - the size of the file</li>\n<li>mime - the mime of the file</li>\n<li>recordedAt - when the file was created</li>\n<li>parentBoardId (optional) - the parent board to create the asset under</li>\n<li>assetId (optional) - the parent asset to create a new version for this file under</li>\n<li>customFields (optional) - the list of custom fields and values to assign to the asset</li>\n<li>tags (optional) - the list of tags to assign to the asset version</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","uploads"],"host":["api","air","inc"],"query":[],"variable":[]}},"response":[{"id":"bf0ffc1f-f2bb-4f2b-81cd-8804a31e7189","name":"Small File (<5G)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fileName\": \"image\",\n    \"ext\": \"jpg\",\n    \"size\": 128000,\n    \"mime\": \"image/jpeg\",\n    \"recordedAt\": \"2021-05-03T15:33:53.660+00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/uploads"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"assetId\": \"f51b40e3-b758-4925-aa8b-072691f03751\",\n    \"versionId\": \"4f7032d2-7a39-42cb-9013-f87d199cbd07\",\n    \"uploadUrl\": \"https://air-pipeline.s3-accelerate.amazonaws.com/4f7032d2-7a39-42cb-9013-f87d199cbd07.jpeg?...\"\n}"},{"id":"66219c9d-3922-4921-9929-8aa2ba507038","name":"Large File (>=5G)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fileName\": \"sunset\",\n    \"ext\": \"jpg\",\n    \"size\": 5760030400,\n    \"mime\": \"image/jpeg\",\n    \"recordedAt\": \"2021-05-03T15:33:53.660+00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/uploads"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"assetId\": \"f51b40e3-b758-4925-aa8b-072691f03751\",\n    \"versionId\": \"4f7032d2-7a39-42cb-9013-f87d199cbd07\",\n    \"multiPartUploadId\": \"AI3ndfrXKIBoz6kANyDxjjoeVFBnQ3lvChZJrPMoN3j.tDhyTPZN6sQsUTtRzpiGkWAcfWbiw7bUkHD.w2jFHM6dTan7jVA9n8ffcakrkru4FQmsvz5L2MvJv4uE_m3oxfUCHoK7H6pfJ35SaemPFA--\",\n    \"key\": \"sunset.jpg\"\n}"},{"id":"ce00399c-3ae5-40e1-b135-5c5e857c1aa1","name":"With Metadata","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fileName\": \"image\",\n    \"ext\": \"jpg\",\n    \"size\": 128000,\n    \"mime\": \"image/jpeg\",\n    \"recordedAt\": \"2021-05-03T15:33:53.660+00\",\n    \"customFields\": [{\n        \"id\": \"9335a84b-8473-4d6f-9527-b82609e67ce8\",\n        \"values\": [{ \"id\": \"ed496918-a69a-44ba-b883-be138112105a\"}]\n    }, {\n        \"id\": \"76bbc561-a2c9-43aa-b319-b02bcfe4db56\",\n        \"value\": \"sku123\"\n    }],\n    \"tags\": [{\n        \"id\": \"78261836-e004-45d1-aaa0-2b60dfae9cc9\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/uploads"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"assetId\": \"f51b40e3-b758-4925-aa8b-072691f03751\",\n    \"versionId\": \"4f7032d2-7a39-42cb-9013-f87d199cbd07\",\n    \"uploadUrl\": \"https://air-pipeline.s3-accelerate.amazonaws.com/4f7032d2-7a39-42cb-9013-f87d199cbd07.jpeg?...\"\n}"}],"_postman_id":"54d85ed5-d342-4d8f-95f8-faff7676a94e"},{"name":"uploads/uploadPart","id":"724ea089-f989-4877-b0d1-db5551cf70f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.air.inc/v1/uploads/uploadPart","description":"<p>Create a part upload url</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>multiPartUploadId - upload id returned from <code>POST /uploads</code></li>\n<li>key - key returned from <code>POST /uploads</code></li>\n<li>partNumber - the number associated with the chunk being uploaded</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","uploads","uploadPart"],"host":["api","air","inc"],"query":[],"variable":[]}},"response":[{"id":"2835ddba-9359-42fc-b63c-13ba1137e1e3","name":"Default","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"multiPartUploadId\": \"AI3ndfrXKIBoz6kANyDxjjoeVFBnQ3lvChZJrPMoN3j.tDhyTPZN6sQsUTtRzpiGkWAcfWbiw7bUkHD.w2jFHM6dTan7jVA9n8ffcakrkru4FQmsvz5L2MvJv4uE_m3oxfUCHoK7H6pfJ35SaemPFA--\",\n    \"key\": \"sunset.jpg\",\n    \"partNumber\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/uploads/uploadPart"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://air-multipart.s3-accelerate.amazonaws.com/1ce353aa-9c1d-499c-87de-82407e92acca.tif?...\"\n}"}],"_postman_id":"724ea089-f989-4877-b0d1-db5551cf70f6"},{"name":"uploads/completeMultipart","id":"dabca073-bea4-45fc-88a3-22811507056f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.air.inc/v1/completeMultipart","description":"<p>Complete a large file upload</p>\n<p><strong>Body</strong></p>\n<ul>\n<li>multiPartUploadId - the upload id returned from <code>POST /uploads</code></li>\n<li>key - the key returned from <code>POST /uploads</code></li>\n<li>parts - an array of objects containing the etag (retuned from file upload) and partNumber for each chunk</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","completeMultipart"],"host":["api","air","inc"],"query":[],"variable":[]}},"response":[{"id":"e331e8cf-f7cf-459d-a283-610680d6b1d0","name":"Default","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"multiPartUploadId\": \"AI3ndfrXKIBoz6kANyDxjjoeVFBnQ3lvChZJrPMoN3j.tDhyTPZN6sQsUTtRzpiGkWAcfWbiw7bUkHD.w2jFHM6dTan7jVA9n8ffcakrkru4FQmsvz5L2MvJv4uE_m3oxfUCHoK7H6pfJ35SaemPFA--\",\n    \"key\": \"sunset.jpg\",\n    \"parts\": [{\n        \"etag\": \"xjjoeVFBnQ\",\n        \"partNumber\": 1\n    }, {\n        \"etag\": \"kru4FQmsDw\",\n        \"partNumber\": 2\n    }, {\n        \"etag\": \"ffcakrkrXC\",\n        \"partNumber\": 3\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/uploads/completeMultipart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dabca073-bea4-45fc-88a3-22811507056f"}],"id":"8e420577-ba85-4a48-8bfd-f42bdc030c04","description":"<p>The upload endpoints allow you to add content into your Air workspace. For smaller files (&lt;5GB) a signed url will be returned where the file can be uploaded to. For files &gt;= 5GB in size they must be broken into 5GB chunks or less in a multipart upload workflow that consists of the following:</p>\n<ul>\n<li>create the upload using <code>POST /uploads</code></li>\n<li>for each 5GB chunk<ul>\n<li>create an upload part using <code>POST uploads/uploadpart</code></li>\n<li>upload the chunk to the provided signed url</li>\n<li>retain the returned etag for finalizing the upload below</li>\n</ul>\n</li>\n<li>after uploading all parts complete the upload by calling <code>POST uploads/completeMultipart</code></li>\n</ul>\n","_postman_id":"8e420577-ba85-4a48-8bfd-f42bdc030c04"},{"name":"Imports","item":[{"name":"/imports","event":[{"listen":"test","script":{"id":"62a78a3a-4b4b-466e-8f04-dcaf320300ff","exec":["var jsonData = pm.response.json();","pm.collectionVariables.set(\"import-id\", jsonData.id);"],"type":"text/javascript"}}],"id":"e1910d95-6390-4970-8d5d-0c8753f9c74e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/imports","description":"<p>Create an import of an asset or asset version from a public URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>sourceUrl</code> - the URL to get the file content. The URL needs to be publicly accessible.</p>\n</li>\n<li><p><code>fileName</code> (optional) - the name of the file. If not provided then it will be determined from the URL.</p>\n</li>\n<li><p><code>ext</code> (optional) - the extension of the file. If not provided then the ext will be pulled from the URL or defaulted to <code>.file</code></p>\n</li>\n<li><p><code>recordedAt</code> (optional) - when the file was created. If not provided the servers current time will be used.</p>\n</li>\n<li><p><code>assetId</code> (optional) - the parent asset to create a new version for this file under.</p>\n</li>\n<li><p><code>parentBoardId</code> (optional) - the parent board to create the asset under.</p>\n</li>\n<li><p><code>customFields</code> (optional) - the list of custom fields and values to assign to the asset.</p>\n</li>\n<li><p><code>tags</code> (optional) - the list of tags to assign to the asset version.</p>\n</li>\n<li><p><code>title</code> (optional) - the title to assign to the asset version.</p>\n</li>\n<li><p><code>description</code> (optional) - the description to assign to the asset version.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","imports"],"host":["api","air","inc"],"query":[],"variable":[]}},"response":[{"id":"31fc9ffc-f693-45dc-8146-33c44a2c8c96","name":"Without metadata","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sourceUrl\": \"https://carexampleimages.com/ford-gt.jpg\",\n    \"fileName\": \"ford_gt\",\n    \"ext\": \"jpg\",\n    \"parentBoardId\": \"21c79469-545e-4264-8e74-5557b72945d0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/imports"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"eb5789c6-d5b4-4687-aec8-69c62d47a60b\",\n    \"assetId\": \"4f5f1e5d-9ac1-4429-9552-69201faa1066\",\n    \"versionId\": \"6be45468-6394-4645-9bd9-d43271d7efc0\"\n}"},{"id":"36ecbd8f-ea8e-4637-9e08-62fcff762d18","name":"With metadata","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sourceUrl\": \"https://carexampleimages.com/ford-gt.jpg\",\n    \"fileName\": \"ford_gt\",\n    \"ext\": \"jpg\",\n    \"parentBoardId\": \"21c79469-545e-4264-8e74-5557b72945d0\",\n    \"customFields\": [{\n        \"id\": \"9335a84b-8473-4d6f-9527-b82609e67ce8\",\n        \"values\": [{ \"id\": \"ed496918-a69a-44ba-b883-be138112105a\"}]\n    }, {\n        \"id\": \"76bbc561-a2c9-43aa-b319-b02bcfe4db56\",\n        \"value\": \"sku123\"\n    }],\n    \"tags\": [{\n        \"id\": \"78261836-e004-45d1-aaa0-2b60dfae9cc9\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.air.inc/v1/imports"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"eb5789c6-d5b4-4687-aec8-69c62d47a60b\",\n    \"assetId\": \"4f5f1e5d-9ac1-4429-9552-69201faa1066\",\n    \"versionId\": \"6be45468-6394-4645-9bd9-d43271d7efc0\"\n}"}],"_postman_id":"e1910d95-6390-4970-8d5d-0c8753f9c74e"},{"name":"/imports/:importId/status","id":"3230d18f-c197-4479-875a-39e7d808df40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/imports/:importId/status","description":"<p>Retrieve the status of a specific import by providing the import ID in the URL.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li>Method: GET</li>\n<li>URL: <code>https://api.air.inc/v1/imports/:importId/status</code></li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The body of the response will contain a JSON object with \"status\" and also \"error\" if the import is failed.</p>\n<ul>\n<li><strong>status</strong>:<ul>\n<li>pending - the import is waiting to be scheduled.</li>\n<li>inProgress - the import is in progress.</li>\n<li>failed - the import has failed.</li>\n<li>succeeded - the import completed.</li>\n</ul>\n</li>\n<li><strong>error:</strong> An object containing the error type and message if the import failed.<ul>\n<li>SOURCE_FILE_NOT_FOUND - the file is not found from source Url when executing task.</li>\n<li>SOURCE_URL_BLOCKED - the source URL is to be blocked by the block rules.</li>\n<li>SOURCE_URL_INVALID - the file URL returns 4xx, 5xx errors.</li>\n<li>PROCESS_TIMED_OUT - exceeded the maximum amount of time allowed</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","imports",":importId","status"],"host":["api","air","inc"],"query":[],"variable":[{"id":"83786cb4-f884-4ef8-a30e-c1e5635d5fa0","type":"any","value":"","key":"importId"}]}},"response":[{"id":"ddc2e443-d442-4b18-8818-c9f2adbe6edb","name":"succeeded","originalRequest":{"method":"GET","header":[{"key":"x-air-workspace-id","value":"d32e1ce0-97cb-49aa-a159-f4379cf537ac","disabled":true}],"url":{"raw":"https://api.air.inc/v1/imports/:importId/status","protocol":"https","host":["api","air","inc"],"path":["v1","imports",":importId","status"],"variable":[{"key":"importId","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"succeeded\"\n}"},{"id":"986446b3-fa29-4ead-8973-473c7dd2a8c9","name":"failed","originalRequest":{"method":"GET","header":[{"key":"x-air-workspace-id","value":"d32e1ce0-97cb-49aa-a159-f4379cf537ac","disabled":true}],"url":{"raw":"https://api.air.inc/v1/imports/:importId/status","protocol":"https","host":["api","air","inc"],"path":["v1","imports",":importId","status"],"variable":[{"key":"importId","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"error\": {\n        \"type\": \"SOURCE_FILE_NOT_FOUND\",\n        \"message\": \"Source file not found\"\n    }\n}"}],"_postman_id":"3230d18f-c197-4479-875a-39e7d808df40"}],"id":"481bedec-64fc-481b-b733-003ff805987b","description":"<p>The imports endpoints allow you to add content to your Air workspace from a publicly available URL and check on the import status.</p>\n<ul>\n<li><p>Use the <code>POST /imports</code> endopint to create an import from a URL</p>\n</li>\n<li><p>Use the <code>GET /imports/:importId/status</code> endpoint to get the status of an import</p>\n</li>\n</ul>\n","_postman_id":"481bedec-64fc-481b-b733-003ff805987b"},{"name":"Roles","item":[{"name":"/roles","id":"b274c753-5f50-474d-9600-d817639aaa2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.air.inc/v1/roles?type=guest","description":"<p>Get the list of guest roles available in a workspace.</p>\n","urlObject":{"protocol":"https","path":["v1","roles"],"host":["api","air","inc"],"query":[{"description":{"content":"<p>(required) to filter the roles by type</p>\n","type":"text/plain"},"key":"type","value":"guest"}],"variable":[]}},"response":[{"id":"37bed8cf-6e43-4cec-bff9-242323b2890c","name":"Default","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.air.inc/v1/roles?type=guest","protocol":"https","host":["api","air","inc"],"path":["v1","roles"],"query":[{"key":"type","value":"guest"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"721a09f8-8aa8-4938-919f-07a3ccab7fd5\",\n            \"name\": \"Editor\",\n            \"description\": \"Can edit all content on this board, but cannot delete the board itself\",\n            \"billable\": true,\n            \"type\": \"guest\"\n        },\n        {\n            \"id\": \"323c98fe-8676-4a06-ac17-23880d1883ef\",\n            \"name\": \"Commenter\",\n            \"description\": \"Can view and comment, but cannot add, edit, or delete any content\",\n            \"billable\": true,\n            \"type\": \"guest\"\n        },\n        {\n            \"id\": \"81d62292-2405-4533-a303-a1a4dc27721d\",\n            \"name\": \"Viewer\",\n            \"description\": \"Can view all content, but cannot view or contribute to discussions\",\n            \"billable\": false,\n            \"type\": \"guest\"\n        }\n    ]\n}"}],"_postman_id":"b274c753-5f50-474d-9600-d817639aaa2e"}],"id":"3191f7f5-0a9a-4f96-85c2-2636ebae9e39","description":"<p>Roles are used to control access to various resources in Air. The roles endpoint allow you to retrieve the list of availalbe roles.</p>\n<ul>\n<li>Use the <code>GET /roles</code> endpoint to get the list of available roles</li>\n</ul>\n","_postman_id":"3191f7f5-0a9a-4f96-85c2-2636ebae9e39"}],"event":[{"listen":"prerequest","script":{"id":"91525897-ff73-4333-9d0b-04663d2175b2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d5e291fa-a00d-41ea-9f1c-93e895178d6a","type":"text/javascript","exec":[""]}}],"variable":[{"id":"8587da99-a985-4a49-997d-213e509107bc","key":"import-id","value":""}]}