{"info":{"_postman_id":"069c2af0-1fb2-450c-b405-64f22f591d31","name":"Massless Media API (v1 Docs)","description":"<html><head></head><body><p><img src=\"https://massless.media/c8AAy45ictJwu97Eg0Tp\" alt=\"Massless Media API\"></p>\n<h1 id=\"basic-principles\">Basic Principles</h1>\n<p>The Massless Media API adheres to RESTful principles. Our API has predictable URLs, the requests and responses are JSON-encoded, and use standard HTTP response codes and verbs. Operation requests can also be made using <code>multipart/form-data</code> which take a direct upload and/or responds directly with the content result. Authentication is managed by an API key passed in as an <code>x-api-key</code> header.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Authentication is via an <code>x-api-key</code> header in the request. You can generate an API key by logging into your Massless account.</p>\n<ol>\n<li>Login <a href=\"https://massless.io/app/account\">massless.io/app/account</a></li>\n<li>Generate API Key</li>\n<li>Add the API key in the <code>x-api-key</code> header.</li>\n</ol>\n<p><img src=\"https://massless.media/wnPMaoH9BLWHbgejDNR9\" alt=\"Generate API Key\"></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Basic Principles","slug":"basic-principles"},{"content":"Authentication","slug":"authentication"}],"owner":"12646767","collectionId":"069c2af0-1fb2-450c-b405-64f22f591d31","publishedId":"TVmTaZVJ","public":true,"customColor":{"top-bar":"fafafa","right-sidebar":"222343","highlight":"6E54F4"},"publishDate":"2021-06-24T18:45:34.000Z"},"item":[{"name":"Operations","item":[{"name":"Image","item":[{"name":"Blank","item":[{"name":"Blank (JSON)","id":"d79ca218-fee3-4267-b9ab-1156b04b9a8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"width\": 640,\r\n    \"height\": 480,\r\n    \"color\": {\r\n        \"r\": 43,\r\n        \"g\": 33,\r\n        \"b\": 96,\r\n        \"a\": 255\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/blank","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageblankrequest\">ImageBlankRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>required</td>\n<td>The width of the output image (PNG) in pixels.</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>required</td>\n<td>The height of the output image (PNG) in pixels.</td>\n</tr>\n<tr>\n<td><code>color</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>required</td>\n<td>The image color.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","blank"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"b97a82dd-a350-468f-a9c6-e64119c7103b","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"width\": 640,\r\n    \"height\": 480,\r\n    \"color\": {\r\n        \"r\": 43,\r\n        \"g\": 33,\r\n        \"b\": 96,\r\n        \"a\": 255\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/blank"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 20:56:30 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"763"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"vddPupE6Y5uv9Awzquzb\",\n    \"url\": \"https://massless.media/vddPupE6Y5uv9Awzquzb\",\n    \"metadata\": {\n        \"name\": \"Generated\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-06-28T20:56:29.9483671Z\",\n        \"size\": 326,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Blue\",\n            \"Azure\",\n            \"Purple\",\n            \"Violet\",\n            \"Electric blue\",\n            \"Font\",\n            \"Pattern\",\n            \"Magenta\",\n            \"Cumulus\",\n            \"Rectangle\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01g5v\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Blue\\\",\\\"Score\\\":0.9229319,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9229319,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03jn2m\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Azure\\\",\\\"Score\\\":0.8928919,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8928919,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/09ggk\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Purple\\\",\\\"Score\\\":0.87412775,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87412775,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/09gg3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Violet\\\",\\\"Score\\\":0.8205936,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8205936,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/02vwbzz\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Electric blue\\\",\\\"Score\\\":0.7646528,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7646528,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.74038583,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74038583,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0hwky\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Pattern\\\",\\\"Score\\\":0.7340357,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7340357,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0ckc5\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Magenta\\\",\\\"Score\\\":0.7189127,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7189127,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0csh5\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cumulus\\\",\\\"Score\\\":0.6805189,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6805189,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.679579,\\\"Confidence\\\":0,\\\"Topicality\\\":0.679579,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"vddPupE6Y5uv9Awzquzb\"\n    }\n}"}],"_postman_id":"d79ca218-fee3-4267-b9ab-1156b04b9a8e"},{"name":"Blank (form-data)","id":"21d4d718-0c9c-4f7e-bda0-2e9d72a783d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"width","value":"640","type":"text"},{"key":"height","value":"480","type":"text"},{"key":"colorR","value":"43","type":"text"},{"key":"colorG","value":"33","type":"text"},{"key":"colorB","value":"96","type":"text"},{"key":"colorA","value":"255","type":"text"}]},"url":"https://api.massless.io/v1/image/blank","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageblankrequest\">ImageBlankRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>required</td>\n<td>The width of the output image (PNG) in pixels.</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>required</td>\n<td>The height of the output image (PNG) in pixels.</td>\n</tr>\n<tr>\n<td><code>colorR</code></td>\n<td>int</td>\n<td>required</td>\n<td>Red [0-255].</td>\n</tr>\n<tr>\n<td><code>colorG</code></td>\n<td>int</td>\n<td>required</td>\n<td>Green [0-255].</td>\n</tr>\n<tr>\n<td><code>colorB</code></td>\n<td>int</td>\n<td>required</td>\n<td>Blue [0-255].</td>\n</tr>\n<tr>\n<td><code>colorA</code></td>\n<td>int</td>\n<td>required</td>\n<td>Alpha [0-255].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","blank"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"21d4d718-0c9c-4f7e-bda0-2e9d72a783d4"}],"id":"b33e74ea-b254-4651-860f-ed0fea983290","description":"<p>The <code>/image/blank</code> route handles operations for generating a single color image of a specific size.</p>\n","event":[{"listen":"prerequest","script":{"id":"bbb9e68a-ce51-4ab2-b772-0ccdbc3e2611","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e7008405-519f-4626-ac47-a2d1cedb2edf","type":"text/javascript","exec":[""]}}],"_postman_id":"b33e74ea-b254-4651-860f-ed0fea983290"},{"name":"Background Mask","item":[{"name":"Background Mask (JSON)","id":"3d37c582-2122-47a6-9f4d-f69b9c3108cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/background-mask","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","background-mask"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"a726c279-3ef1-4b71-9469-43ff4284ac21","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/background-mask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 20:57:07 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1265"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"aQfrT602blv1MbZZWYH9\",\n    \"url\": \"https://massless.media/aQfrT602blv1MbZZWYH9\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-06-28T20:57:06.9020868Z\",\n        \"size\": 5581,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Gesture\",\n            \"Font\",\n            \"Art\",\n            \"Wing\",\n            \"Backlighting\",\n            \"Tail\",\n            \"Drawing\",\n            \"Darkness\",\n            \"Rock\",\n            \"Monochrome photography\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/0244x1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gesture\\\",\\\"Score\\\":0.85260487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85260487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.753768,\\\"Confidence\\\":0,\\\"Topicality\\\":0.753768,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.7094541,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7094541,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083s2\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wing\\\",\\\"Score\\\":0.6911914,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6911914,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0b0lbv\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Backlighting\\\",\\\"Score\\\":0.6633253,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6633253,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/06z_nw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Tail\\\",\\\"Score\\\":0.65364057,\\\"Confidence\\\":0,\\\"Topicality\\\":0.65364057,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/02csf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Drawing\\\",\\\"Score\\\":0.6528524,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6528524,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01kyr8\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Darkness\\\",\\\"Score\\\":0.6462012,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6462012,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01cbzq\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rock\\\",\\\"Score\\\":0.6259775,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6259775,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03d49p1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Monochrome photography\\\",\\\"Score\\\":0.6257996,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6257996,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"aQfrT602blv1MbZZWYH9\"\n    }\n}"}],"_postman_id":"3d37c582-2122-47a6-9f4d-f69b9c3108cb"},{"name":"Background Mask (form-data)","id":"c0016de8-78e4-4405-8ff3-d4d6e52d0db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/ml/background-mask","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media in which you want perform the operation.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","background-mask"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0016de8-78e4-4405-8ff3-d4d6e52d0db6"}],"id":"ddc7620b-aa94-446b-a9e1-6eb5ce61989b","description":"<p>The <code>/image/ml/background-mask</code> route handles operations for generating a background mask.</p>\n","event":[{"listen":"prerequest","script":{"id":"10befb18-7512-4975-ad05-4a50418ee475","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"15fbe2b8-7a66-466f-93e8-e1e427863dd1","type":"text/javascript","exec":[""]}}],"_postman_id":"ddc7620b-aa94-446b-a9e1-6eb5ce61989b"},{"name":"Border","item":[{"name":"Border (JSON)","id":"2c4ca485-607c-49a7-890c-a3adf78204ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"radius\": 20,\r\n    \"thickness\": 3,\r\n    \"color\": {\r\n        \"r\": 128,\r\n        \"g\": 96,\r\n        \"b\": 128\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/border","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageborderrequest\">ImageBorderRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>radius</code></td>\n<td>int</td>\n<td>one of | optional</td>\n<td>The radius of the corner.</td>\n</tr>\n<tr>\n<td><code>thickness</code></td>\n<td>int</td>\n<td>one of | optional</td>\n<td>The thickness of the border.</td>\n</tr>\n<tr>\n<td><code>color</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>optional</td>\n<td>The color of the border.</td>\n</tr>\n<tr>\n<td><code>backgroundColor</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>optional</td>\n<td>The color of the background (below the radius).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","border"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c4ca485-607c-49a7-890c-a3adf78204ad"},{"name":"Border (form-data)","id":"07bd77a5-9616-41b7-8be6-575422f370d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"radius","value":"20","type":"text"},{"key":"thickness","value":"3","type":"text"},{"key":"colorR","value":"128","type":"text"},{"key":"colorG","value":"96","type":"text"},{"key":"colorB","value":"128","type":"text"}]},"url":"https://api.massless.io/v1/image/border","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageborderrequest\">ImageBorderRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image in which you want to add a border.</td>\n</tr>\n<tr>\n<td><code>radius</code></td>\n<td>int</td>\n<td>one of | optional</td>\n<td>The radius of the corner.</td>\n</tr>\n<tr>\n<td><code>thickness</code></td>\n<td>int</td>\n<td>one of | optional</td>\n<td>The thickness of the border.</td>\n</tr>\n<tr>\n<td><code>colorR</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The Red component for the color of the border. [0-255]</td>\n</tr>\n<tr>\n<td><code>colorG</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The Green component for the color of the border. [0-255]</td>\n</tr>\n<tr>\n<td><code>colorB</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The Blue component for the color of the border. [0-255]</td>\n</tr>\n<tr>\n<td><code>colorA</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The Alpha component for the color of the border. [0-255]</td>\n</tr>\n<tr>\n<td><code>bgColorR</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The Red component for the color of the background. [0-255]</td>\n</tr>\n<tr>\n<td><code>bgColorG</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The Green component for the color of the background. [0-255]</td>\n</tr>\n<tr>\n<td><code>bgColorB</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The Blue component for the color of the background. [0-255]</td>\n</tr>\n<tr>\n<td><code>bgColorZ</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The Alpha component for the color of the background. [0-255]</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","border"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"07bd77a5-9616-41b7-8be6-575422f370d4"}],"id":"e4e9ed8d-ace3-4a1e-8d65-a250e073727b","description":"<p>The <code>/image/border</code> route handles operations for adding a border and a radius to images.</p>\n","event":[{"listen":"prerequest","script":{"id":"25006187-a589-4085-820b-e20cedc9969c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c17c13a-e391-4fb4-a310-4a5817cf259d","type":"text/javascript","exec":[""]}}],"_postman_id":"e4e9ed8d-ace3-4a1e-8d65-a250e073727b"},{"name":"Channel","item":[{"name":"Alpha (JSON)","id":"1739178c-93a2-4c3c-8686-ba1a1868939c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ymavBF4Or4r9OOa8BoHL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/channel/a","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","channel","a"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"e77ef393-0885-49d3-93e0-788becf526a2","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ymavBF4Or4r9OOa8BoHL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/channel/a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 20:57:32 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1021"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"rfjlOtqVQMRP4NSMkL96\",\n    \"url\": \"https://massless.media/rfjlOtqVQMRP4NSMkL96\",\n    \"metadata\": {\n        \"name\": \"mallard.png\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-06-28T20:57:32.0988936Z\",\n        \"size\": 16607,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Bird\",\n            \"Beak\",\n            \"Feather\",\n            \"Lari\",\n            \"Wing\",\n            \"Ducks, geese and swans\",\n            \"Waterfowl\",\n            \"Art\",\n            \"Gull\",\n            \"Tail\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/015p6\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Bird\\\",\\\"Score\\\":0.9752778,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9752778,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c4rd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Beak\\\",\\\"Score\\\":0.8903568,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8903568,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0dfgf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Feather\\\",\\\"Score\\\":0.8528396,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8528396,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01n8wt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Lari\\\",\\\"Score\\\":0.78663015,\\\"Confidence\\\":0,\\\"Topicality\\\":0.78663015,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083s2\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wing\\\",\\\"Score\\\":0.7856051,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7856051,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c_0l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Ducks, geese and swans\\\",\\\"Score\\\":0.78553957,\\\"Confidence\\\":0,\\\"Topicality\\\":0.78553957,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/02p0_xl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Waterfowl\\\",\\\"Score\\\":0.76714444,\\\"Confidence\\\":0,\\\"Topicality\\\":0.76714444,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.75960815,\\\"Confidence\\\":0,\\\"Topicality\\\":0.75960815,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01dwxx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gull\\\",\\\"Score\\\":0.7431609,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7431609,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/06z_nw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Tail\\\",\\\"Score\\\":0.74026465,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74026465,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"ymavBF4Or4r9OOa8BoHL\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"rfjlOtqVQMRP4NSMkL96\"\n    }\n}"}],"_postman_id":"1739178c-93a2-4c3c-8686-ba1a1868939c"},{"name":"Alpha (form-data)","id":"214758de-952f-4407-99aa-af5439d29ada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/channel/a","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media in which you want perform the operation.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","channel","a"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"214758de-952f-4407-99aa-af5439d29ada"}],"id":"aef8c81f-b431-4805-8d7c-076918f35c90","description":"<p>The <code>/image/channel</code> route handles operations for extracting image channels.</p>\n","event":[{"listen":"prerequest","script":{"id":"539a113a-570e-4bcf-8a0a-34dcae5b90c0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"938d6cda-8b34-4397-841d-b264e3b88358","type":"text/javascript","exec":[""]}}],"_postman_id":"aef8c81f-b431-4805-8d7c-076918f35c90"},{"name":"Composite","item":[{"name":"Composite (JSON)","id":"24aca262-49db-4a36-a3a0-4e9a41202f5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaIdBackground\": \"hdre7bpqt9wPPZsKYYwS\", \r\n    \"mediaIdForeground\": \"ymavBF4Or4r9OOa8BoHL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/composite","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagecompositerequest\">ImageCompositeRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaIdBackground</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the background input media.</td>\n</tr>\n<tr>\n<td><code>mediaIdForeground</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the foreground input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","composite"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"1c1f4b61-19a6-47ad-bf82-8aec2c3c46f4","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaIdBackground\": \"hdre7bpqt9wPPZsKYYwS\", \r\n    \"mediaIdForeground\": \"ymavBF4Or4r9OOa8BoHL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/composite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 20:57:47 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1318"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"RWU61WR7Ay9QyDhXxEwo\",\n    \"url\": \"https://massless.media/RWU61WR7Ay9QyDhXxEwo\",\n    \"metadata\": {\n        \"name\": \"mallard.png\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-28T20:57:47.09997Z\",\n        \"size\": 119796,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Bird\",\n            \"Vertebrate\",\n            \"Window\",\n            \"Musical instrument\",\n            \"Mammal\",\n            \"Cat\",\n            \"Flooring\",\n            \"Wood\",\n            \"Floor\",\n            \"Felidae\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/015p6\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Bird\\\",\\\"Score\\\":0.9357927,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9357927,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/09686\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Vertebrate\\\",\\\"Score\\\":0.92391056,\\\"Confidence\\\":0,\\\"Topicality\\\":0.92391056,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9182424,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9182424,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9043974,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9043974,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04rky\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Mammal\\\",\\\"Score\\\":0.86082107,\\\"Confidence\\\":0,\\\"Topicality\\\":0.86082107,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.85134745,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85134745,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.8393535,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8393535,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.8331162,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8331162,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0l7_8\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Floor\\\",\\\"Score\\\":0.82250667,\\\"Confidence\\\":0,\\\"Topicality\\\":0.82250667,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.81164134,\\\"Confidence\\\":0,\\\"Topicality\\\":0.81164134,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"ymavBF4Or4r9OOa8BoHL\",\n                \"objectType\": \"media\"\n            },\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"RWU61WR7Ay9QyDhXxEwo\"\n    }\n}"}],"_postman_id":"24aca262-49db-4a36-a3a0-4e9a41202f5b"},{"name":"Composite (form-data)","id":"f558e254-73dd-42cb-987d-f63ec17f0186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"foreground","type":"file","value":null},{"key":"background","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/composite","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagecompositerequest\">ImageCompositeRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>background</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that is to be the background.</td>\n</tr>\n<tr>\n<td><code>foreground</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that is to be the foreground.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","composite"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f558e254-73dd-42cb-987d-f63ec17f0186"}],"id":"8f4a7a19-4866-4fd4-bb98-9de8178cd5a0","description":"<p>The <code>/image/composite</code> route handles operations for compositing two images alpha channels.</p>\n","event":[{"listen":"prerequest","script":{"id":"e5a25678-0659-40f5-8e2f-988a95778fe2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b9ee250-2c0e-4acc-b419-b6e429bdf6d6","type":"text/javascript","exec":[""]}}],"_postman_id":"8f4a7a19-4866-4fd4-bb98-9de8178cd5a0"},{"name":"Compress","item":[{"name":"Compress (JSON)","id":"b0a53d42-f273-42a6-a600-d38220f66357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"quality\": 25\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/compress","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagecompressrequest\">ImageCompressRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>quality</code></td>\n<td>int</td>\n<td>JPG media</td>\n<td>The compression quality [1-100].</td>\n</tr>\n<tr>\n<td><code>pngLevel</code></td>\n<td>int</td>\n<td>PNG media</td>\n<td>The level of compression [0-9].</td>\n</tr>\n<tr>\n<td><code>pngFilter</code></td>\n<td>int</td>\n<td>PNG media</td>\n<td>The filter used for compression [0-5].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","compress"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"162ade62-6b71-4988-b767-c6ee657e63ec","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"quality\": 25\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/compress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 20:58:10 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"842"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"hGGXelnmqtRNcYgmqa03\",\n    \"url\": \"https://massless.media/hGGXelnmqtRNcYgmqa03\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-28T20:58:10.8169474Z\",\n        \"size\": 22693,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Cat\",\n            \"Musical instrument\",\n            \"Window\",\n            \"Wood\",\n            \"Felidae\",\n            \"Carnivore\",\n            \"Guitar accessory\",\n            \"Guitar\",\n            \"Grey\",\n            \"Flooring\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9622191,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9622191,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.92252123,\\\"Confidence\\\":0,\\\"Topicality\\\":0.92252123,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.90821075,\\\"Confidence\\\":0,\\\"Topicality\\\":0.90821075,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.8876601,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8876601,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.880221,\\\"Confidence\\\":0,\\\"Topicality\\\":0.880221,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.86828923,\\\"Confidence\\\":0,\\\"Topicality\\\":0.86828923,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.8560569,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8560569,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8461081,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8461081,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8402868,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8402868,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.8378481,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8378481,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"hGGXelnmqtRNcYgmqa03\"\n    }\n}"}],"_postman_id":"b0a53d42-f273-42a6-a600-d38220f66357"},{"name":"Compress (form-data)","id":"3cd18b02-db6b-47e4-be02-31ae981c4f38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"quality","value":"25","type":"text"}]},"url":"https://api.massless.io/v1/image/compress","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagecompressrequest\">ImageCompressRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image you want to compress.</td>\n</tr>\n<tr>\n<td><code>quality</code></td>\n<td>int</td>\n<td>JPG media</td>\n<td>The compression quality [1-100].</td>\n</tr>\n<tr>\n<td><code>pngLevel</code></td>\n<td>int</td>\n<td>PNG media</td>\n<td>The level of compression [0-9].</td>\n</tr>\n<tr>\n<td><code>pngFilter</code></td>\n<td>int</td>\n<td>PNG media</td>\n<td>The filter used for compression [0-5].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","compress"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cd18b02-db6b-47e4-be02-31ae981c4f38"}],"id":"93c1a267-eb26-44a1-9417-01272b331e92","description":"<p>The <code>/image/compress</code> route handles operations for compressing images.</p>\n","event":[{"listen":"prerequest","script":{"id":"86bf8eb8-92ba-4627-9794-9590ae3c7367","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"72c1adc2-2eee-4fd0-9706-095d3494ffaf","type":"text/javascript","exec":[""]}}],"_postman_id":"93c1a267-eb26-44a1-9417-01272b331e92"},{"name":"Convert","item":[{"name":"Convert (JSON)","id":"75cbc882-002f-475d-91dd-3b741134d97d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"mediaType\": \"image/png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/convert","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageconvertrequest\">ImageConvertRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>mediaType</code></td>\n<td>string</td>\n<td>required</td>\n<td>The Media Type <a href=\"https://www.iana.org/go/rfc2046\">RFC2046</a> for the resultant media object.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","convert"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"77109a95-dc64-40f5-93f0-6ef0adc3dd81","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"mediaType\": \"image/png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/convert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 20:58:32 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1918"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"4A4yUslOPpkK2IViUgoS\",\n    \"url\": \"https://massless.media/4A4yUslOPpkK2IViUgoS\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-06-28T20:58:31.0058354Z\",\n        \"size\": 364863,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Cat\",\n            \"Musical instrument\",\n            \"Window\",\n            \"Guitar accessory\",\n            \"Wood\",\n            \"Carnivore\",\n            \"Felidae\",\n            \"Guitar\",\n            \"Grey\",\n            \"Flooring\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9582364,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9582364,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9488348,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9488348,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9237586,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9237586,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88708436,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88708436,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88323146,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88323146,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.87111855,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87111855,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8658047,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8658047,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8493834,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8493834,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8408023,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8408023,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84074444,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84074444,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"4A4yUslOPpkK2IViUgoS\"\n    }\n}"}],"_postman_id":"75cbc882-002f-475d-91dd-3b741134d97d"},{"name":"Convert (form-data)","id":"0d2ddd87-cc2a-4e60-bd7b-4f3d342ecc74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"mediaType","value":"image/png","type":"text"}]},"url":"https://api.massless.io/v1/image/convert","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageconvertrequest\">ImageConvertRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image you want to convert.</td>\n</tr>\n<tr>\n<td><code>mediaType</code></td>\n<td>string</td>\n<td>required</td>\n<td>The Media Type <a href=\"https://www.iana.org/go/rfc2046\">RFC2046</a> for the resultant media object.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","convert"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d2ddd87-cc2a-4e60-bd7b-4f3d342ecc74"}],"id":"ca946882-c725-400e-b6b2-d2dc5f8979c2","description":"<p>The <code>/image/convert</code> route handles operations for converting to different image formats.</p>\n","event":[{"listen":"prerequest","script":{"id":"d4ec10d9-f34f-4c1b-abe1-de8d9beaec48","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cb67fa85-4fc2-4331-a5a0-c210653178fc","type":"text/javascript","exec":[""]}}],"_postman_id":"ca946882-c725-400e-b6b2-d2dc5f8979c2"},{"name":"Crop","item":[{"name":"Crop (JSON)","id":"a41f24d8-6acb-4223-9bda-6288640a5eeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"x\": 200,\r\n    \"y\": 400,\r\n    \"width\": 250,\r\n    \"height\": 250\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/crop","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagecroprequest\">ImageCropRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>collectionId</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The ID of the input collection.</td>\n</tr>\n<tr>\n<td><code>mode</code></td>\n<td>string</td>\n<td>optional <br /> [ <code>rect</code> | <code>gravity</code> | <code>auto</code> | <code>face</code> ]</td>\n<td>The mode of operation.</td>\n</tr>\n<tr>\n<td><code>x</code></td>\n<td>int</td>\n<td>Mode: <code>rect</code> required</td>\n<td>The horizontal coordinate from the top left corner of the image to the top left corner of the crop area rectangle [pixels].</td>\n</tr>\n<tr>\n<td><code>y</code></td>\n<td>int</td>\n<td>Mode: <code>rect</code> required</td>\n<td>The vertical coordinate from the top left corner of the image to the top left corner of the crop area rectangle [pixels].</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>Modes: <code>rect</code> | <code>gravity</code> required</td>\n<td>The width of the crop area rectangle [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>Modes: <code>rect</code> | <code>gravity</code> required</td>\n<td>The height of the crop area rectangle [pixels].</td>\n</tr>\n<tr>\n<td><code>gravity</code></td>\n<td>string</td>\n<td>Mode: <code>gravity</code> optional <br /> [ <code>center</code> | <code>topLeft</code> | <code>top</code> | <code>topRight</code> | <code>right</code> | <code>bottomRight</code> | <code>bottom</code> | <code>bottomLeft</code> | <code>left</code> ]</td>\n<td>The position of crop area in relation to the image.</td>\n</tr>\n<tr>\n<td><code>padding</code></td>\n<td>int</td>\n<td>Mode: <code>auto</code> | <code>face</code> optional</td>\n<td>The amount the automated crop areas are padded. [pixels]</td>\n</tr>\n<tr>\n<td><code>margin</code></td>\n<td>int</td>\n<td>Mode: <code>gravity</code></td>\n<td>The amount of margin from crop area the edge of an image. [pixels]</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","crop"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"b5f8192e-fd48-4c7f-8462-b72431c6f1eb","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"x\": 200,\r\n    \"y\": 400,\r\n    \"width\": 250,\r\n    \"height\": 250\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/crop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 20:58:47 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"726"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"Yi5iSVbX2edbHvq8Jyog\",\n    \"url\": \"https://massless.media/Yi5iSVbX2edbHvq8Jyog\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-28T20:58:47.2574224Z\",\n        \"size\": 14225,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Wood\",\n            \"Flooring\",\n            \"Floor\",\n            \"Hardwood\",\n            \"Laminate flooring\",\n            \"Wood stain\",\n            \"Snout\",\n            \"Whiskers\",\n            \"Foot\",\n            \"Wood flooring\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.86513406,\\\"Confidence\\\":0,\\\"Topicality\\\":0.86513406,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.82879955,\\\"Confidence\\\":0,\\\"Topicality\\\":0.82879955,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0l7_8\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Floor\\\",\\\"Score\\\":0.81822586,\\\"Confidence\\\":0,\\\"Topicality\\\":0.81822586,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/020g49\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Hardwood\\\",\\\"Score\\\":0.7776947,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7776947,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04xvs0\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Laminate flooring\\\",\\\"Score\\\":0.76243013,\\\"Confidence\\\":0,\\\"Topicality\\\":0.76243013,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/05t06b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood stain\\\",\\\"Score\\\":0.7453077,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7453077,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/05mqq3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Snout\\\",\\\"Score\\\":0.7366152,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7366152,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01l7qd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Whiskers\\\",\\\"Score\\\":0.73046845,\\\"Confidence\\\":0,\\\"Topicality\\\":0.73046845,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/031n1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Foot\\\",\\\"Score\\\":0.694378,\\\"Confidence\\\":0,\\\"Topicality\\\":0.694378,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/027xhm0\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood flooring\\\",\\\"Score\\\":0.68843514,\\\"Confidence\\\":0,\\\"Topicality\\\":0.68843514,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 250,\n            \"height\": 80\n        },\n        \"mediaId\": \"Yi5iSVbX2edbHvq8Jyog\"\n    }\n}"}],"_postman_id":"a41f24d8-6acb-4223-9bda-6288640a5eeb"},{"name":"Crop (form-data)","id":"3673d986-44f3-40c5-b515-f60eaf86ccb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"x","value":"200","type":"text"},{"key":"y","value":"400","type":"text"},{"key":"width","value":"250","type":"text"},{"key":"height","value":"250","type":"text"}]},"url":"https://api.massless.io/v1/image/crop","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagecroprequest\">ImageCropRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The image(s) you want to crop.</td>\n</tr>\n<tr>\n<td><code>mode</code></td>\n<td>string</td>\n<td>optional <br /> [ <code>rect</code> | <code>gravity</code> | <code>auto</code> | <code>face</code> ]</td>\n<td>The mode of operation.</td>\n</tr>\n<tr>\n<td><code>x</code></td>\n<td>int</td>\n<td>Mode: <code>rect</code> required</td>\n<td>The horizontal coordinate from the top left corner of the image to the top left corner of the crop area rectangle [pixels].</td>\n</tr>\n<tr>\n<td><code>y</code></td>\n<td>int</td>\n<td>Mode: <code>rect</code> required</td>\n<td>The vertical coordinate from the top left corner of the image to the top left corner of the crop area rectangle [pixels].</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>Modes: <code>rect</code> | <code>gravity</code> required</td>\n<td>The width of the crop area rectangle [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>Modes: <code>rect</code> | <code>gravity</code> required</td>\n<td>The height of the crop area rectangle [pixels].</td>\n</tr>\n<tr>\n<td><code>gravity</code></td>\n<td>string</td>\n<td>Mode: <code>gravity</code> optional <br /> [ <code>center</code> | <code>topLeft</code> | <code>top</code> | <code>topRight</code> | <code>right</code> | <code>bottomRight</code> | <code>bottom</code> | <code>bottomLeft</code> | <code>left</code> ]</td>\n<td>The position of crop area in relation to the image.</td>\n</tr>\n<tr>\n<td><code>padding</code></td>\n<td>int</td>\n<td>Mode: <code>auto</code> | <code>face</code> optional</td>\n<td>The amount the automated crop areas are padded. [pixels]</td>\n</tr>\n<tr>\n<td><code>margin</code></td>\n<td>int</td>\n<td>Mode: <code>gravity</code></td>\n<td>The amount of margin from crop area the edge of an image. [pixels]</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","crop"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3673d986-44f3-40c5-b515-f60eaf86ccb3"}],"id":"859d2709-ff1c-4ee4-9d4a-7fef93c0f16b","description":"<p>The <code>/image/crop</code> route handles operations for cropping images.</p>\n","event":[{"listen":"prerequest","script":{"id":"dd221859-00b3-4118-b2c5-24065c46baae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f7480c33-9096-476c-b338-27726fbcd8ee","type":"text/javascript","exec":[""]}}],"_postman_id":"859d2709-ff1c-4ee4-9d4a-7fef93c0f16b"},{"name":"Depth Map","item":[{"name":"Depth Map (JSON)","id":"81c25235-88ec-4f48-9d7b-5fadff4a8c30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/depth-map","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagedepthmaprequest\">ImageDepthMapRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","depth-map"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"d44674c8-cd02-43c7-9e35-da7c03a81239","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/depth-map"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 31 Aug 2021 09:54:26 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,X-Api-Key,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"14148"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"NdbGk6vatxXnkAkXTGj8\",\n    \"url\": \"https://unstable.massless.media/NdbGk6vatxXnkAkXTGj8\",\n    \"metadata\": {\n        \"name\": \"cat.png\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-08-31T09:54:13.6206668Z\",\n        \"size\": 35703,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Gesture\",\n            \"Grey\",\n            \"Cloud\",\n            \"Tints and shades\",\n            \"Monochrome photography\",\n            \"Font\",\n            \"Human leg\",\n            \"Monochrome\",\n            \"Darkness\",\n            \"Meteorological phenomenon\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/0244x1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gesture\\\",\\\"Score\\\":0.85260487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85260487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8399075,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8399075,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0csby\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cloud\\\",\\\"Score\\\":0.82416123,\\\"Confidence\\\":0,\\\"Topicality\\\":0.82416123,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/02q_bfg\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Tints and shades\\\",\\\"Score\\\":0.76983213,\\\"Confidence\\\":0,\\\"Topicality\\\":0.76983213,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03d49p1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Monochrome photography\\\",\\\"Score\\\":0.70693135,\\\"Confidence\\\":0,\\\"Topicality\\\":0.70693135,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.680255,\\\"Confidence\\\":0,\\\"Topicality\\\":0.680255,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/09w5r\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Human leg\\\",\\\"Score\\\":0.6734086,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6734086,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01mwkf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Monochrome\\\",\\\"Score\\\":0.6668742,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6668742,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01kyr8\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Darkness\\\",\\\"Score\\\":0.66681886,\\\"Confidence\\\":0,\\\"Topicality\\\":0.66681886,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/g/11k2xz7mr\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Meteorological phenomenon\\\",\\\"Score\\\":0.65172493,\\\"Confidence\\\":0,\\\"Topicality\\\":0.65172493,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"5um14txpBTzS5sVYPafv\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"NdbGk6vatxXnkAkXTGj8\"\n    }\n}"}],"_postman_id":"81c25235-88ec-4f48-9d7b-5fadff4a8c30"},{"name":"Depth Map (form-data)","id":"769f0b09-9d3c-4a31-b2cf-a01d45b4d37d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/ml/upscale","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagedepthmaprequest\">ImageDepthMapRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media in which you want perform the operation.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","upscale"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"769f0b09-9d3c-4a31-b2cf-a01d45b4d37d"}],"id":"f20e11bd-9d0a-4fc3-ab8a-c4b91fdc275b","description":"<p>The <code>/image/ml/depth-map</code> route handles operations for AI depth mapping.</p>\n","event":[{"listen":"prerequest","script":{"id":"5880b607-2081-4bf0-bb6b-51e26b5acd6a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"82b8e977-31fa-40c7-9881-d21a99a3ef23","type":"text/javascript","exec":[""]}}],"_postman_id":"f20e11bd-9d0a-4fc3-ab8a-c4b91fdc275b"},{"name":"Face Detect","item":[{"name":"Face Detect (JSON)","id":"125d986a-28af-4978-bc4f-bddd2b7c3438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"mediaId\": \"VF21XeTFOoiYjqlZHoGL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/face-detect","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#facedetect\">FaceDetect</a></p>\n","urlObject":{"protocol":"https","path":["v1","image","ml","face-detect"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"418c4f1f-41e9-48ab-8989-52c54c3c59e9","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"mediaId\": \"VF21XeTFOoiYjqlZHoGL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/face-detect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 20:58:59 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"107"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"faceAnnotations\": [\n        {\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"FdBoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Landmarks\": [],\n            \"RollAngle\": -0.025361734,\n            \"PanAngle\": 13.644559,\n            \"TiltAngle\": -1.7625741,\n            \"DetectionConfidence\": 0.76002944,\n            \"LandmarkingConfidence\": 0.43529254,\n            \"JoyLikelihood\": 1,\n            \"SorrowLikelihood\": 1,\n            \"AngerLikelihood\": 1,\n            \"SurpriseLikelihood\": 1,\n            \"UnderExposedLikelihood\": 1,\n            \"BlurredLikelihood\": 1,\n            \"HeadwearLikelihood\": 1\n        }\n    ],\n    \"cropParameters\": {\n        \"x\": null,\n        \"y\": null,\n        \"width\": null,\n        \"height\": null,\n    }\n}"}],"_postman_id":"125d986a-28af-4978-bc4f-bddd2b7c3438"},{"name":"Face Detect (form-data)","id":"70562631-257c-43f8-84fe-6f5bbff4e541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/ml/face-detect","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The input image containing a face to be detected.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#facedetect\">FaceDetect</a></p>\n","urlObject":{"protocol":"https","path":["v1","image","ml","face-detect"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"70562631-257c-43f8-84fe-6f5bbff4e541"}],"id":"9005c489-1d89-420b-8fd2-eae6e4c6cc95","description":"<p>The <code>/image/ml/face-detect</code> route handles operations for detecting faces in images.</p>\n","event":[{"listen":"prerequest","script":{"id":"fb94c102-5b45-4fea-b812-609491326134","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"57f5bb66-7f75-494b-830b-c4ca22b5b29f","type":"text/javascript","exec":[""]}}],"_postman_id":"9005c489-1d89-420b-8fd2-eae6e4c6cc95"},{"name":"Filter","item":[{"name":"Filter (JSON)","id":"b1db8784-fde2-44e6-b07e-161e7c479573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"filterType\": \"thresholdBW\",\r\n    \"parameters\": {\r\n        \"percentage\": 66\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/filter","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagefilterrequest\">ImageFilterRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>collectionId</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The ID of the input collection.</td>\n</tr>\n<tr>\n<td><code>filterType</code></td>\n<td>string</td>\n<td>required <br /> [ <code>greyscale</code> | <code>invert</code> | <code>thresholdBW</code> | <code>sepiaTone</code> | <code>duotone</code> | <code>gaussianBlur</code> | <code>pixelate</code> | <code>vignette</code>]</td>\n<td>The type of filter to apply to an image.</td>\n</tr>\n<tr>\n<td><code>parameters</code></td>\n<td>object</td>\n<td>TheresholdBWParameters | DuotoneParameters | FilterParameters optional</td>\n<td>The parameters for a specific filter type.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"theresholdbwparameters\">TheresholdBWParameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>percentage</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The percentage of lightness to threshold.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"duotoneparameters\">DuotoneParameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>lightColor</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>optional</td>\n<td>The replacement color for the white and light shades.</td>\n</tr>\n<tr>\n<td><code>darkColor</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>optional</td>\n<td>The replacement color for the black and dark shades.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"filterparameters\">FilterParameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The desired value for the selected filter.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","filter"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"fbc81825-a401-4c17-b951-9bfa2ab22bb1","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"filterType\": \"thresholdBW\",\r\n    \"parameters\": {\r\n        \"percentage\": 66\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 20:59:50 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"878"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"FBQGLjuJRVDPrECX4uDB\",\n    \"url\": \"https://massless.media/FBQGLjuJRVDPrECX4uDB\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-28T20:59:50.1162886Z\",\n        \"size\": 62461,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Font\",\n            \"Black-and-white\",\n            \"Art\",\n            \"Monochrome\",\n            \"Monochrome photography\",\n            \"Slope\",\n            \"Drawing\",\n            \"Graphics\",\n            \"Line art\",\n            \"Stencil\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8518887,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8518887,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01g6gs\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Black-and-white\\\",\\\"Score\\\":0.82461625,\\\"Confidence\\\":0,\\\"Topicality\\\":0.82461625,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.74298483,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74298483,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01mwkf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Monochrome\\\",\\\"Score\\\":0.72716326,\\\"Confidence\\\":0,\\\"Topicality\\\":0.72716326,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03d49p1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Monochrome photography\\\",\\\"Score\\\":0.70903814,\\\"Confidence\\\":0,\\\"Topicality\\\":0.70903814,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/078hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Slope\\\",\\\"Score\\\":0.70025164,\\\"Confidence\\\":0,\\\"Topicality\\\":0.70025164,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/02csf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Drawing\\\",\\\"Score\\\":0.6573284,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6573284,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/021sdg\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Graphics\\\",\\\"Score\\\":0.6498771,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6498771,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0919rx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Line art\\\",\\\"Score\\\":0.6064906,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6064906,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01nrdl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Stencil\\\",\\\"Score\\\":0.6050309,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6050309,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"FBQGLjuJRVDPrECX4uDB\"\n    }\n}"}],"_postman_id":"b1db8784-fde2-44e6-b07e-161e7c479573"},{"name":"Filter (form-data)","id":"c942c009-70d3-4870-ad8c-65878d94ba81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"filterType","value":"thresholdBW","type":"text"},{"key":"percentage","value":"66","type":"text"}]},"url":"https://api.massless.io/v1/image/filter","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagefilterrequest\">ImageFilterRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The image(s) in which you want to apply the filter.</td>\n</tr>\n<tr>\n<td><code>filterType</code></td>\n<td>string</td>\n<td>required <br /> [ <code>greyscale</code> | <code>invert</code> | <code>thresholdBW</code> | <code>sepiaTone</code> | <code>duotone</code> | <code>gaussianBlur</code> | <code>pixelate</code> | <code>vignette</code>]</td>\n<td>The type of filter to apply to an image.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The value set for each filter. See specific values below.</td>\n</tr>\n<tr>\n<td><code>percentage</code></td>\n<td>int</td>\n<td>optional (<code>thresholdBW</code> only)</td>\n<td>The percentage of lightness to threshold.</td>\n</tr>\n<tr>\n<td><code>lightColor</code></td>\n<td><a href=\"#Color\">Color</a></td>\n<td>required (<code>duotone</code> only)</td>\n<td>The replacement color for the white and light shades.</td>\n</tr>\n<tr>\n<td><code>darkColor</code></td>\n<td><a href=\"#Color\">Color</a></td>\n<td>required (<code>duotone</code> only)</td>\n<td>The replacement color for the black and dark shades.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","filter"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c942c009-70d3-4870-ad8c-65878d94ba81"},{"name":"Threshold","id":"bb3a45b8-34be-45f5-974f-0d82bd0bc7e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"percentage","value":"66","type":"text"}]},"url":"https://api.massless.io/v1/image/filter/threshold","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagefilterthresholdrequest\">ImageFilterThresholdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The image(s) in which you want to apply the filter.</td>\n</tr>\n<tr>\n<td><code>percentage</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The percentage of lightness to threshold.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","filter","threshold"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb3a45b8-34be-45f5-974f-0d82bd0bc7e4"},{"name":"Invert","id":"0c88ac75-05a7-4fa7-a4e7-749c43f078d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/filter/invert","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"multiplemediaidrequest\">MultipleMediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The media in which you want to apply the operation.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","filter","invert"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c88ac75-05a7-4fa7-a4e7-749c43f078d2"},{"name":"Greyscale","id":"1176a9bd-4ffb-4d59-b7c3-ed19fbab776d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/filter/greyscale","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"multiplemediaidrequest\">MultipleMediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The media in which you want to apply the operation.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","filter","greyscale"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1176a9bd-4ffb-4d59-b7c3-ed19fbab776d"},{"name":"Sepia Tone","id":"892ff960-8e20-4e3d-948f-6e2bb2c3a2ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"80","type":"text"}]},"url":"https://api.massless.io/v1/image/filter/sepiatone","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagefiltersepiatonerequest\">ImageFilterSepiaToneRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The image(s) in which you want to apply the filter.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The sepia tone to apply to the image. [0 - 100] (80)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","filter","sepiatone"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"892ff960-8e20-4e3d-948f-6e2bb2c3a2ef"},{"name":"Duotone","id":"15e21c0f-64bb-49b7-a8f9-db1feacbd06d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"lightColor","value":"{ \"r\": 75, \"g\": 209, \"b\": 255 }","type":"text"},{"key":"darkColor","value":"{ \"r\": 70, \"g\": 28, \"b\": 160 }","type":"text"}]},"url":"https://api.massless.io/v1/image/filter/duotone","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagefilterduotonerequest\">ImageFilterDuotoneRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The image(s) in which you want to apply the filter.</td>\n</tr>\n<tr>\n<td><code>lightColor</code></td>\n<td>[Color}(#Color)]</td>\n<td>required</td>\n<td>The replacement color for the white and light shades.</td>\n</tr>\n<tr>\n<td><code>darkColor</code></td>\n<td>[Color}(#Color)]</td>\n<td>required</td>\n<td>The replacement color for the black and dark shades.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","filter","duotone"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"15e21c0f-64bb-49b7-a8f9-db1feacbd06d"},{"name":"Gaussian Blur","id":"0f0cf8a5-cc86-4d20-a198-9368a0b6cde0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"10","type":"text"}]},"url":"https://api.massless.io/v1/image/filter/gaussianblur","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagefiltergaussianblurrequest\">ImageFilterGaussianBlurRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The image(s) in which you want to apply the filter.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The amount of blur to apply to the image. [0 - 100] (10)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","filter","gaussianblur"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f0cf8a5-cc86-4d20-a198-9368a0b6cde0"},{"name":"Pixelate","id":"f1e46380-e43d-4950-bae4-08f0e8e942df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"10","type":"text"}]},"url":"https://api.massless.io/v1/image/filter/pixelate","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagefilterpixelaterequest\">ImageFilterPixelateRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The image(s) in which you want to apply the filter.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The amount of pixelation to apply to the image. [0 - 100] (10)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","filter","pixelate"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1e46380-e43d-4950-bae4-08f0e8e942df"},{"name":"Vignette","id":"7404372d-6db0-4fd3-8b99-c133c1b35ec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"50","type":"text"}]},"url":"https://api.massless.io/v1/image/filter/vignette","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagefiltervignetterequest\">ImageFilterVignetteRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The image(s) in which you want to apply the filter.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The amount of vignette to apply to the image. [0 - 100] (50)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","filter","vignette"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7404372d-6db0-4fd3-8b99-c133c1b35ec2"}],"id":"b530194e-a147-45cf-95e3-ed06f003f6e9","description":"<p>The <code>/image/filter</code> route handles operations for applying filters to images.</p>\n","event":[{"listen":"prerequest","script":{"id":"dbd1c019-1f1c-4748-9d27-1fff7f13044f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6da991ad-8f22-4197-901a-589eb8f202d1","type":"text/javascript","exec":[""]}}],"_postman_id":"b530194e-a147-45cf-95e3-ed06f003f6e9"},{"name":"Flip","item":[{"name":"Flip (JSON)","id":"daa70bde-8077-4cc6-878f-3cbef7025d44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"direction\": \"horizontal\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/flip","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagefliprequest\">ImageFlipRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>direction</code></td>\n<td>string</td>\n<td>required <br /> [<code>horizontal</code> | <code>vertical</code>]</td>\n<td>The direction in which the flip occurs.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","flip"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"f5492b4d-75a0-441e-adff-ac80682a444c","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"direction\": \"horizontal\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/flip"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jul 2021 07:31:38 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,X-Api-Key,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1041"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"wCMLLU51Tox0pspizbWi\",\n    \"url\": \"https://massless.media/wCMLLU51Tox0pspizbWi\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-07-08T07:31:37.7373175Z\",\n        \"size\": 108080,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Cat\",\n            \"Musical instrument\",\n            \"Window\",\n            \"Felidae\",\n            \"Carnivore\",\n            \"Guitar\",\n            \"Wood\",\n            \"Comfort\",\n            \"Small to medium-sized cats\",\n            \"Flooring\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9577669,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9577669,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.94635785,\\\"Confidence\\\":0,\\\"Topicality\\\":0.94635785,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9312606,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9312606,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.9124561,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9124561,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.89575607,\\\"Confidence\\\":0,\\\"Topicality\\\":0.89575607,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.89005405,\\\"Confidence\\\":0,\\\"Topicality\\\":0.89005405,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88100356,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88100356,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/08xgn7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Comfort\\\",\\\"Score\\\":0.86187476,\\\"Confidence\\\":0,\\\"Topicality\\\":0.86187476,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/07k6w8\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Small to medium-sized cats\\\",\\\"Score\\\":0.8527422,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8527422,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.85193706,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85193706,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"wCMLLU51Tox0pspizbWi\"\n    }\n}"}],"_postman_id":"daa70bde-8077-4cc6-878f-3cbef7025d44"},{"name":"Flip (form-data)","id":"2c8a06d4-70c9-43ff-a18e-bc3e3ee87934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"direction","value":"horizontal","type":"text"}]},"url":"https://api.massless.io/v1/image/flip","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagefliprequest\">ImageFlipRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image you want to flip.</td>\n</tr>\n<tr>\n<td><code>direction</code></td>\n<td>string</td>\n<td>required <br /> [<code>horizontal</code> | <code>vertical</code>]</td>\n<td>The direction in which the flip occurs.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","flip"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c8a06d4-70c9-43ff-a18e-bc3e3ee87934"}],"id":"9acf51b3-5966-4546-af01-4c4f7ee05a90","description":"<p>The <code>/image/flip</code> route handles operations for flipping and mirroring to images.</p>\n","event":[{"listen":"prerequest","script":{"id":"8bdef1cf-83ef-4ba5-aecd-9a2a9bfd6868","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"842a98d0-c85f-4d7c-a7c1-64e0c6fe5302","type":"text/javascript","exec":[""]}}],"_postman_id":"9acf51b3-5966-4546-af01-4c4f7ee05a90"},{"name":"Generate","item":[{"name":"Generate (JSON)","id":"a19b26a4-b271-4e12-aa17-23cb33ad9514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"face\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/generate","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagegeneraterequest\">ImageGenerateRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td>required <br /> [<code>face</code> | <code>cat</code> | <code>art</code>]</td>\n<td>The type of media to be generated.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","generate"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"20444e35-6cf7-41ce-b30a-ad8409519d55","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"face\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:00:07 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1444"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"uHR9lZlCb2wzyx0LkJ1C\",\n    \"url\": \"https://massless.media/uHR9lZlCb2wzyx0LkJ1C\",\n    \"metadata\": {\n        \"name\": \"External_Media\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-28T21:00:06.4542147Z\",\n        \"size\": 474236,\n        \"isPreview\": false,\n        \"labellingEnabled\": false,\n        \"dimensions\": {\n            \"width\": 1024,\n            \"height\": 1024\n        },\n        \"mediaId\": \"uHR9lZlCb2wzyx0LkJ1C\"\n    }\n}"}],"_postman_id":"a19b26a4-b271-4e12-aa17-23cb33ad9514"},{"name":"Generate (form-data)","id":"7eef0173-2ffb-40bc-96c6-6db65336ff99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"face","type":"text"}]},"url":"https://api.massless.io/v1/image/ml/generate","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagegeneraterequest\">ImageGenerateRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td>required <br /> [<code>face</code> | <code>cat</code> | <code>art</code>]</td>\n<td>The type of media to be generated.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","generate"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eef0173-2ffb-40bc-96c6-6db65336ff99"},{"name":"Generate Art","id":"96785ca3-1c92-4237-9111-149019de5de6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/image/ml/generate/art","description":"<h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","generate","art"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"96785ca3-1c92-4237-9111-149019de5de6"},{"name":"Generate Cat","id":"a8391b89-5fff-454e-a5c0-11384a02dc3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/image/ml/generate/cat","description":"<h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","generate","cat"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8391b89-5fff-454e-a5c0-11384a02dc3b"},{"name":"Generate Face","id":"a7b38f17-fa26-487d-ad78-65e4c1a04a58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/image/ml/generate/face","description":"<h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","generate","face"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7b38f17-fa26-487d-ad78-65e4c1a04a58"}],"id":"16d4edac-0875-4927-8ee0-e1286e953bf2","description":"<p>The <code>/image/ml/generate</code> route handles operations for creating an AI generated content.</p>\n","event":[{"listen":"prerequest","script":{"id":"4ebbd2a8-0325-4640-a0ef-43c10525135f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0cce8b5a-647d-4093-b7c6-a755f3d7847c","type":"text/javascript","exec":[""]}}],"_postman_id":"16d4edac-0875-4927-8ee0-e1286e953bf2"},{"name":"Html","item":[{"name":"Html (JSON)","id":"685a16ba-9340-429c-9ba8-00fb75217f3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"html\": \"<html><body><h1>Howdy</h1></body></html>\",\r\n    \"width\": 914,\r\n    \"height\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/html","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagehtmlrequest\">ImageHtmlRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>html</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The HTML to render.</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The URL to render.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>required</td>\n<td>The width of the rendered image [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>required</td>\n<td>The height of the rendered image [pixels].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","html"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"f0da1036-d2d6-43de-861b-0555e45d0a3b","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"html\": \"<html><body><h1>Howdy</h1></body></html>\",\r\n    \"width\": 914,\r\n    \"height\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/html"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:00:30 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"4314"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"ck2fWQFFJp8rzNzVLydA\",\n    \"url\": \"https://massless.media/ck2fWQFFJp8rzNzVLydA\",\n    \"metadata\": {\n        \"name\": \"Generated\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-06-28T21:00:27.0077873Z\",\n        \"size\": 1643,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Circle\",\n            \"Event\",\n            \"Font\",\n            \"Electric blue\",\n            \"Pattern\",\n            \"Twig\",\n            \"Eyewear\",\n            \"Rectangle\",\n            \"Peach\",\n            \"Logo\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01vkl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Circle\\\",\\\"Score\\\":0.6910736,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6910736,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/081pkj\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Event\\\",\\\"Score\\\":0.68942434,\\\"Confidence\\\":0,\\\"Topicality\\\":0.68942434,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.68477005,\\\"Confidence\\\":0,\\\"Topicality\\\":0.68477005,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/02vwbzz\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Electric blue\\\",\\\"Score\\\":0.6739935,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6739935,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0hwky\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Pattern\\\",\\\"Score\\\":0.66771775,\\\"Confidence\\\":0,\\\"Topicality\\\":0.66771775,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/016nqt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Twig\\\",\\\"Score\\\":0.6632195,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6632195,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0j272k5\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Eyewear\\\",\\\"Score\\\":0.6349193,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6349193,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.63472724,\\\"Confidence\\\":0,\\\"Topicality\\\":0.63472724,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03r18y\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Peach\\\",\\\"Score\\\":0.6189607,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6189607,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0dwx7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Logo\\\",\\\"Score\\\":0.6111856,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6111856,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"dimensions\": {\n            \"width\": 914,\n            \"height\": 100\n        },\n        \"mediaId\": \"ck2fWQFFJp8rzNzVLydA\"\n    }\n}"}],"_postman_id":"685a16ba-9340-429c-9ba8-00fb75217f3e"},{"name":"Html (form-data)","id":"547090b7-36e7-4b38-8f3a-73034be3f642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"html","value":"<html><body><h1>Howdy</h1></body></html>","type":"text"},{"key":"width","value":"914","type":"text"},{"key":"height","value":"100","type":"text"}]},"url":"https://api.massless.io/v1/image/html","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagehtmlrequest\">ImageHtmlRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>html</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The HTML to render.</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The URL to render.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>required</td>\n<td>The width of the rendered image [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>required</td>\n<td>The height of the rendered image [pixels].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","html"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"547090b7-36e7-4b38-8f3a-73034be3f642"}],"id":"6261b268-b83f-4658-a02e-c3f3e66eb716","description":"<p>The <code>/image/html</code> route handles operations for rendering html to an image.</p>\n","event":[{"listen":"prerequest","script":{"id":"ff803c57-910f-497b-a411-9aed40f7685d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2d9da133-f713-4959-abe0-b15fc6d90893","type":"text/javascript","exec":[""]}}],"_postman_id":"6261b268-b83f-4658-a02e-c3f3e66eb716"},{"name":"HTML5 Canvas","item":[{"name":"HTML5 Canvas (JSON)","id":"5cb31539-1a71-4d5b-b579-28dff6e6ae45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"js\": \"(canvas) => {    const ctx = canvas.getContext('2d');    const width = 500;    const height = 500;    canvas.width = width;    canvas.height = height;    const drawFillRect = (x, y, width, height, hexColor, ctx) =>{        ctx.beginPath();        ctx.rect(x, y, width, height);        ctx.fillStyle = hexColor;        ctx.fill();    };    drawFillRect(20,20,460,460, '#FAFCF1', ctx);    drawFillRect((width/2)-100, (height/2)-150,200,300,  '#F26D85', ctx);    drawFillRect(280,20,120,190, '#E97FF4', ctx);    ctx.beginPath();    ctx.arc(347,260,50,0,2*Math.PI);    ctx.fillStyle = '#9193F6';    ctx.fill();    drawFillRect(80,300,100,110, '#A4F3F8', ctx);    ctx.beginPath();    ctx.moveTo(250,400);    ctx.lineTo(200,450);    ctx.lineTo(300,450);    ctx.closePath();    ctx.fillStyle = '#B6FAC1';    ctx.fill();};\",\r\n    \"width\": 500,\r\n    \"height\": 500\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/html5-canvas","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagehtml5canvasrequest\">ImageHTML5CanvasRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>js</code></td>\n<td>string</td>\n<td>required</td>\n<td>The JavaScript canvas you want to render.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>required</td>\n<td>The width of the rendered image [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>required</td>\n<td>The height of the rendered image [pixels].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","html5-canvas"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"02ca1909-80a5-4975-9c22-e589ad2c5536","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"js\": \"(canvas) => {    const ctx = canvas.getContext('2d');    const width = 500;    const height = 500;    canvas.width = width;    canvas.height = height;    const drawFillRect = (x, y, width, height, hexColor, ctx) =>{        ctx.beginPath();        ctx.rect(x, y, width, height);        ctx.fillStyle = hexColor;        ctx.fill();    };    drawFillRect(20,20,460,460, '#FAFCF1', ctx);    drawFillRect((width/2)-100, (height/2)-150,200,300,  '#F26D85', ctx);    drawFillRect(280,20,120,190, '#E97FF4', ctx);    ctx.beginPath();    ctx.arc(347,260,50,0,2*Math.PI);    ctx.fillStyle = '#9193F6';    ctx.fill();    drawFillRect(80,300,100,110, '#A4F3F8', ctx);    ctx.beginPath();    ctx.moveTo(250,400);    ctx.lineTo(200,450);    ctx.lineTo(300,450);    ctx.closePath();    ctx.fillStyle = '#B6FAC1';    ctx.fill();};\",\r\n    \"width\": 500,\r\n    \"height\": 500\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/html5-canvas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:00:53 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1098"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"iLVOvuBoIS3ZTzLD2glB\",\n    \"url\": \"https://massless.media/iLVOvuBoIS3ZTzLD2glB\",\n    \"metadata\": {\n        \"name\": \"Generated\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-06-28T21:00:52.550124Z\",\n        \"size\": 3181,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Rectangle\",\n            \"Violet\",\n            \"Font\",\n            \"Material property\",\n            \"Magenta\",\n            \"Electric blue\",\n            \"Pattern\",\n            \"Tints and shades\",\n            \"Circle\",\n            \"Symmetry\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.8842804,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8842804,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/09gg3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Violet\\\",\\\"Score\\\":0.82274526,\\\"Confidence\\\":0,\\\"Topicality\\\":0.82274526,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8157181,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8157181,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0457gc6\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Material property\\\",\\\"Score\\\":0.80182534,\\\"Confidence\\\":0,\\\"Topicality\\\":0.80182534,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0ckc5\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Magenta\\\",\\\"Score\\\":0.79884195,\\\"Confidence\\\":0,\\\"Topicality\\\":0.79884195,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/02vwbzz\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Electric blue\\\",\\\"Score\\\":0.7585658,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7585658,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0hwky\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Pattern\\\",\\\"Score\\\":0.7508742,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7508742,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/02q_bfg\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Tints and shades\\\",\\\"Score\\\":0.7475234,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7475234,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01vkl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Circle\\\",\\\"Score\\\":0.7189999,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7189999,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0f28m\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Symmetry\\\",\\\"Score\\\":0.67335695,\\\"Confidence\\\":0,\\\"Topicality\\\":0.67335695,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"dimensions\": {\n            \"width\": 500,\n            \"height\": 500\n        },\n        \"mediaId\": \"iLVOvuBoIS3ZTzLD2glB\"\n    }\n}"}],"_postman_id":"5cb31539-1a71-4d5b-b579-28dff6e6ae45"},{"name":"HTML5 Canvas (form-data)","id":"5f011ace-0417-48a1-a269-b6de9dc4a7c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"js","value":"(canvas) => {    const ctx = canvas.getContext('2d');    const width = 500;    const height = 500;    canvas.width = width;    canvas.height = height;    const drawFillRect = (x, y, width, height, hexColor, ctx) =>{        ctx.beginPath();        ctx.rect(x, y, width, height);        ctx.fillStyle = hexColor;        ctx.fill();    };    drawFillRect(20,20,460,460, '#FAFCF1', ctx);    drawFillRect((width/2)-100, (height/2)-150,200,300,  '#F26D85', ctx);    drawFillRect(280,20,120,190, '#E97FF4', ctx);    ctx.beginPath();    ctx.arc(347,260,50,0,2*Math.PI);    ctx.fillStyle = '#9193F6';    ctx.fill();    drawFillRect(80,300,100,110, '#A4F3F8', ctx);    ctx.beginPath();    ctx.moveTo(250,400);    ctx.lineTo(200,450);    ctx.lineTo(300,450);    ctx.closePath();    ctx.fillStyle = '#B6FAC1';    ctx.fill();};","type":"text"},{"key":"width","value":"500","type":"text"},{"key":"height","value":"500","type":"text"}]},"url":"https://api.massless.io/v1/image/html5-canvas","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagehtml5canvasrequest\">ImageHTML5CanvasRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>js</code></td>\n<td>string</td>\n<td>required</td>\n<td>The JavaScript canvas you want to render.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>required</td>\n<td>The width of the rendered image [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>required</td>\n<td>The height of the rendered image [pixels].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","html5-canvas"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f011ace-0417-48a1-a269-b6de9dc4a7c0"}],"id":"15e7d024-23b2-450e-89b1-2c8f30de622c","description":"<p>The <code>/image/html5-canvas</code> route handles operations for rendering an HTML5 canvas as a PNG.</p>\n","event":[{"listen":"prerequest","script":{"id":"fc73789d-3ce2-44ee-a1b8-e65e31d194e8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"917d21fe-7062-412d-85f5-c3d645e2d580","type":"text/javascript","exec":[""]}}],"_postman_id":"15e7d024-23b2-450e-89b1-2c8f30de622c"},{"name":"Infill","item":[{"name":"Infill (JSON)","id":"b92f21f7-129e-48e5-92ae-a3fe20d3d4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"W68CagU5dJIdcdeA3dfA\",\r\n    \"maskId\": \"{{img_id_infill_mask}}\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/infill","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageinfillrequest\">ImageInfillRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>maskId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the mask. Must be the same resolution as input media. Black and white only (not greyscale).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","infill"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"51103a4f-d89a-4449-a409-c0c01d12bb6c","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"W68CagU5dJIdcdeA3dfA\",\r\n    \"maskId\": \"{{img_id_infill_mask}}\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/infill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 31 Aug 2021 10:27:21 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,X-Api-Key,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"4364"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"cuB2HivfYn356qdcvh18\",\n    \"url\": \"https://unstable.massless.media/cuB2HivfYn356qdcvh18\",\n    \"metadata\": {\n        \"name\": \"asundayafternoon.jpeg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-08-31T10:27:18.4332415Z\",\n        \"size\": 458803,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Vertebrate\",\n            \"Dog\",\n            \"Textile\",\n            \"Organism\",\n            \"Art\",\n            \"Painting\",\n            \"Plant\",\n            \"Adaptation\",\n            \"Leisure\",\n            \"Tree\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/09686\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Vertebrate\\\",\\\"Score\\\":0.9199229,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9199229,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0bt9lr\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Dog\\\",\\\"Score\\\":0.8823908,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8823908,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0dnr7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Textile\\\",\\\"Score\\\":0.875745,\\\"Confidence\\\":0,\\\"Topicality\\\":0.875745,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/05nnm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Organism\\\",\\\"Score\\\":0.86863124,\\\"Confidence\\\":0,\\\"Topicality\\\":0.86863124,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.86106,\\\"Confidence\\\":0,\\\"Topicality\\\":0.86106,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/05qdh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Painting\\\",\\\"Score\\\":0.8577083,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8577083,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/05s2s\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Plant\\\",\\\"Score\\\":0.8059803,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8059803,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03r_vp\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Adaptation\\\",\\\"Score\\\":0.79205644,\\\"Confidence\\\":0,\\\"Topicality\\\":0.79205644,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04g3r\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Leisure\\\",\\\"Score\\\":0.78109115,\\\"Confidence\\\":0,\\\"Topicality\\\":0.78109115,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/07j7r\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Tree\\\",\\\"Score\\\":0.75804865,\\\"Confidence\\\":0,\\\"Topicality\\\":0.75804865,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"dRMIVwSOnpQuUHE71cPq\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 431\n        },\n        \"mediaId\": \"cuB2HivfYn356qdcvh18\"\n    }\n}"}],"_postman_id":"b92f21f7-129e-48e5-92ae-a3fe20d3d4b5"},{"name":"Infill (form-data)","id":"c49a8851-8290-4dbe-b1fd-10b39c6112f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"mask","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/ml/segment-to-face","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageinfillrequest\">ImageInfillRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image in which to infill.</td>\n</tr>\n<tr>\n<td><code>mask</code></td>\n<td>file</td>\n<td>optional</td>\n<td>The mask that defines the infill areas. Must be the same resolution as input media. Black and white only (not greyscale).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","segment-to-face"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c49a8851-8290-4dbe-b1fd-10b39c6112f2"}],"id":"b7a52cd7-c9cf-4318-a971-f95239d1442a","description":"<p>The <code>/image/ml/infill</code> route handles operations for AI infill.</p>\n","_postman_id":"b7a52cd7-c9cf-4318-a971-f95239d1442a"},{"name":"Manual Adjustments","item":[{"name":"Adjust (JSON)","id":"c5213fb8-17cf-4925-a79b-2113234e8b9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"mode\": \"brightness\",\r\n    \"value\": 20,\r\n    \"responseType\": \"content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/adjust","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjustrequest\">ImageAdjustRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>mode</code></td>\n<td>string</td>\n<td>required <br /> [ <code>brightness</code> | <code>saturation</code> | <code>contrast</code> | <code>exposure</code> | <code>gamma</code> | <code>hue</code> | <code>sharpen</code> | <code>blur</code> | <code>unsharp</code> | <code>opacity</code> ]</td>\n<td>The modes that are manually adjustable.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The value associated with the mode (see below for mode value definitions).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5213fb8-17cf-4925-a79b-2113234e8b9d"},{"name":"Adjust (form-data)","id":"0664a852-ad21-4269-8f04-b4acd2a38abf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"mode","value":"brightness","type":"text"},{"key":"value","value":"20","type":"text"}]},"url":"https://api.massless.io/v1/image/adjust","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjustrequest\">ImageAdjustRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that you want to adjust.</td>\n</tr>\n<tr>\n<td><code>mode</code></td>\n<td>string</td>\n<td>required <br /> [ <code>brightness</code> | <code>saturation</code> | <code>contrast</code> | <code>exposure</code> | <code>gamma</code> | <code>hue</code> | <code>sharpen</code> | <code>blur</code> | <code>unsharp</code> | <code>opacity</code> ]</td>\n<td>The modes that are manually adjustable.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The value associated with the mode (see below for mode value definitions).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0664a852-ad21-4269-8f04-b4acd2a38abf"},{"name":"Brightness","id":"f8488750-fa1e-4874-a8aa-767b96ca2d3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"20","type":"text"}]},"url":"https://api.massless.io/v1/image/adjust/brightness","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjustbrightnessrequest\">ImageAdjustBrightnessRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that you want to adjust.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The increase or decrease in brightness by percentage [-100 - 100].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust","brightness"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8488750-fa1e-4874-a8aa-767b96ca2d3c"},{"name":"Contrast","id":"ba453203-9f0c-4186-9f86-1feffa2fb3c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"-5","type":"text"}]},"url":"https://api.massless.io/v1/image/adjust/contrast","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjustcontrastrequest\">ImageAdjustContrastRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that you want to adjust.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The increase or decrease in contrast by percentage [-100 - 100].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust","contrast"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba453203-9f0c-4186-9f86-1feffa2fb3c0"},{"name":"Saturation","id":"55e481da-1997-430e-860f-c53310add19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"10","type":"text"}]},"url":"https://api.massless.io/v1/image/adjust/saturation","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjustsaturationrequest\">ImageAdjustSaturationRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that you want to adjust.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The increase or decrease in saturation by percentage [-100 - 500].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust","saturation"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"55e481da-1997-430e-860f-c53310add19f"},{"name":"Exposure","id":"8b2aee1f-c594-454f-ad43-0ef246a8d354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"10","type":"text"}]},"url":"https://api.massless.io/v1/image/adjust/exposure","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjustexposurerequest\">ImageAdjustExposureRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that you want to adjust.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The increase or decrease in exposure by percentage [-100 - 100].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust","exposure"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b2aee1f-c594-454f-ad43-0ef246a8d354"},{"name":"Gamma","id":"d97dcb07-0ef7-46ad-b733-427b8ff698c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"50","type":"text"}]},"url":"https://api.massless.io/v1/image/adjust/gamma","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjustgammarequest\">ImageAdjustGammaRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that you want to adjust.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The increase or decrease in gamma by percentage [-100 - 500].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust","gamma"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d97dcb07-0ef7-46ad-b733-427b8ff698c1"},{"name":"Hue","id":"0f01aa63-b17f-4197-ae46-fb0969db7bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"-10","type":"text"}]},"url":"https://api.massless.io/v1/image/adjust/hue","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjusthuerequest\">ImageAdjustHueRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that you want to adjust.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The rotate hue around the color wheel by a percentage of 180 degrees [-100 - 100].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust","hue"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f01aa63-b17f-4197-ae46-fb0969db7bda"},{"name":"Sharpness","id":"fac6db3f-4136-4926-ace7-1001afbcdcdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"25","type":"text"}]},"url":"https://api.massless.io/v1/image/adjust/sharpen","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjustsharpenrequest\">ImageAdjustSharpenRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that you want to adjust.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The increase of sharpness by a percentage [0 - 100].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust","sharpen"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"fac6db3f-4136-4926-ace7-1001afbcdcdc"},{"name":"Blur","id":"f61c1f97-578f-435a-a979-ccd8522cdcac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"25","type":"text"}]},"url":"https://api.massless.io/v1/image/adjust/blur","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjustblurrequest\">ImageAdjustBlurRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that you want to adjust.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The increase of blur by a percentage [0 - 100].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust","blur"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f61c1f97-578f-435a-a979-ccd8522cdcac"},{"name":"Unsharp Mask","id":"4d2cbcad-688d-4712-8f2f-aa6c5a889b7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"10","type":"text"}]},"url":"https://api.massless.io/v1/image/adjust/unsharp","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjustunsharpmaskrequest\">ImageAdjustUnsharpMaskRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that you want to adjust.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The increase of sharpness by a percentage [0 - 100].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust","unsharp"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d2cbcad-688d-4712-8f2f-aa6c5a889b7a"},{"name":"Opacity","id":"80943613-7536-4442-aafc-b5999a084fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"value","value":"10","type":"text"}]},"url":"https://api.massless.io/v1/image/adjust/opacity","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageadjustopacitymaskrequest\">ImageAdjustOpacityMaskRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that you want to adjust.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>int</td>\n<td>required</td>\n<td>The value of the overall opacity as a percentage [0 - 100].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","adjust","opacity"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"80943613-7536-4442-aafc-b5999a084fca"}],"id":"c91d79c8-e8f0-4957-9b7d-619362123de6","description":"<p>The <code>/image/adjust</code> route handles operations for manually adjusting images.</p>\n","event":[{"listen":"prerequest","script":{"id":"852b5e22-9ac9-4732-8f7e-bcff380048c2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b41f1263-04c5-4c13-829c-220f754af61b","type":"text/javascript","exec":[""]}}],"_postman_id":"c91d79c8-e8f0-4957-9b7d-619362123de6"},{"name":"Mask","item":[{"name":"Mask (JSON)","id":"c2769525-5c59-49c2-861f-67778f62215e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"maskId\": \"apOLIFiAYiZwiy5wKwyy\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/mask","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagemaskrequest\">ImageMaskRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input image.</td>\n</tr>\n<tr>\n<td><code>maskId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the mask image.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","mask"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"3492d87c-76ef-453e-8275-17352e3c9d42","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"maskId\": \"apOLIFiAYiZwiy5wKwyy\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/mask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:01:11 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"2031"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"SPXws0ol8hq2Z1NuAxRm\",\n    \"url\": \"https://massless.media/SPXws0ol8hq2Z1NuAxRm\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-06-28T21:01:10.4229813Z\",\n        \"size\": 383290,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Musical instrument\",\n            \"Window\",\n            \"Guitar accessory\",\n            \"Guitar\",\n            \"Wood\",\n            \"Orange\",\n            \"Comfort\",\n            \"String instrument\",\n            \"Flooring\",\n            \"Floor\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.92979497,\\\"Confidence\\\":0,\\\"Topicality\\\":0.92979497,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9287624,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9287624,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88741446,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88741446,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8833716,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8833716,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88224405,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88224405,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0jc_p\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Orange\\\",\\\"Score\\\":0.8657242,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8657242,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/08xgn7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Comfort\\\",\\\"Score\\\":0.8600941,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8600941,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/011_f4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"String instrument\\\",\\\"Score\\\":0.8452882,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8452882,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84058094,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84058094,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0l7_8\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Floor\\\",\\\"Score\\\":0.832001,\\\"Confidence\\\":0,\\\"Topicality\\\":0.832001,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            },\n            {\n                \"objectId\": \"apOLIFiAYiZwiy5wKwyy\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"SPXws0ol8hq2Z1NuAxRm\"\n    }\n}"}],"_postman_id":"c2769525-5c59-49c2-861f-67778f62215e"},{"name":"Mask (form-data)","id":"d6d1491d-5505-451e-8c0f-f7c811470a63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"mask","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/mask","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagemaskrequest\">ImageMaskRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media in which you want perform the operation.</td>\n</tr>\n<tr>\n<td><code>mask</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media of the mask to apply.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","mask"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6d1491d-5505-451e-8c0f-f7c811470a63"}],"id":"30ad2370-1a3c-4647-92ee-bf531e7a1f22","description":"<p>The <code>/image/mask</code> route handles operations for applying a mask to an image.</p>\n","event":[{"listen":"prerequest","script":{"id":"7233b305-e92f-4cf0-9b2e-d10733e24169","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"57cd157c-0f9f-4310-a470-26a2109d75cf","type":"text/javascript","exec":[""]}}],"_postman_id":"30ad2370-1a3c-4647-92ee-bf531e7a1f22"},{"name":"OCR","item":[{"name":"OCR (JSON)","id":"c4503de7-2864-4135-972b-0140b077df82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"fCDsIYLiwifTzBKsTBAg\",\r\n    \"asFile\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/ocr","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageocrrequest\">ImageOcrRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>asFile</code></td>\n<td>boolean</td>\n<td>optional</td>\n<td>Whether the response should be an <a href=\"#ocrresponse\">OcrResponse</a> or <a href=\"#mediaobject\">MediaObject</a>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#ocrresponse\">OcrResponse</a></p>\n<h3 id=\"asfile-response\"><code>asFile</code> Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","ocr"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"b7ed1ef5-2690-4e2a-8be7-5efc8006f4c4","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"fCDsIYLiwifTzBKsTBAg\",\r\n    \"asFile\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/ocr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:01:29 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"118"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"ocrAnnotations\": [\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"en\",\n            \"Description\": \"A Haiku for Horses\\n... Haiku for orses?!\\nAre You Seriovs? No WAY,\\nTHEY CANT EVEN READ.\\n\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"A\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"Haiku\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"for\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"Horses\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"...\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"Haiku\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"for\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"orses?!\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"Are\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"You\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"Seriovs?\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"No\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"WAY,\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"THEY\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"CANT\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"EVEN\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        },\n        {\n            \"Mid\": \"\",\n            \"Locale\": \"\",\n            \"Description\": \"READ.\",\n            \"Score\": 0,\n            \"Confidence\": 0,\n            \"Topicality\": 0,\n            \"BoundingPoly\": {\n                \"Vertices\": [],\n                \"NormalizedVertices\": []\n            },\n            \"Locations\": [],\n            \"Properties\": []\n        }\n    ]\n}"}],"_postman_id":"c4503de7-2864-4135-972b-0140b077df82"},{"name":"OCR (form-data)","id":"fa072769-aca7-4c7e-a4fd-b6471c069531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"asFile","value":"true","type":"text"}]},"url":"https://api.massless.io/v1/image/ml/ocr","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageocrrequest\">ImageOcrRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media in which you want perform the operation.</td>\n</tr>\n<tr>\n<td><code>asFile</code></td>\n<td>boolean</td>\n<td>optional</td>\n<td>Whether the response should be an <a href=\"#ocrresponse\">OcrResponse</a> or <a href=\"#mediaobject\">MediaObject</a>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#ocrresponse\">OcrResponse</a></p>\n<h3 id=\"asfile-response\"><code>asFile</code> Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","ocr"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa072769-aca7-4c7e-a4fd-b6471c069531"}],"id":"525fbe46-bb30-4e71-aedb-740368c2ec67","description":"<p>The <code>/image/ml/ocr</code> route handles operations for extracting text from images.</p>\n","event":[{"listen":"prerequest","script":{"id":"1aff1609-4717-45c9-a208-075497ade8cf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a497a6dc-1fb2-45f1-b212-9d9df5252b45","type":"text/javascript","exec":[""]}}],"_postman_id":"525fbe46-bb30-4e71-aedb-740368c2ec67"},{"name":"Remove Background","item":[{"name":"Remove Background (JSON)","id":"5b2676ba-5aef-41bd-aa15-89ac2c357aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/remove-background","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","remove-background"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"d5d88443-1877-46b6-920f-4203c77ddb4a","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/remove-background"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:01:45 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"2430"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"Z1UcuPfGRajWrHkCwPkK\",\n    \"url\": \"https://massless.media/Z1UcuPfGRajWrHkCwPkK\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-06-28T21:01:44.1404682Z\",\n        \"size\": 78596,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Cat\",\n            \"Felidae\",\n            \"Carnivore\",\n            \"Dog breed\",\n            \"Small to medium-sized cats\",\n            \"Whiskers\",\n            \"Tail\",\n            \"Snout\",\n            \"Terrestrial animal\",\n            \"Sporting Group\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9506552,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9506552,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8948286,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8948286,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.88387775,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88387775,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0kpmf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Dog breed\\\",\\\"Score\\\":0.881811,\\\"Confidence\\\":0,\\\"Topicality\\\":0.881811,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/07k6w8\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Small to medium-sized cats\\\",\\\"Score\\\":0.871915,\\\"Confidence\\\":0,\\\"Topicality\\\":0.871915,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01l7qd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Whiskers\\\",\\\"Score\\\":0.8264117,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8264117,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/06z_nw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Tail\\\",\\\"Score\\\":0.7563828,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7563828,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/05mqq3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Snout\\\",\\\"Score\\\":0.7494179,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7494179,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0fbf1m\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Terrestrial animal\\\",\\\"Score\\\":0.7313234,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7313234,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0265rtm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Sporting Group\\\",\\\"Score\\\":0.7059007,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7059007,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"Z1UcuPfGRajWrHkCwPkK\"\n    }\n}"}],"_postman_id":"5b2676ba-5aef-41bd-aa15-89ac2c357aa5"},{"name":"Remove Background (form-data)","id":"f039d25c-2c5c-42f1-8ce6-e0db4072f62a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/ml/remove-background","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media in which you want perform the operation.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","remove-background"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f039d25c-2c5c-42f1-8ce6-e0db4072f62a"}],"id":"5efa9916-6391-470a-b1b8-490a837fd9aa","description":"<p>The <code>/image/ml/remove-background</code> route handles operations for AI image background removal.</p>\n","event":[{"listen":"prerequest","script":{"id":"b68ddfc7-8f5c-4385-8f2e-0761f1ed4dc4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"570b96f4-04d8-40b5-a770-e35c71f027a4","type":"text/javascript","exec":[""]}}],"_postman_id":"5efa9916-6391-470a-b1b8-490a837fd9aa"},{"name":"Resize","item":[{"name":"Resize (JSON)","id":"f63327b5-ba44-4356-8b6b-8d05106032ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"width\": 250,\r\n    \"height\": 250\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/resize","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageresizerequest\">ImageResizeRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>collectionId</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The ID of the input collection.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>one of | required</td>\n<td>The width of the resultant image [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>one of | required</td>\n<td>The height of the resultant image [pixels].</td>\n</tr>\n<tr>\n<td><code>mode</code></td>\n<td>string</td>\n<td>optional <br /> [ <code>stretch</code> | <code>auto</code> | <code>crop</code> | <code>pad</code> | <code>scale</code>]</td>\n<td>The mode used to retain aspect ratio of the input media.</td>\n</tr>\n<tr>\n<td><code>scale</code></td>\n<td>float</td>\n<td>Mode: <code>scale</code> required</td>\n<td>The scale factor of the input image.</td>\n</tr>\n<tr>\n<td><code>gravity</code></td>\n<td>string</td>\n<td>Mode: <code>pad</code> | <code>crop</code> optional <br /> [ <code>center</code> | <code>face</code> | <code>topLeft</code> | <code>top</code> | <code>topRight</code> | <code>right</code> | <code>bottomRight</code> | <code>bottom</code> | <code>bottomLeft</code> | <code>left</code> ]</td>\n<td>The position of input media in relation to the output image.</td>\n</tr>\n<tr>\n<td><code>color</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>Mode: <code>pad</code> optional</td>\n<td>The color of the padding.</td>\n</tr>\n<tr>\n<td><code>autoColor</code></td>\n<td>bool</td>\n<td>Mode: <code>pad</code> optional</td>\n<td>The parameter to automatically select the most prevalent color from an image.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","resize"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"9c839c61-4af9-4d00-8c44-35bc370065de","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"width\": 250,\r\n    \"height\": 250\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/resize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:02:12 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"821"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"YnKysWR9XR8xpHHziqMo\",\n    \"url\": \"https://massless.media/YnKysWR9XR8xpHHziqMo\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-28T21:02:12.6059021Z\",\n        \"size\": 35911,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Cat\",\n            \"Musical instrument\",\n            \"Wood\",\n            \"Flooring\",\n            \"Window\",\n            \"Carnivore\",\n            \"Grey\",\n            \"Floor\",\n            \"Guitar\",\n            \"Folk instrument\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.95637494,\\\"Confidence\\\":0,\\\"Topicality\\\":0.95637494,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9410621,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9410621,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.8787825,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8787825,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84852624,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84852624,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.8484273,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8484273,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.8408857,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8408857,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8398648,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8398648,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0l7_8\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Floor\\\",\\\"Score\\\":0.8381774,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8381774,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8264476,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8264476,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/06203h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Folk instrument\\\",\\\"Score\\\":0.81277627,\\\"Confidence\\\":0,\\\"Topicality\\\":0.81277627,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 250,\n            \"height\": 250\n        },\n        \"mediaId\": \"YnKysWR9XR8xpHHziqMo\"\n    }\n}"}],"_postman_id":"f63327b5-ba44-4356-8b6b-8d05106032ed"},{"name":"Resize (form-data)","id":"093f3668-39cf-495b-96e5-6d0fec5011e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"x","value":"200","type":"text"},{"key":"y","value":"400","type":"text"},{"key":"width","value":"250","type":"text"},{"key":"height","value":"250","type":"text"}]},"url":"https://api.massless.io/v1/image/resize","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageresizerequest\">ImageResizeRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The image(s) you want to resize.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>one of | required</td>\n<td>The width of the resultant image [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>one of | required</td>\n<td>The height of the resultant image [pixels].</td>\n</tr>\n<tr>\n<td><code>mode</code></td>\n<td>string</td>\n<td>optional <br /> [ <code>stretch</code> | <code>auto</code> | <code>crop</code> | <code>pad</code> | <code>scale</code>]</td>\n<td>The mode used to retain aspect ratio of the input media.</td>\n</tr>\n<tr>\n<td><code>scale</code></td>\n<td>float</td>\n<td>Mode: <code>scale</code> required</td>\n<td>The scale factor of the input image.</td>\n</tr>\n<tr>\n<td><code>gravity</code></td>\n<td>string</td>\n<td>Mode: <code>pad</code> | <code>crop</code> optional <br /> [ <code>center</code> | <code>face</code> | <code>topLeft</code> | <code>top</code> | <code>topRight</code> | <code>right</code> | <code>bottomRight</code> | <code>bottom</code> | <code>bottomLeft</code> | <code>left</code> ]</td>\n<td>The position of input media in relation to the output image.</td>\n</tr>\n<tr>\n<td><code>color</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>Mode: <code>pad</code> optional</td>\n<td>The color of the padding.</td>\n</tr>\n<tr>\n<td><code>autoColor</code></td>\n<td>bool</td>\n<td>Mode: <code>pad</code> optional</td>\n<td>The parameter to automatically select the most prevalent color from an image.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","resize"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"093f3668-39cf-495b-96e5-6d0fec5011e0"}],"id":"fafc33af-418d-448e-930a-7c15515b0f9f","description":"<p>The <code>/image/resize</code> route handles operations for resizing images.</p>\n","event":[{"listen":"prerequest","script":{"id":"269f3605-ae70-4b01-abc6-39640325abb1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c3769ff9-0143-47c5-951e-c52cee5a807d","type":"text/javascript","exec":[""]}}],"_postman_id":"fafc33af-418d-448e-930a-7c15515b0f9f"},{"name":"Rotate","item":[{"name":"Rotate (JSON)","id":"af3b8068-4a52-482f-b687-2b3e0ae1ef56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"rotation\": \"clockwise\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/rotate","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagerotaterequest\">ImageRotateRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>rotation</code></td>\n<td>string</td>\n<td>required <br /> [<code>clockwise</code> | <code>counterClockwise</code>]</td>\n<td>The direction of 90 degree rotation.</td>\n</tr>\n<tr>\n<td><code>forceLossy</code></td>\n<td>bool</td>\n<td>optional (false)</td>\n<td>Whether to modify the display rotation (false) or to change the pixel placement (true).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","rotate"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"4c5a6dd8-7104-4ac8-abde-2cbf19ec1a86","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"rotation\": \"clockwise\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/rotate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 27 Aug 2021 15:19:02 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,X-Api-Key,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"807"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"1KVMG9NQjyZCwKpwGEu4\",\n    \"url\": \"https://unstable.massless.media/1KVMG9NQjyZCwKpwGEu4\",\n    \"metadata\": {\n        \"name\": \"cat.jpeg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-08-27T15:19:02.7078701Z\",\n        \"size\": 107694,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Musical instrument\",\n            \"Cat\",\n            \"Guitar\",\n            \"Comfort\",\n            \"Wood\",\n            \"Felidae\",\n            \"Carnivore\",\n            \"Plant\",\n            \"Small to medium-sized cats\",\n            \"Hardwood\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9147261,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9147261,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.91104794,\\\"Confidence\\\":0,\\\"Topicality\\\":0.91104794,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.9010482,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9010482,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/08xgn7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Comfort\\\",\\\"Score\\\":0.8845642,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8845642,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.8836302,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8836302,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8757658,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8757658,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.8725999,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8725999,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/05s2s\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Plant\\\",\\\"Score\\\":0.8720263,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8720263,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/07k6w8\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Small to medium-sized cats\\\",\\\"Score\\\":0.8148795,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8148795,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/020g49\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Hardwood\\\",\\\"Score\\\":0.7877258,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7877258,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"5um14txpBTzS5sVYPafv\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 480,\n            \"height\": 640\n        },\n        \"mediaId\": \"1KVMG9NQjyZCwKpwGEu4\"\n    }\n}"}],"_postman_id":"af3b8068-4a52-482f-b687-2b3e0ae1ef56"},{"name":"Rotate (form-data)","id":"1c85c939-c3ee-4775-b610-a44539f0aaf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"rotation","value":"clockwise","type":"text"}]},"url":"https://api.massless.io/v1/image/rotate","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagerotaterequest\">ImageRotateRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image you want to flip.</td>\n</tr>\n<tr>\n<td><code>rotation</code></td>\n<td>string</td>\n<td>required <br /> [<code>clockwise</code> | <code>counterClockwise</code>]</td>\n<td>The direction of 90 degree rotation.</td>\n</tr>\n<tr>\n<td><code>forceLossy</code></td>\n<td>bool</td>\n<td>optional (false)</td>\n<td>Whether to modify the display rotation (false) or to change the pixel placement (true).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","rotate"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c85c939-c3ee-4775-b610-a44539f0aaf1"}],"id":"d684a0ba-187d-46e8-a3be-3395f683f96a","description":"<p>The <code>/image/rotate</code> route handles operations for rotating images.</p>\n","event":[{"listen":"prerequest","script":{"id":"90541877-c7a0-49a4-b71d-d17b5589c22e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"206a8326-99f7-4a45-b860-99dbbb852785","type":"text/javascript","exec":[""]}}],"_postman_id":"d684a0ba-187d-46e8-a3be-3395f683f96a"},{"name":"Segment Face","item":[{"name":"Face (JSON)","id":"dbf845d7-8d1d-4d5b-b28f-0b4f9fb42216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"HUtCpgxdgNWFibGmMbA9\",\r\n    \"styleId\": \"VF21XeTFOoiYjqlZHoGL\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/segment-to-face","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagesegmentfacerequest\">ImageSegmentFaceRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>styleId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the face media with attributes to recreate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","segment-to-face"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"c6767a82-c0e6-4a89-a6a9-2ff7ec9f7ead","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"HUtCpgxdgNWFibGmMbA9\",\r\n    \"styleId\": \"VF21XeTFOoiYjqlZHoGL\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/segment-to-face"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 05 Jul 2021 11:17:11 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"3136"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"YKhmnGL5ppIZ57ldakZI\",\n    \"url\": \"https://unstable.massless.media/YKhmnGL5ppIZ57ldakZI\",\n    \"metadata\": {\n        \"name\": \"segface.jpg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-07-05T11:17:09.8881233Z\",\n        \"size\": 7915,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Forehead\",\n            \"Nose\",\n            \"Cheek\",\n            \"Smile\",\n            \"Lip\",\n            \"Chin\",\n            \"Eyebrow\",\n            \"Shoulder\",\n            \"Eyelash\",\n            \"Lipstick\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/025kyy\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Forehead\\\",\\\"Score\\\":0.9846564,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9846564,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0k0pj\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Nose\\\",\\\"Score\\\":0.98358303,\\\"Confidence\\\":0,\\\"Topicality\\\":0.98358303,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/037p5b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cheek\\\",\\\"Score\\\":0.9792527,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9792527,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/019nj4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Smile\\\",\\\"Score\\\":0.9770461,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9770461,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/06pj2k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Lip\\\",\\\"Score\\\":0.9703668,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9703668,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0f9swq\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Chin\\\",\\\"Score\\\":0.9666079,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9666079,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/027n3_\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Eyebrow\\\",\\\"Score\\\":0.9432893,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9432893,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01ssh5\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Shoulder\\\",\\\"Score\\\":0.9363711,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9363711,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03f52z\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Eyelash\\\",\\\"Score\\\":0.9264006,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9264006,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/06c7f7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Lipstick\\\",\\\"Score\\\":0.893899,\\\"Confidence\\\":0,\\\"Topicality\\\":0.893899,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"HUtCpgxdgNWFibGmMbA9\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 256,\n            \"height\": 256\n        },\n        \"mediaId\": \"YKhmnGL5ppIZ57ldakZI\"\n    }\n}"}],"_postman_id":"dbf845d7-8d1d-4d5b-b28f-0b4f9fb42216"},{"name":"Face (form-data)","id":"7e79f22f-91f5-426a-b27d-2dc0dfd9dab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"style","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/ml/segment-to-face","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagesegmentfacerequest\">ImageSegmentFaceRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image segment map image of a face to generate.</td>\n</tr>\n<tr>\n<td><code>style</code></td>\n<td>file</td>\n<td>optional</td>\n<td>The image that contains a face with attributes to recreate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","segment-to-face"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e79f22f-91f5-426a-b27d-2dc0dfd9dab0"},{"name":"Colors","id":"f4258bb5-00d9-4dc3-8925-99f064f01773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/image/ml/segment-to-face/colors","description":"<p>The <code>image/ml/segment-to-image/colors</code> route provides a list of colors that are recognised as face segmentation classes.</p>\n<h3 id=\"response\">Response</h3>\n<p><a href=\"#segmentFaceColors\">SegmentFaceColors</a></p>\n","urlObject":{"protocol":"https","path":["v1","image","ml","segment-to-face","colors"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4258bb5-00d9-4dc3-8925-99f064f01773"}],"id":"d7e6608e-6c1a-48bf-b0b6-9f824f52d3f7","description":"<p>The <code>/image/ml/segment-to-face</code> route handles operations for generating AI faces from segment maps.</p>\n","_postman_id":"d7e6608e-6c1a-48bf-b0b6-9f824f52d3f7"},{"name":"Segment Mask","item":[{"name":"Single (JSON)","id":"a01b19a0-0577-4d3f-ae53-e7a8de84d03e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"segmentClass\": \"cat\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/segment/single","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagesegmentsinglerequest\">ImageSegmentSingleRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>segmentClass</code></td>\n<td>string</td>\n<td>required</td>\n<td>The class to segment. For available classes see <a href=\"#features\">Features</a>).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","segment","single"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"1339ce4a-5c8d-4f71-b935-803874148db8","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"segmentClass\": \"cat\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/segment/single"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:02:38 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1167"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"ybWHCChIXdSvjjxPZtTV\",\n    \"url\": \"https://massless.media/ybWHCChIXdSvjjxPZtTV\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-06-28T21:02:38.055482Z\",\n        \"size\": 5721,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Gesture\",\n            \"Font\",\n            \"Art\",\n            \"Wing\",\n            \"Backlighting\",\n            \"Logo\",\n            \"Darkness\",\n            \"Rock\",\n            \"Graphics\",\n            \"Monochrome photography\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/0244x1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gesture\\\",\\\"Score\\\":0.85260487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85260487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.75028026,\\\"Confidence\\\":0,\\\"Topicality\\\":0.75028026,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.71752405,\\\"Confidence\\\":0,\\\"Topicality\\\":0.71752405,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083s2\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wing\\\",\\\"Score\\\":0.67249686,\\\"Confidence\\\":0,\\\"Topicality\\\":0.67249686,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0b0lbv\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Backlighting\\\",\\\"Score\\\":0.6549226,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6549226,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0dwx7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Logo\\\",\\\"Score\\\":0.6544911,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6544911,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01kyr8\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Darkness\\\",\\\"Score\\\":0.6518561,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6518561,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01cbzq\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rock\\\",\\\"Score\\\":0.6399364,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6399364,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/021sdg\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Graphics\\\",\\\"Score\\\":0.62701625,\\\"Confidence\\\":0,\\\"Topicality\\\":0.62701625,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03d49p1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Monochrome photography\\\",\\\"Score\\\":0.6062229,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6062229,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"ybWHCChIXdSvjjxPZtTV\"\n    }\n}"}],"_postman_id":"a01b19a0-0577-4d3f-ae53-e7a8de84d03e"},{"name":"Single (form-data)","id":"a99c939f-4de9-475f-bba0-3fb0048fb28c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"class","value":"cat","type":"text"}]},"url":"https://api.massless.io/v1/image/ml/segment/single","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagesegmentsinglerequest\">ImageSegmentSingleRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image to segment.</td>\n</tr>\n<tr>\n<td><code>segmentClass</code></td>\n<td>string</td>\n<td>required</td>\n<td>The class to segment. For available classes see <a href=\"#features\">Features</a>).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","segment","single"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a99c939f-4de9-475f-bba0-3fb0048fb28c"},{"name":"Features (JSON)","id":"6b3d7dee-b8ac-4764-8d71-82a32f7a5f0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/image/ml/segment/features","description":"<p>The <code>image/ml/segment/features</code> route provides a list of features that are recognised as segmentation classes.</p>\n<h3 id=\"response\">Response</h3>\n<p><a href=\"#segmentfeaturesresponse\">SegmentFeaturesResponse</a></p>\n","urlObject":{"protocol":"https","path":["v1","image","ml","segment","features"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"7d0f3ded-88a6-427e-a153-b75d7ea7e323","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/image/ml/segment/features"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:02:56 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"20"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"allowedClasses\": [\n        \"background\",\n        \"aeroplane\",\n        \"bicycle\",\n        \"bird\",\n        \"boat\",\n        \"bottle\",\n        \"bus\",\n        \"car\",\n        \"cat\",\n        \"chair\",\n        \"cow\",\n        \"diningtable\",\n        \"dog\",\n        \"horse\",\n        \"motorbike\",\n        \"person\",\n        \"pottedplant\",\n        \"sheep\",\n        \"sofa\",\n        \"train\",\n        \"tvmonitor\"\n    ]\n}"}],"_postman_id":"6b3d7dee-b8ac-4764-8d71-82a32f7a5f0c"}],"id":"23c69132-3b1c-4bac-b35d-0843d19fbf8c","description":"<p>The <code>/image/ml/segment</code> route handles operations for generating AI segment masks.</p>\n","event":[{"listen":"prerequest","script":{"id":"12bd38fa-e97e-491a-afee-10d0ed311dbf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4dc9c3f6-fae4-4aae-bf1d-70cfe869cea2","type":"text/javascript","exec":[""]}}],"_postman_id":"23c69132-3b1c-4bac-b35d-0843d19fbf8c"},{"name":"Shader","item":[{"name":"Shader (JSON)","id":"1f79bc9c-4d03-4897-87e9-8e692141e8e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fs\": \"precision mediump float; uniform vec2 iResolution; uniform int iFrame; uniform float iFPS; uniform sampler2D iChannel0; uniform vec2 iChannelResolution0; varying vec2 iTexCoord; void main() { gl_FragColor = texture2D (iChannel0, iTexCoord) * vec4(gl_FragCoord.x / iResolution.x, gl_FragCoord.y / iResolution.y, 1, 1); }\",\r\n    \"width\": 500,\r\n    \"height\": 500,\r\n    \"textures\": [\r\n        \"http://www.schaik.com/pngsuite/basn0g01.png\"\r\n    ],\r\n    \"fps\": 60,\r\n    \"frame\": 0\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/shader","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageshaderrequest\">ImageShaderRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>fs</code></td>\n<td>string</td>\n<td>required</td>\n<td>The fragment shader rendered with WebGL.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>required</td>\n<td>The width of the rendered image [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>required</td>\n<td>The height of the rendered image [pixels].</td>\n</tr>\n<tr>\n<td><code>textures</code></td>\n<td>array[string]</td>\n<td>optional</td>\n<td>The URLs of textures used in the fragement shader.</td>\n</tr>\n<tr>\n<td><code>frame</code></td>\n<td>int</td>\n<td>required</td>\n<td>The frame to render.</td>\n</tr>\n<tr>\n<td><code>fps</code></td>\n<td>int</td>\n<td>required</td>\n<td>The fps to render the fragement shader.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","shader"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"ddb82376-02a0-4e65-af4c-242765db9e1b","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fs\": \"precision mediump float; uniform vec2 iResolution; uniform int iFrame; uniform float iFPS; uniform sampler2D iChannel0; uniform vec2 iChannelResolution0; varying vec2 iTexCoord; void main() { gl_FragColor = texture2D (iChannel0, iTexCoord) * vec4(gl_FragCoord.x / iResolution.x, gl_FragCoord.y / iResolution.y, 1, 1); }\",\r\n    \"width\": 500,\r\n    \"height\": 500,\r\n    \"textures\": [\r\n        \"http://www.schaik.com/pngsuite/basn0g01.png\"\r\n    ],\r\n    \"fps\": 60,\r\n    \"frame\": 0\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/shader"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:03:23 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"9947"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"L7UPs5dXsKtzPuAj0eoe\",\n    \"url\": \"https://massless.media/L7UPs5dXsKtzPuAj0eoe\",\n    \"metadata\": {\n        \"name\": \"Generated\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-06-28T21:03:13.9131042Z\",\n        \"size\": 3675,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Product\",\n            \"Azure\",\n            \"Font\",\n            \"Violet\",\n            \"Material property\",\n            \"Magenta\",\n            \"Electric blue\",\n            \"Pattern\",\n            \"Parallel\",\n            \"Rectangle\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01jwgf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Product\\\",\\\"Score\\\":0.9073462,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9073462,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03jn2m\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Azure\\\",\\\"Score\\\":0.8983036,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8983036,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8415855,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8415855,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/09gg3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Violet\\\",\\\"Score\\\":0.8117573,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8117573,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0457gc6\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Material property\\\",\\\"Score\\\":0.8024343,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8024343,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0ckc5\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Magenta\\\",\\\"Score\\\":0.799129,\\\"Confidence\\\":0,\\\"Topicality\\\":0.799129,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/02vwbzz\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Electric blue\\\",\\\"Score\\\":0.76872665,\\\"Confidence\\\":0,\\\"Topicality\\\":0.76872665,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0hwky\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Pattern\\\",\\\"Score\\\":0.75946796,\\\"Confidence\\\":0,\\\"Topicality\\\":0.75946796,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.7553824,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7553824,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.7494938,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7494938,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"dimensions\": {\n            \"width\": 500,\n            \"height\": 500\n        },\n        \"mediaId\": \"L7UPs5dXsKtzPuAj0eoe\"\n    }\n}"}],"_postman_id":"1f79bc9c-4d03-4897-87e9-8e692141e8e6"},{"name":"Shader (form-data)","id":"549fef82-245e-4033-a6cd-c669692ad229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"fs","value":"precision mediump float; uniform vec2 iResolution; uniform int iFrame; uniform float iFPS; uniform sampler2D iChannel0; uniform vec2 iChannelResolution0; varying vec2 iTexCoord; void main() { gl_FragColor = texture2D (iChannel0, iTexCoord) * vec4(gl_FragCoord.x / iResolution.x, gl_FragCoord.y / iResolution.y, 1, 1); }","type":"text"},{"key":"width","value":"500","type":"text"},{"key":"height","value":"500","type":"text"},{"key":"textures","value":"http://www.schaik.com/pngsuite/basn0g01.png","type":"text"},{"key":"fps","value":"60","type":"text"},{"key":"frame","value":"0","type":"text"}]},"url":"https://api.massless.io/v1/image/shader","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageshaderrequest\">ImageShaderRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>fs</code></td>\n<td>string</td>\n<td>required</td>\n<td>The fragment shader rendered with WebGL.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>required</td>\n<td>The width of the rendered image [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>required</td>\n<td>The height of the rendered image [pixels].</td>\n</tr>\n<tr>\n<td><code>textures</code></td>\n<td>string</td>\n<td>optional, single or multiple</td>\n<td>The URLs of textures used in the fragement shader.</td>\n</tr>\n<tr>\n<td><code>frame</code></td>\n<td>int</td>\n<td>required</td>\n<td>The frame to render.</td>\n</tr>\n<tr>\n<td><code>fps</code></td>\n<td>int</td>\n<td>required</td>\n<td>The fps to render the fragement shader.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","shader"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"549fef82-245e-4033-a6cd-c669692ad229"}],"id":"bb7557b3-dd01-4c51-a571-d4fad8106782","description":"<p>The <code>/image/shader</code> route handles operations for rendering a WebGL fragment shader as a PNG.</p>\n","event":[{"listen":"prerequest","script":{"id":"83bd4938-5896-44b3-9dd6-a0b92e222641","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"54c5271c-0254-4c4f-bafc-9745eae0f594","type":"text/javascript","exec":[""]}}],"_postman_id":"bb7557b3-dd01-4c51-a571-d4fad8106782"},{"name":"Style Transfer","item":[{"name":"Style Transfer (JSON)","id":"0093aab5-d534-487b-bfb2-0bd84eca8705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"styleId\": \"W68CagU5dJIdcdeA3dfA\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/style-transfer","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagestyletransferrequest\">ImageStyleTransferRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>styleId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the style media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","style-transfer"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"eb41349e-4f9d-4713-a27c-4417db07a97b","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"styleId\": \"W68CagU5dJIdcdeA3dfA\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/style-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:03:46 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"11030"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"Wg23x77JncUbE7lXMtAk\",\n    \"url\": \"https://massless.media/Wg23x77JncUbE7lXMtAk\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-28T21:03:36.2779297Z\",\n        \"size\": 75315,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Art paint\",\n            \"Paint\",\n            \"World\",\n            \"Textile\",\n            \"Organism\",\n            \"Art\",\n            \"Urban design\",\n            \"Painting\",\n            \"Font\",\n            \"Grass\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/0h90w5d\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art paint\\\",\\\"Score\\\":0.94164985,\\\"Confidence\\\":0,\\\"Topicality\\\":0.94164985,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/05y4t\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paint\\\",\\\"Score\\\":0.9105066,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9105066,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/09nm_\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"World\\\",\\\"Score\\\":0.8931359,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8931359,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0dnr7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Textile\\\",\\\"Score\\\":0.8761986,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8761986,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/05nnm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Organism\\\",\\\"Score\\\":0.8694648,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8694648,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.83155155,\\\"Confidence\\\":0,\\\"Topicality\\\":0.83155155,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d9wj\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Urban design\\\",\\\"Score\\\":0.8193668,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8193668,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/05qdh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Painting\\\",\\\"Score\\\":0.8086978,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8086978,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.7759588,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7759588,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/08t9c_\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grass\\\",\\\"Score\\\":0.77021646,\\\"Confidence\\\":0,\\\"Topicality\\\":0.77021646,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            },\n            {\n                \"objectId\": \"W68CagU5dJIdcdeA3dfA\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"Wg23x77JncUbE7lXMtAk\"\n    }\n}"}],"_postman_id":"0093aab5-d534-487b-bfb2-0bd84eca8705"},{"name":"Style Transfer (form-data)","id":"5bebef02-1f62-4703-827e-d3b94adc4609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"style","type":"file","value":null}]},"url":"https://api.massless.io/v1/image/ml/style-transfer","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagestyletransferrequest\">ImageStyleTransferRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that in which the style will be applied.</td>\n</tr>\n<tr>\n<td><code>style</code></td>\n<td>file</td>\n<td>required</td>\n<td>The image that is to be the style.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","style-transfer"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bebef02-1f62-4703-827e-d3b94adc4609"}],"id":"ef041e47-c925-4c37-bdfa-cc13bfdd4148","description":"<p>The <code>/image/ml/style-transfer</code> route handles operations for transferring the style of one image on to another image.</p>\n","event":[{"listen":"prerequest","script":{"id":"b716b18a-bee0-498c-ba97-09d10dcf827c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7fe7adab-0083-457e-845e-daae79ddc048","type":"text/javascript","exec":[""]}}],"_postman_id":"ef041e47-c925-4c37-bdfa-cc13bfdd4148"},{"name":"Text","item":[{"name":"Text (JSON)","id":"e04864b8-e655-4ab4-b254-dffafe866a6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut mollis turpis quis ante ornare fermentum. Praesent eu fermentum nulla. Vivamus eget tincidunt lacus, a venenatis justo.\",\r\n    \"font\": \"Montserrat\",\r\n    \"color\": {\r\n        \"r\": 100,\r\n        \"g\": 25,\r\n        \"b\": 100,\r\n        \"a\": 255\r\n    },\r\n    \"size\": 16,\r\n    \"weight\": 400,\r\n    \"maxWidth\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/text","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagetextrequest\">ImageTextRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>text</code></td>\n<td>string</td>\n<td>required</td>\n<td>The text to be rendered.</td>\n</tr>\n<tr>\n<td><code>weight</code></td>\n<td>int</td>\n<td>required</td>\n<td>The font weight.</td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td>int</td>\n<td>required</td>\n<td>The font size.</td>\n</tr>\n<tr>\n<td><code>color</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>optional</td>\n<td>The font color.</td>\n</tr>\n<tr>\n<td><code>font</code></td>\n<td>string</td>\n<td>optional</td>\n<td>The font used to render the text. <a href>Available fonts</a>.</td>\n</tr>\n<tr>\n<td><code>alignment</code></td>\n<td>string</td>\n<td>optional <br /> [ <code>left</code> | <code>center</code> | <code>right</code> | <code>justified</code> ]</td>\n<td>The alignment of the text.</td>\n</tr>\n<tr>\n<td><code>wrapping</code></td>\n<td>boolean</td>\n<td>optional</td>\n<td>Whether the text is wrapped.</td>\n</tr>\n<tr>\n<td><code>maxWidth</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The maximum width of output image [pixels].</td>\n</tr>\n<tr>\n<td><code>spacing</code></td>\n<td>float</td>\n<td>optional</td>\n<td>The vertical spacing between the lines of text.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","text"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"810bc0b9-7a3e-4ad6-95a5-571c2725619c","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut mollis turpis quis ante ornare fermentum. Praesent eu fermentum nulla. Vivamus eget tincidunt lacus, a venenatis justo.\",\r\n    \"font\": \"Montserrat\",\r\n    \"color\": {\r\n        \"r\": 100,\r\n        \"g\": 25,\r\n        \"b\": 100,\r\n        \"a\": 255\r\n    },\r\n    \"size\": 16,\r\n    \"weight\": 400,\r\n    \"maxWidth\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/text"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:04:04 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1085"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"URNeQT4FFYHIFpTSVERl\",\n    \"url\": \"https://massless.media/URNeQT4FFYHIFpTSVERl\",\n    \"metadata\": {\n        \"name\": \"Generated\",\n        \"mediaType\": \"image/png\",\n        \"uploadTime\": \"2021-06-28T21:04:03.7621565Z\",\n        \"size\": 3133,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Purple\",\n            \"Violet\",\n            \"Cross\",\n            \"Pink\",\n            \"Font\",\n            \"Material property\",\n            \"Magenta\",\n            \"Symbol\",\n            \"Religious item\",\n            \"Symmetry\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/09ggk\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Purple\\\",\\\"Score\\\":0.89600104,\\\"Confidence\\\":0,\\\"Topicality\\\":0.89600104,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/09gg3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Violet\\\",\\\"Score\\\":0.8405945,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8405945,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/022ch\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cross\\\",\\\"Score\\\":0.82991344,\\\"Confidence\\\":0,\\\"Topicality\\\":0.82991344,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01fklc\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Pink\\\",\\\"Score\\\":0.8283637,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8283637,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.81904554,\\\"Confidence\\\":0,\\\"Topicality\\\":0.81904554,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0457gc6\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Material property\\\",\\\"Score\\\":0.80063856,\\\"Confidence\\\":0,\\\"Topicality\\\":0.80063856,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0ckc5\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Magenta\\\",\\\"Score\\\":0.79381526,\\\"Confidence\\\":0,\\\"Topicality\\\":0.79381526,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/09ddf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Symbol\\\",\\\"Score\\\":0.7305935,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7305935,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0h8p5l_\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Religious item\\\",\\\"Score\\\":0.7293652,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7293652,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0f28m\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Symmetry\\\",\\\"Score\\\":0.6940711,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6940711,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"dimensions\": {\n            \"width\": 600,\n            \"height\": 19\n        },\n        \"mediaId\": \"URNeQT4FFYHIFpTSVERl\"\n    }\n}"}],"_postman_id":"e04864b8-e655-4ab4-b254-dffafe866a6a"},{"name":"Text (form-data)","id":"f1f934dc-38f9-414a-b23a-2763d7e695db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"text","value":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut mollis turpis quis ante ornare fermentum. Praesent eu fermentum nulla. Vivamus eget tincidunt lacus, a venenatis justo.","type":"text"},{"key":"font","value":"Montserrat","type":"text"},{"key":"colorR","value":"100","type":"text"},{"key":"colorG","value":"25","type":"text"},{"key":"colorB","value":"100","type":"text"},{"key":"colorA","value":"255","type":"text"},{"key":"size","value":"16","type":"text"},{"key":"weight","value":"400","type":"text"}]},"url":"https://api.massless.io/v1/image/text","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagetextrequest\">ImageTextRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>text</code></td>\n<td>string</td>\n<td>required</td>\n<td>The text to be rendered.</td>\n</tr>\n<tr>\n<td><code>weight</code></td>\n<td>int</td>\n<td>required</td>\n<td>The font weight.</td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td>int</td>\n<td>required</td>\n<td>The font size.</td>\n</tr>\n<tr>\n<td><code>colorR</code></td>\n<td>int</td>\n<td>required</td>\n<td>Text color: Red [0-255].</td>\n</tr>\n<tr>\n<td><code>colorG</code></td>\n<td>int</td>\n<td>required</td>\n<td>Text color: Green [0-255].</td>\n</tr>\n<tr>\n<td><code>colorB</code></td>\n<td>int</td>\n<td>required</td>\n<td>Text color: Blue [0-255].</td>\n</tr>\n<tr>\n<td><code>colorA</code></td>\n<td>int</td>\n<td>required</td>\n<td>Text color: Alpha [0-255].</td>\n</tr>\n<tr>\n<td><code>font</code></td>\n<td>string</td>\n<td>optional</td>\n<td>The font used to render the text. <a href>Available fonts</a>.</td>\n</tr>\n<tr>\n<td><code>alignment</code></td>\n<td>string</td>\n<td>optional <br /> [ <code>left</code> | <code>center</code> | <code>right</code> | <code>justified</code> ]</td>\n<td>The alignment of the text.</td>\n</tr>\n<tr>\n<td><code>wrapping</code></td>\n<td>boolean</td>\n<td>optional</td>\n<td>Whether the text is wrapped.</td>\n</tr>\n<tr>\n<td><code>maxWidth</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The maximum width of output image [pixels].</td>\n</tr>\n<tr>\n<td><code>spacing</code></td>\n<td>float</td>\n<td>optional</td>\n<td>The vertical spacing between the lines of text.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","text"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1f934dc-38f9-414a-b23a-2763d7e695db"}],"id":"a0346b33-743a-4952-b265-fe0bf61f3320","description":"<p>The <code>/image/text</code> route handles operations for rendering text as an image.</p>\n","event":[{"listen":"prerequest","script":{"id":"1f1dfa99-6755-4684-ab07-65e5085b20ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"50f2feb7-bf03-4096-a09e-09e59527276f","type":"text/javascript","exec":[""]}}],"_postman_id":"a0346b33-743a-4952-b265-fe0bf61f3320"},{"name":"Upscale","item":[{"name":"Upscale (JSON)","id":"83aae3de-f046-4607-8eb9-94d4f8bcb183","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"scale\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/upscale","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageupscalerequest\">ImageUpscaleRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td>string</td>\n<td>optional <br /> [<code>2</code> | <code>4</code> | <code>8</code>]</td>\n<td>The image size multiplication</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","upscale"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"20455560-19cf-42c2-8525-57158a899e54","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\r\n    \"scale\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/ml/upscale"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:04:24 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"9930"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"Nzf3DyZZ47uMozkvFYXc\",\n    \"url\": \"https://massless.media/Nzf3DyZZ47uMozkvFYXc\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-28T21:04:15.6319231Z\",\n        \"size\": 339520,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Cat\",\n            \"Musical instrument\",\n            \"Window\",\n            \"Guitar accessory\",\n            \"Wood\",\n            \"Guitar\",\n            \"Carnivore\",\n            \"Flooring\",\n            \"Felidae\",\n            \"Grey\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9612442,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9612442,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.95278513,\\\"Confidence\\\":0,\\\"Topicality\\\":0.95278513,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.91545755,\\\"Confidence\\\":0,\\\"Topicality\\\":0.91545755,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88730884,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88730884,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.8832487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8832487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8680513,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8680513,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.8628074,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8628074,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84378874,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84378874,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8431245,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8431245,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8402016,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8402016,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 2560,\n            \"height\": 1920\n        },\n        \"mediaId\": \"Nzf3DyZZ47uMozkvFYXc\"\n    }\n}"}],"_postman_id":"83aae3de-f046-4607-8eb9-94d4f8bcb183"},{"name":"Upscale (form-data)","id":"8bf7cc2a-63ef-49cd-aebe-a3e48a69d30e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"scale","value":"2","type":"text"}]},"url":"https://api.massless.io/v1/image/ml/upscale","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imageupscalerequest\">ImageUpscaleRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media in which you want perform the operation.</td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td>string</td>\n<td>optional <br /> [<code>2</code> | <code>4</code> | <code>8</code>]</td>\n<td>The image size multiplication</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","ml","upscale"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bf7cc2a-63ef-49cd-aebe-a3e48a69d30e"}],"id":"9315ed34-9dfa-4688-a87b-35bef4d7afb1","description":"<p>The <code>/image/ml/upscale</code> route handles operations for AI image upscale.</p>\n","event":[{"listen":"prerequest","script":{"id":"6511f3ed-8662-4ed3-abd2-865fdfc7c70e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2bd47aa7-2fd9-498b-b563-c0170ec1fea1","type":"text/javascript","exec":[""]}}],"_postman_id":"9315ed34-9dfa-4688-a87b-35bef4d7afb1"},{"name":"Watermark","item":[{"name":"Watermark (JSON)","id":"ca313967-a820-4870-8922-a8be2a706c30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\", \r\n    \"watermarkId\": \"kq3IEgQHIzQyYODNkFlc\",\r\n    \"mode\": \"gravity\",\r\n    \"gravity\": \"bottomRight\",\r\n    \"margin\": 15,\r\n    \"width\": 64\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/image/watermark","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagewatermarkrequest\">ImageWatermarkRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>watermarkId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the watermark media.</td>\n</tr>\n<tr>\n<td><code>mode</code></td>\n<td>string</td>\n<td>optional <br /> [ <code>gravity</code> | <code>fit</code> | <code>manual</code> ]</td>\n<td>The mode which will be used for placement. (<code>fit</code> scales the watermark to fit inside the input media.)</td>\n</tr>\n<tr>\n<td><code>x</code></td>\n<td>int</td>\n<td>Mode: <code>manual</code> required</td>\n<td>The horizontal coordinate from the top left corner of the image to the top left corner of the watermark [pixels].</td>\n</tr>\n<tr>\n<td><code>y</code></td>\n<td>int</td>\n<td>Mode: <code>manual</code> required</td>\n<td>The vertical coordinate from the top left corner of the image to the top left corner of the watermark [pixels].</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The width of the watermark [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The height of the watermark [pixels].</td>\n</tr>\n<tr>\n<td><code>gravity</code></td>\n<td>string</td>\n<td>Mode: <code>gravity</code> | <code>fit</code> optional <br /> [ <code>center</code> | <code>topLeft</code> | <code>top</code> | <code>topRight</code> | <code>right</code> | <code>bottomRight</code> | <code>bottom</code> | <code>bottomLeft</code> | <code>left</code> ]</td>\n<td>The position of watermark in relation to the image.</td>\n</tr>\n<tr>\n<td><code>margin</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The amount of margin from the watermark to the edge of the input image [pixels].</td>\n</tr>\n<tr>\n<td><code>opacity</code></td>\n<td>float</td>\n<td>optional</td>\n<td>The overall opacity of the watermark image [0.0-1.0].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","watermark"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca313967-a820-4870-8922-a8be2a706c30"},{"name":"Watermark (form-data)","id":"217a88be-3423-4216-b9b9-b8df3d5f5bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"watermark","type":"file","value":null},{"key":"mode","value":"gravity","type":"text"},{"key":"gravity","value":"bottomRight","type":"text"},{"key":"margin","value":"15","type":"text"},{"key":"width","value":"64","type":"text"}]},"url":"https://api.massless.io/v1/image/watermark","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"imagewatermarkrequest\">ImageWatermarkRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The input image.</td>\n</tr>\n<tr>\n<td><code>watermark</code></td>\n<td>file</td>\n<td>required</td>\n<td>The watermark image.</td>\n</tr>\n<tr>\n<td><code>mode</code></td>\n<td>string</td>\n<td>optional <br /> [ <code>gravity</code> | <code>fit</code> | <code>manual</code> ]</td>\n<td>The mode which will be used for placement. (<code>fit</code> scales the watermark to fit inside the input media.)</td>\n</tr>\n<tr>\n<td><code>x</code></td>\n<td>int</td>\n<td>Mode: <code>manual</code> required</td>\n<td>The horizontal coordinate from the top left corner of the image to the top left corner of the watermark [pixels].</td>\n</tr>\n<tr>\n<td><code>y</code></td>\n<td>int</td>\n<td>Mode: <code>manual</code> required</td>\n<td>The vertical coordinate from the top left corner of the image to the top left corner of the watermark [pixels].</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The width of the watermark [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The height of the watermark [pixels].</td>\n</tr>\n<tr>\n<td><code>gravity</code></td>\n<td>string</td>\n<td>Mode: <code>gravity</code> | <code>fit</code> optional <br /> [ <code>center</code> | <code>topLeft</code> | <code>top</code> | <code>topRight</code> | <code>right</code> | <code>bottomRight</code> | <code>bottom</code> | <code>bottomLeft</code> | <code>left</code> ]</td>\n<td>The position of watermark in relation to the image.</td>\n</tr>\n<tr>\n<td><code>margin</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The amount of margin from the watermark to the edge of the input image [pixels].</td>\n</tr>\n<tr>\n<td><code>opacity</code></td>\n<td>float</td>\n<td>optional</td>\n<td>The overall opacity of the watermark image [0.0-1.0].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant image.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","image","watermark"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"217a88be-3423-4216-b9b9-b8df3d5f5bfb"}],"id":"23d993fd-e337-41ef-9261-4240d49ab17e","description":"<p>The <code>/image/watermark</code> route handles operations for adding a watermark to an image.</p>\n","event":[{"listen":"prerequest","script":{"id":"7c4053cb-9d29-4d59-8aaa-0c1feac88afb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"84628112-def4-464b-a641-b3ba9e40c4e5","type":"text/javascript","exec":[""]}}],"_postman_id":"23d993fd-e337-41ef-9261-4240d49ab17e"}],"id":"97c5e449-22e6-4855-9e4f-d2d46738378f","_postman_id":"97c5e449-22e6-4855-9e4f-d2d46738378f","description":""},{"name":"Document","item":[{"name":"Export","item":[{"name":"Export (JSON)","id":"c2635f9b-2913-46de-8610-68116baa3d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ox6V9UFMT6rDXiSdL7tJ\",\r\n    \"resolution\": 96,\r\n    \"mediaType\": \"image/jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/export","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentexportrequest\">DocumentExportRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>resolution</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The resolution to render the input media.</td>\n</tr>\n<tr>\n<td><code>mediaType</code></td>\n<td>string</td>\n<td>required</td>\n<td>The Media Type <a href=\"https://www.iana.org/go/rfc2046\">RFC2046</a> of the output media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","document","export"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"305e5ce1-b1f2-4a42-9d3c-74bffe30694f","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ox6V9UFMT6rDXiSdL7tJ\",\r\n    \"resolution\": 96,\r\n    \"mediaType\": \"image/jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:04:56 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"20109"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"mediaId\": \"fx8NJo8rjx41DVOHrj92\",\n            \"url\": \"https://massless.media/fx8NJo8rjx41DVOHrj92\",\n            \"metadata\": {\n                \"name\": \"Page 1 - alessknownfeynman.pdf\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-28T21:04:42.392932Z\",\n                \"size\": 285166,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Font\",\n                    \"Publication\",\n                    \"Paper\",\n                    \"Screenshot\",\n                    \"Paper product\",\n                    \"Document\",\n                    \"Parallel\",\n                    \"Number\",\n                    \"Letter\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8219642,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8219642,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.74927944,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74927944,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.68079776,\\\"Confidence\\\":0,\\\"Topicality\\\":0.68079776,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.680768,\\\"Confidence\\\":0,\\\"Topicality\\\":0.680768,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.6439466,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6439466,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.6404393,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6404393,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.61798304,\\\"Confidence\\\":0,\\\"Topicality\\\":0.61798304,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5385139,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5385139,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/04jjh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Letter\\\",\\\"Score\\\":0.52703226,\\\"Confidence\\\":0,\\\"Topicality\\\":0.52703226,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 816,\n                    \"height\": 1056\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"fx8NJo8rjx41DVOHrj92\"\n            }\n        },\n        {\n            \"mediaId\": \"zwJkeSkxUfsRYlTCmfsP\",\n            \"url\": \"https://massless.media/zwJkeSkxUfsRYlTCmfsP\",\n            \"metadata\": {\n                \"name\": \"Page 2 - alessknownfeynman.pdf\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-28T21:04:43.507062Z\",\n                \"size\": 295902,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Font\",\n                    \"Paper\",\n                    \"Publication\",\n                    \"Screenshot\",\n                    \"Paper product\",\n                    \"Document\",\n                    \"Parallel\",\n                    \"Letter\",\n                    \"Number\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8152179,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8152179,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.66426593,\\\"Confidence\\\":0,\\\"Topicality\\\":0.66426593,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.6626254,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6626254,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.659102,\\\"Confidence\\\":0,\\\"Topicality\\\":0.659102,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.65087014,\\\"Confidence\\\":0,\\\"Topicality\\\":0.65087014,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.6233565,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6233565,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.51956713,\\\"Confidence\\\":0,\\\"Topicality\\\":0.51956713,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/04jjh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Letter\\\",\\\"Score\\\":0.51759,\\\"Confidence\\\":0,\\\"Topicality\\\":0.51759,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5034439,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5034439,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 816,\n                    \"height\": 1056\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"zwJkeSkxUfsRYlTCmfsP\"\n            }\n        },\n        {\n            \"mediaId\": \"rLtWkNsNElR76UT3IvsZ\",\n            \"url\": \"https://massless.media/rLtWkNsNElR76UT3IvsZ\",\n            \"metadata\": {\n                \"name\": \"Page 3 - alessknownfeynman.pdf\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-28T21:04:43.597827Z\",\n                \"size\": 311726,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Font\",\n                    \"Paper product\",\n                    \"Publication\",\n                    \"Paper\",\n                    \"Screenshot\",\n                    \"Document\",\n                    \"Number\",\n                    \"Rectangle\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8188304,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8188304,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.6297293,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6297293,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.6221474,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6221474,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.6220518,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6220518,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.6073774,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6073774,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.594403,\\\"Confidence\\\":0,\\\"Topicality\\\":0.594403,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5059256,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5059256,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.50536,\\\"Confidence\\\":0,\\\"Topicality\\\":0.50536,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 816,\n                    \"height\": 1056\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"rLtWkNsNElR76UT3IvsZ\"\n            }\n        },\n        {\n            \"mediaId\": \"NOlzTctZTQRL10GmFjJG\",\n            \"url\": \"https://massless.media/NOlzTctZTQRL10GmFjJG\",\n            \"metadata\": {\n                \"name\": \"Page 4 - alessknownfeynman.pdf\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-28T21:04:43.674504Z\",\n                \"size\": 319498,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Font\",\n                    \"Material property\",\n                    \"Publication\",\n                    \"Screenshot\",\n                    \"Paper product\",\n                    \"Document\",\n                    \"Paper\",\n                    \"Letter\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8382953,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8382953,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0457gc6\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Material property\\\",\\\"Score\\\":0.8020803,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8020803,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.6925886,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6925886,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.6678965,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6678965,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.6201042,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6201042,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.60293293,\\\"Confidence\\\":0,\\\"Topicality\\\":0.60293293,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.6015129,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6015129,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/04jjh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Letter\\\",\\\"Score\\\":0.52780086,\\\"Confidence\\\":0,\\\"Topicality\\\":0.52780086,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 816,\n                    \"height\": 1056\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"NOlzTctZTQRL10GmFjJG\"\n            }\n        },\n        {\n            \"mediaId\": \"XUpfyYdri3WRmfyPOpN1\",\n            \"url\": \"https://massless.media/XUpfyYdri3WRmfyPOpN1\",\n            \"metadata\": {\n                \"name\": \"Page 5 - alessknownfeynman.pdf\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-28T21:04:43.75291Z\",\n                \"size\": 277076,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Font\",\n                    \"Paper\",\n                    \"Publication\",\n                    \"Document\",\n                    \"Paper product\",\n                    \"Screenshot\",\n                    \"Parallel\",\n                    \"Letter\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.7951556,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7951556,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.6484902,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6484902,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.6452673,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6452673,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.6369412,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6369412,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.62217057,\\\"Confidence\\\":0,\\\"Topicality\\\":0.62217057,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.57759196,\\\"Confidence\\\":0,\\\"Topicality\\\":0.57759196,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.5735866,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5735866,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/04jjh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Letter\\\",\\\"Score\\\":0.50361663,\\\"Confidence\\\":0,\\\"Topicality\\\":0.50361663,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 816,\n                    \"height\": 1056\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"XUpfyYdri3WRmfyPOpN1\"\n            }\n        },\n        {\n            \"mediaId\": \"WZXWXOpXJSTDHIUYdGgC\",\n            \"url\": \"https://massless.media/WZXWXOpXJSTDHIUYdGgC\",\n            \"metadata\": {\n                \"name\": \"Page 6 - alessknownfeynman.pdf\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-28T21:04:43.829948Z\",\n                \"size\": 244078,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Font\",\n                    \"Screenshot\",\n                    \"Parallel\",\n                    \"Paper\",\n                    \"Document\",\n                    \"Paper product\",\n                    \"Publication\",\n                    \"Number\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.81810755,\\\"Confidence\\\":0,\\\"Topicality\\\":0.81810755,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.7018684,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7018684,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.6838403,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6838403,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.64838755,\\\"Confidence\\\":0,\\\"Topicality\\\":0.64838755,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.6332771,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6332771,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.588119,\\\"Confidence\\\":0,\\\"Topicality\\\":0.588119,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.576714,\\\"Confidence\\\":0,\\\"Topicality\\\":0.576714,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5691042,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5691042,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 816,\n                    \"height\": 1056\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"WZXWXOpXJSTDHIUYdGgC\"\n            }\n        },\n        {\n            \"mediaId\": \"9Z4yfuSDEHRSeQoYfiDV\",\n            \"url\": \"https://massless.media/9Z4yfuSDEHRSeQoYfiDV\",\n            \"metadata\": {\n                \"name\": \"Page 7 - alessknownfeynman.pdf\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-28T21:04:43.906612Z\",\n                \"size\": 302954,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Font\",\n                    \"Publication\",\n                    \"Screenshot\",\n                    \"Paper product\",\n                    \"Paper\",\n                    \"Document\",\n                    \"Number\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.80510217,\\\"Confidence\\\":0,\\\"Topicality\\\":0.80510217,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.76368326,\\\"Confidence\\\":0,\\\"Topicality\\\":0.76368326,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.67312145,\\\"Confidence\\\":0,\\\"Topicality\\\":0.67312145,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.64262354,\\\"Confidence\\\":0,\\\"Topicality\\\":0.64262354,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.62996906,\\\"Confidence\\\":0,\\\"Topicality\\\":0.62996906,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.61652964,\\\"Confidence\\\":0,\\\"Topicality\\\":0.61652964,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5580531,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5580531,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 816,\n                    \"height\": 1056\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"9Z4yfuSDEHRSeQoYfiDV\"\n            }\n        },\n        {\n            \"mediaId\": \"EeJjaqbaBBg4Dl5dY8ak\",\n            \"url\": \"https://massless.media/EeJjaqbaBBg4Dl5dY8ak\",\n            \"metadata\": {\n                \"name\": \"Page 8 - alessknownfeynman.pdf\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-28T21:04:43.992155Z\",\n                \"size\": 216301,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Font\",\n                    \"Screenshot\",\n                    \"Parallel\",\n                    \"Document\",\n                    \"Number\",\n                    \"Electric blue\",\n                    \"Paper\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8202788,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8202788,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.7202232,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7202232,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.7100708,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7100708,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.63641614,\\\"Confidence\\\":0,\\\"Topicality\\\":0.63641614,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.61717623,\\\"Confidence\\\":0,\\\"Topicality\\\":0.61717623,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/02vwbzz\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Electric blue\\\",\\\"Score\\\":0.5705931,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5705931,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.5308435,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5308435,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 816,\n                    \"height\": 1056\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"EeJjaqbaBBg4Dl5dY8ak\"\n            }\n        },\n        {\n            \"mediaId\": \"0ZKbEXX4C0F9GMA63B96\",\n            \"url\": \"https://massless.media/0ZKbEXX4C0F9GMA63B96\",\n            \"metadata\": {\n                \"name\": \"Page 9 - alessknownfeynman.pdf\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-28T21:04:44.066514Z\",\n                \"size\": 180891,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Font\",\n                    \"Parallel\",\n                    \"Document\",\n                    \"Number\",\n                    \"Paper\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.79920053,\\\"Confidence\\\":0,\\\"Topicality\\\":0.79920053,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.6497223,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6497223,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.640485,\\\"Confidence\\\":0,\\\"Topicality\\\":0.640485,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.58049625,\\\"Confidence\\\":0,\\\"Topicality\\\":0.58049625,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.5118829,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5118829,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 816,\n                    \"height\": 1056\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"0ZKbEXX4C0F9GMA63B96\"\n            }\n        },\n        {\n            \"mediaId\": \"OxoW2swkPnnvdKDJQUUw\",\n            \"url\": \"https://massless.media/OxoW2swkPnnvdKDJQUUw\",\n            \"metadata\": {\n                \"name\": \"Page 10 - alessknownfeynman.pdf\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-28T21:04:44.142846Z\",\n                \"size\": 167551,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Font\",\n                    \"Document\",\n                    \"Parallel\",\n                    \"Number\",\n                    \"Paper\",\n                    \"Letter\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8076037,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8076037,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.6461331,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6461331,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.6374264,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6374264,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5717732,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5717732,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.5399092,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5399092,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/04jjh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Letter\\\",\\\"Score\\\":0.5048148,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5048148,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 816,\n                    \"height\": 1056\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"OxoW2swkPnnvdKDJQUUw\"\n            }\n        },\n        {\n            \"mediaId\": \"8KG4VUS0N1Vr5MXKH8RH\",\n            \"url\": \"https://massless.media/8KG4VUS0N1Vr5MXKH8RH\",\n            \"metadata\": {\n                \"name\": \"Page 11 - alessknownfeynman.pdf\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-28T21:04:44.207333Z\",\n                \"size\": 77474,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Parallel\",\n                    \"Font\",\n                    \"Rectangle\",\n                    \"Number\",\n                    \"Document\",\n                    \"Pattern\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.7497591,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7497591,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.74917585,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74917585,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.74192655,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74192655,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.61868656,\\\"Confidence\\\":0,\\\"Topicality\\\":0.61868656,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.59664327,\\\"Confidence\\\":0,\\\"Topicality\\\":0.59664327,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0hwky\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Pattern\\\",\\\"Score\\\":0.5788091,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5788091,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 816,\n                    \"height\": 1056\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"8KG4VUS0N1Vr5MXKH8RH\"\n            }\n        }\n    ],\n    \"collectionId\": \"bwjmMXnKn9wHQubvrKiN\",\n    \"metadata\": {\n        \"name\": \"alessknownfeynman.pdf\",\n        \"description\": \"\",\n        \"type\": \"generic\",\n        \"creationTime\": \"2021-06-28T21:04:41.186161Z\"\n    }\n}"}],"_postman_id":"c2635f9b-2913-46de-8610-68116baa3d9d"},{"name":"Export (form-data)","id":"38c482c0-72ad-494a-ab7f-376af472bd30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"resolution","value":"96","type":"text"},{"key":"mediaType","value":"image/jpg","type":"text"}]},"url":"https://api.massless.io/v1/document/export","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentexportrequest\">DocumentExportRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The document you want to export.</td>\n</tr>\n<tr>\n<td><code>resolution</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The resolution to render the input media.</td>\n</tr>\n<tr>\n<td><code>mediaType</code></td>\n<td>string</td>\n<td>required</td>\n<td>The Media Type <a href=\"https://www.iana.org/go/rfc2046\">RFC2046</a> of the output media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","document","export"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"38c482c0-72ad-494a-ab7f-376af472bd30"}],"id":"586af6cc-294a-457c-a364-23fc7bf6e8f9","description":"<p>The <code>/document/export</code> route handles operations for exporting PDF pages as images.</p>\n","event":[{"listen":"prerequest","script":{"id":"2f77e0ac-915e-4f2a-bad3-5cc2e49c3488","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"02bc508c-5c39-4d41-a86e-f967246d196e","type":"text/javascript","exec":[""]}}],"_postman_id":"586af6cc-294a-457c-a364-23fc7bf6e8f9"},{"name":"Images","item":[{"name":"Images (JSON)","id":"52120894-2d37-40cf-a6ca-207109063d2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"BC00jGUM8uzgtCUjbv0c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/images","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","document","images"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"0ed56867-9675-46b9-8b2e-cb171b8f0260","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"BC00jGUM8uzgtCUjbv0c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:07:00 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1302"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"mediaId\": \"Ne4dmwB3oS42sDvqHCFy\",\n            \"url\": \"https://massless.media/Ne4dmwB3oS42sDvqHCFy\",\n            \"metadata\": {\n                \"name\": \"cat.jpg-0\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:07:00.446224Z\",\n                \"size\": 318186,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"BC00jGUM8uzgtCUjbv0c\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 640,\n                    \"height\": 480\n                },\n                \"pageCount\": 0,\n                \"mediaId\": \"Ne4dmwB3oS42sDvqHCFy\"\n            }\n        }\n    ],\n    \"collectionId\": \"sKR3IiAJpD1G76lXPV5g\",\n    \"metadata\": {\n        \"name\": \"cat.jpg-images\",\n        \"description\": \"\",\n        \"type\": \"generic\",\n        \"creationTime\": \"2021-06-28T21:07:00.314935Z\"\n    }\n}"}],"_postman_id":"52120894-2d37-40cf-a6ca-207109063d2c"},{"name":"Images (form-data)","id":"3c66e7d3-b2a8-4a19-b5b1-d2fb33e62b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/document/images","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media in which you want perform the operation.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","document","images"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c66e7d3-b2a8-4a19-b5b1-d2fb33e62b34"}],"id":"cafa54aa-8026-4eb4-9485-b3ccfe34343a","description":"<p>The <code>/document/images</code> route handles operations for rendering the pages of a PDF as images.</p>\n","event":[{"listen":"prerequest","script":{"id":"3dc9e51d-8d9b-47f0-8a49-9e728cca0e6a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8d84cb5e-189c-48e6-b9da-0d16b87a1d3f","type":"text/javascript","exec":[""]}}],"_postman_id":"cafa54aa-8026-4eb4-9485-b3ccfe34343a"},{"name":"Image Merge","item":[{"name":"Image Merge (JSON)","id":"94a5760a-aaea-4458-a7cf-189e6bdd00d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/image-merge","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentimagemergerequest\">DocumentImageMergeRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The ID of the input image to embed in a PDF.</td>\n</tr>\n<tr>\n<td><code>collectionId</code></td>\n<td>string</td>\n<td>one of</td>\n<td>The ID of the input collection of images to merge into a PDF.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","document","image-merge"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"bf16ed76-9b38-4961-8fbd-3cd24d165413","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/image-merge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:07:24 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"686"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"906dUJ8aNrEmW8YeQfj0\",\n    \"url\": \"https://massless.media/906dUJ8aNrEmW8YeQfj0\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"application/pdf\",\n        \"uploadTime\": \"2021-06-28T21:07:24.749056Z\",\n        \"size\": 581311,\n        \"isPreview\": false,\n        \"labellingEnabled\": false,\n        \"entityLabels\": [\n            \"Cat\",\n            \"Musical instrument\",\n            \"Window\",\n            \"Guitar accessory\",\n            \"Wood\",\n            \"Carnivore\",\n            \"Felidae\",\n            \"Guitar\",\n            \"Grey\",\n            \"Flooring\"\n        ],\n        \"createdFrom\": [\n            {\n                \"objectId\": \"hdre7bpqt9wPPZsKYYwS\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"pageCount\": 1,\n        \"mediaId\": \"906dUJ8aNrEmW8YeQfj0\"\n    }\n}"}],"_postman_id":"94a5760a-aaea-4458-a7cf-189e6bdd00d4"},{"name":"Image Merge (form-data)","id":"f2f09e99-f780-46c9-9098-c6cac2b2e9eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"file","type":"file","value":null},{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/document/image-merge","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentimagemergerequest\">DocumentImageMergeRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single or multiple</td>\n<td>The image(s) you want to merge into a single pdf.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","document","image-merge"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2f09e99-f780-46c9-9098-c6cac2b2e9eb"}],"id":"35263213-95f7-43e2-9f14-b760f1126366","description":"<p>The <code>/document/image-merge</code> route handles operations for merging images into a PDF.</p>\n","event":[{"listen":"prerequest","script":{"id":"0b3a606f-8881-4532-a554-640f41ab319a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8bb2bfa9-6085-4310-8c86-f3a0dafe0124","type":"text/javascript","exec":[""]}}],"_postman_id":"35263213-95f7-43e2-9f14-b760f1126366"},{"name":"Keep","item":[{"name":"Keep (JSON)","id":"149e5cac-5e0f-430a-9ef6-65bdf0f08a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ox6V9UFMT6rDXiSdL7tJ\",\r\n    \"pageRange\": \"1,3,5-7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/pages/keep","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentkeeprequest\">DocumentKeepRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>pageRange</code></td>\n<td>string</td>\n<td>required</td>\n<td>The pages to be kept. Uses page range syntax (eg 1,3,5-7).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","document","pages","keep"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"f1ffb06c-3669-475a-915b-9ef5194a78a7","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ox6V9UFMT6rDXiSdL7tJ\",\r\n    \"pageRange\": \"1,3,5-7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/pages/keep"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:07:38 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"705"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"mRIUmAPaGYN5g20m6BK1\",\n    \"url\": \"https://massless.media/mRIUmAPaGYN5g20m6BK1\",\n    \"metadata\": {\n        \"name\": \"alessknownfeynman.pdf\",\n        \"mediaType\": \"application/pdf\",\n        \"uploadTime\": \"2021-06-28T21:07:38.192976Z\",\n        \"size\": 118774,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"createdFrom\": [\n            {\n                \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"pageCount\": 5,\n        \"mediaId\": \"mRIUmAPaGYN5g20m6BK1\"\n    }\n}"}],"_postman_id":"149e5cac-5e0f-430a-9ef6-65bdf0f08a52"},{"name":"Keep (form-data)","id":"af195460-b1aa-4563-8129-6c010faaf6d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"pageRange","value":"1,3,5-7","type":"text"}]},"url":"https://api.massless.io/v1/document/pages/keep","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentkeeprequest\">DocumentKeepRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>string</td>\n<td>single</td>\n<td>The document which you will keep the pages.</td>\n</tr>\n<tr>\n<td><code>pageRange</code></td>\n<td>string</td>\n<td>required</td>\n<td>The pages to be kept. Uses page range syntax (eg 1,3,5-7).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","document","pages","keep"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"af195460-b1aa-4563-8129-6c010faaf6d3"}],"id":"d84aa7bb-aff2-407c-aad4-81551929141b","description":"<p>The <code>/document/pages/keep</code> route handles operations for generating a PDF containing the requested pages.</p>\n","event":[{"listen":"prerequest","script":{"id":"94c3f29d-b4c6-497b-a5c8-98d7c8c7953b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ca8102ec-2bf3-4437-8332-2e6e437828b3","type":"text/javascript","exec":[""]}}],"_postman_id":"d84aa7bb-aff2-407c-aad4-81551929141b"},{"name":"Merge","item":[{"name":"Merge (JSON)","id":"1c0b4350-52e8-4edc-8f70-5231d81d1b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"collectionId\": \"mf24nErApqWanwRXiKDz\",\r\n    \"sortMode\": \"collection\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/merge","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentmergerequest\">DocumentMergeRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>collectionId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input collection.</td>\n</tr>\n<tr>\n<td><code>sortMode</code></td>\n<td>string</td>\n<td>optional <br /> [<code>collection</code> | <code>ascending</code> | <code>descending</code>]</td>\n<td>The sort order based on filename or the order they appear in the collection.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","document","merge"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"3935bf6e-5930-46d6-9c68-9b5dd6631d3b","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"collectionId\": \"mf24nErApqWanwRXiKDz\",\r\n    \"sortMode\": \"collection\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/merge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:07:54 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"857"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"OHgEkpHqrWhiRvYNYO9r\",\n    \"url\": \"https://massless.media/OHgEkpHqrWhiRvYNYO9r\",\n    \"metadata\": {\n        \"name\": \"Cat and Duck Collection\",\n        \"description\": \"A collection comprising of a cat and a duck.\",\n        \"mediaType\": \"application/pdf\",\n        \"uploadTime\": \"2021-06-28T21:07:54.753312Z\",\n        \"size\": 318093,\n        \"isPreview\": false,\n        \"labellingEnabled\": false,\n        \"createdFrom\": [\n            {\n                \"objectId\": \"mf24nErApqWanwRXiKDz\",\n                \"objectType\": \"collection\"\n            }\n        ],\n        \"pageCount\": 22,\n        \"mediaId\": \"OHgEkpHqrWhiRvYNYO9r\"\n    }\n}"}],"_postman_id":"1c0b4350-52e8-4edc-8f70-5231d81d1b2d"},{"name":"Merge (form-data)","id":"8d953b7d-5bff-4713-9dd4-364ed46d7618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"file","type":"file","value":null},{"key":"file","type":"file","value":null},{"key":"sortMode","value":"collection","type":"text"}]},"url":"https://api.massless.io/v1/document/merge","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentmergerequest\">DocumentMergeRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>string</td>\n<td>multiple</td>\n<td>The documents to be merged together.</td>\n</tr>\n<tr>\n<td><code>sortMode</code></td>\n<td>string</td>\n<td>optional <br /> [<code>collection</code> | <code>ascending</code> | <code>descending</code>]</td>\n<td>The sort order based on filename or the order they appear in the collection.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","document","merge"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d953b7d-5bff-4713-9dd4-364ed46d7618"}],"id":"1193989c-fd77-45c2-a8e3-fbdf0651404b","description":"<p>The <code>/document/merge</code> route handles operations for merging multiple PDFs into a single PDF.</p>\n","event":[{"listen":"prerequest","script":{"id":"eb369ad8-4c75-4956-a9e0-897d123fb5d5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"98db6675-6464-4838-a380-e59c773b4d00","type":"text/javascript","exec":[""]}}],"_postman_id":"1193989c-fd77-45c2-a8e3-fbdf0651404b"},{"name":"Remove","item":[{"name":"Remove (JSON)","id":"3db7a6a0-dc38-4361-b5ad-0097e1a9a20f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ox6V9UFMT6rDXiSdL7tJ\",\r\n    \"pageRange\": \"1,3,5-7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/pages/remove","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentremoverequest\">DocumentRemoveRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>pageRange</code></td>\n<td>string</td>\n<td>required</td>\n<td>The pages to be removed. Uses page range syntax (eg 1,3,5-7).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","document","pages","remove"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"3f187698-845b-41c3-bb96-b49f1727b14c","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ox6V9UFMT6rDXiSdL7tJ\",\r\n    \"pageRange\": \"1,3,5-7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/pages/remove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:08:10 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"631"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"S9FHwds2pwZyajltbJiK\",\n    \"url\": \"https://massless.media/S9FHwds2pwZyajltbJiK\",\n    \"metadata\": {\n        \"name\": \"alessknownfeynman.pdf\",\n        \"mediaType\": \"application/pdf\",\n        \"uploadTime\": \"2021-06-28T21:08:10.664239Z\",\n        \"size\": 121030,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"createdFrom\": [\n            {\n                \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"pageCount\": 6,\n        \"mediaId\": \"S9FHwds2pwZyajltbJiK\"\n    }\n}"}],"_postman_id":"3db7a6a0-dc38-4361-b5ad-0097e1a9a20f"},{"name":"Remove (form-data)","id":"38198d23-bbb7-423a-a099-cbb95020a2d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"pageRange","value":"1,3,5-7","type":"text"}]},"url":"https://api.massless.io/v1/document/pages/remove","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentremoverequest\">DocumentRemoveRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>string</td>\n<td>single</td>\n<td>The document which you will remove the pages.</td>\n</tr>\n<tr>\n<td><code>pageRange</code></td>\n<td>string</td>\n<td>required</td>\n<td>The pages to be removed. Uses page range syntax (eg 1,3,5-7).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","document","pages","remove"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"38198d23-bbb7-423a-a099-cbb95020a2d9"}],"id":"e1e97c4f-9de7-4f07-a160-ecb1b6e4bfc2","description":"<p>The <code>/document/pages/remove</code> route handles operations for generating a PDF by removing the requested pages.</p>\n","event":[{"listen":"prerequest","script":{"id":"05c2c535-5838-4c92-ae3d-e08fede85268","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0abaebdc-422f-487b-a2ed-0821d3400966","type":"text/javascript","exec":[""]}}],"_postman_id":"e1e97c4f-9de7-4f07-a160-ecb1b6e4bfc2"},{"name":"Split","item":[{"name":"Split (JSON)","id":"bd7adeea-a8a3-45f7-af69-51ef9f8c47a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ox6V9UFMT6rDXiSdL7tJ\",\r\n    \"pageCount\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/pages/split","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentsplitrequest\">DocumentSplitRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>pageCount</code></td>\n<td>int</td>\n<td>required</td>\n<td>The amount of pages in each document.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","document","pages","split"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"182309d8-1ab3-4174-a15d-68665b994798","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ox6V9UFMT6rDXiSdL7tJ\",\r\n    \"pageCount\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/pages/split"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:08:22 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"785"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"mediaId\": \"LSSJCLx3685GKSWJ3LNP\",\n            \"url\": \"https://massless.media/LSSJCLx3685GKSWJ3LNP\",\n            \"metadata\": {\n                \"name\": \"Pages 1-4 - alessknownfeynman.pdf\",\n                \"mediaType\": \"application/pdf\",\n                \"uploadTime\": \"2021-06-28T21:08:22.663644Z\",\n                \"size\": 110855,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"pageCount\": 4,\n                \"mediaId\": \"LSSJCLx3685GKSWJ3LNP\"\n            }\n        },\n        {\n            \"mediaId\": \"yIYpGvtNJnOkgyhSlcwJ\",\n            \"url\": \"https://massless.media/yIYpGvtNJnOkgyhSlcwJ\",\n            \"metadata\": {\n                \"name\": \"Pages 5-8 - alessknownfeynman.pdf\",\n                \"mediaType\": \"application/pdf\",\n                \"uploadTime\": \"2021-06-28T21:08:22.669778Z\",\n                \"size\": 109707,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"pageCount\": 4,\n                \"mediaId\": \"yIYpGvtNJnOkgyhSlcwJ\"\n            }\n        },\n        {\n            \"mediaId\": \"IJxEWv3G1IjvsH033Jpt\",\n            \"url\": \"https://massless.media/IJxEWv3G1IjvsH033Jpt\",\n            \"metadata\": {\n                \"name\": \"Pages 9-11 - alessknownfeynman.pdf\",\n                \"mediaType\": \"application/pdf\",\n                \"uploadTime\": \"2021-06-28T21:08:22.671096Z\",\n                \"size\": 98632,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"pageCount\": 3,\n                \"mediaId\": \"IJxEWv3G1IjvsH033Jpt\"\n            }\n        }\n    ],\n    \"collectionId\": \"CxwCA4UGSHMlTogLLLsZ\",\n    \"metadata\": {\n        \"name\": \"alessknownfeynman.pdf\",\n        \"description\": \"\",\n        \"type\": \"generic\",\n        \"creationTime\": \"2021-06-28T21:08:22.659722Z\"\n    }\n}"}],"_postman_id":"bd7adeea-a8a3-45f7-af69-51ef9f8c47a3"},{"name":"Split (form-data)","id":"21906e92-65dd-4e86-8028-4026a7b85d37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"pageCount","value":"4","type":"text"}]},"url":"https://api.massless.io/v1/document/pages/split","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"documentsplitrequest\">DocumentSplitRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>string</td>\n<td>single</td>\n<td>The document which you will split by pages.</td>\n</tr>\n<tr>\n<td><code>pageCount</code></td>\n<td>int</td>\n<td>required</td>\n<td>The amount of pages in each document.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","document","pages","split"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"21906e92-65dd-4e86-8028-4026a7b85d37"}],"id":"4bc0e193-94f2-4856-bf03-79f370e15fe1","description":"<p>The <code>/document/pages/split</code> route handles operations for splitting a PDF into documents by page count.</p>\n","event":[{"listen":"prerequest","script":{"id":"41bb36e9-65dd-41a4-a27a-4f4306cd1e32","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"acad6b4a-bb5a-4f02-94a7-63a54e5f88fa","type":"text/javascript","exec":[""]}}],"_postman_id":"4bc0e193-94f2-4856-bf03-79f370e15fe1"},{"name":"Text","item":[{"name":"Text (JSON)","id":"d29db674-f97d-4a8a-8990-869f5c713e5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ox6V9UFMT6rDXiSdL7tJ\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/text","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","document","text"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"7f4e2ff9-478e-44e4-9712-a4c0c1ab0297","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"ox6V9UFMT6rDXiSdL7tJ\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/document/text"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:09:10 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"752"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"B6rbm0XUpPmiwb6S6EWx\",\n    \"url\": \"https://massless.media/B6rbm0XUpPmiwb6S6EWx\",\n    \"metadata\": {\n        \"name\": \"alessknownfeynman.pdf-text\",\n        \"mediaType\": \"text/plain\",\n        \"uploadTime\": \"2021-06-28T21:09:10.56414Z\",\n        \"size\": 36320,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"createdFrom\": [\n            {\n                \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"pageCount\": 0,\n        \"mediaId\": \"B6rbm0XUpPmiwb6S6EWx\"\n    }\n}"}],"_postman_id":"d29db674-f97d-4a8a-8990-869f5c713e5c"},{"name":"Text (form-data)","id":"b66900fe-810f-440d-9b5a-6ea5a452f472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/document/text","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media in which you want perform the operation.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","document","text"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b66900fe-810f-440d-9b5a-6ea5a452f472"}],"id":"bd8a40b4-7993-467a-b7e5-dfb685a85f89","description":"<p>The <code>/document/text</code> route handles operations for extracting text from a PDF.</p>\n","event":[{"listen":"prerequest","script":{"id":"90869ebb-e78c-4958-9743-ee78b0cd40ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fd86be18-e4b1-4d36-bc55-346d284870d8","type":"text/javascript","exec":[""]}}],"_postman_id":"bd8a40b4-7993-467a-b7e5-dfb685a85f89"}],"id":"c52e84f9-8dc7-4ca8-8957-117e3583dc6e","_postman_id":"c52e84f9-8dc7-4ca8-8957-117e3583dc6e","description":""},{"name":"Video","item":[{"name":"Convert","item":[{"name":"Convert (JSON)","id":"af9159ea-5292-4315-af37-e36d7720d254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\",\r\n  \"mediaType\": \"video/webm\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/convert","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videoconvertrequest\">VideoConvertRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>mediaType</code></td>\n<td>string</td>\n<td>required</td>\n<td>The Media Type <a href=\"https://www.iana.org/go/rfc2046\">RFC2046</a> in which to convert the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","convert"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"e945e4d6-7096-4400-8675-50f9d651b1ef","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\",\r\n  \"mediaType\": \"video/webm\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/convert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:09:34 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"7757"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"Gwb9p57ouY9y0hBXu9Rc\",\n    \"url\": \"https://massless.media/Gwb9p57ouY9y0hBXu9Rc\",\n    \"metadata\": {\n        \"name\": \"frame-count.mp4\",\n        \"mediaType\": \"video/webm\",\n        \"uploadTime\": \"2021-06-28T21:09:34.97231Z\",\n        \"size\": 206154,\n        \"isPreview\": false,\n        \"labellingEnabled\": false,\n        \"createdFrom\": [\n            {\n                \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 1280,\n            \"height\": 720\n        },\n        \"frameRate\": 30,\n        \"duration\": 5.021,\n        \"mediaId\": \"Gwb9p57ouY9y0hBXu9Rc\"\n    }\n}"}],"_postman_id":"af9159ea-5292-4315-af37-e36d7720d254"},{"name":"Convert (form-data)","id":"972cffe1-0344-4434-877a-2b0514e50fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"mediaType","value":"video/webm","type":"text"}]},"url":"https://api.massless.io/v1/video/convert","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videoconvertrequest\">VideoConvertRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>mediaType</code></td>\n<td>string</td>\n<td>required</td>\n<td>The Media Type <a href=\"https://www.iana.org/go/rfc2046\">RFC2046</a> in which to convert the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","convert"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"972cffe1-0344-4434-877a-2b0514e50fac"}],"id":"36ddb2e3-2a78-4298-9755-0ccf6e156403","description":"<p>The <code>/video/convert</code> route handles operations for converting videos.</p>\n","event":[{"listen":"prerequest","script":{"id":"a5be4b47-bb00-4f2b-b5fa-7063e260ba8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6029968a-805d-4243-a396-1fbc869b14fd","type":"text/javascript","exec":[""]}}],"_postman_id":"36ddb2e3-2a78-4298-9755-0ccf6e156403"},{"name":"Crop","item":[{"name":"Crop (JSON)","id":"72c96122-14de-4eae-b5e4-a9360dbc465c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\",\r\n    \"x\": 200,\r\n    \"y\": 255,\r\n    \"width\": 900,\r\n    \"height\": 128\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/crop","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videocroprequest\">VideoCropRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>x</code></td>\n<td>int</td>\n<td>required</td>\n<td>The horizontal coordinate from the top left corner of the video to the top left corner of the crop area rectangle.</td>\n</tr>\n<tr>\n<td><code>y</code></td>\n<td>int</td>\n<td>required</td>\n<td>The vertical coordinate from the top left corner of the video to the top left corner of the crop area rectangle.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>required</td>\n<td>The width of the crop area rectangle [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>required</td>\n<td>The height of the crop area rectangle [pixels].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","crop"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"32c7f3e0-9ae8-4249-b771-6d03f2aa5251","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\",\r\n    \"x\": 200,\r\n    \"y\": 255,\r\n    \"width\": 900,\r\n    \"height\": 128\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/crop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:10:01 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"5069"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"yaI0PNBFcrPMSByiB3wB\",\n    \"url\": \"https://massless.media/yaI0PNBFcrPMSByiB3wB\",\n    \"metadata\": {\n        \"name\": \"frame-count.mp4\",\n        \"mediaType\": \"video/mp4\",\n        \"uploadTime\": \"2021-06-28T21:10:01.045245Z\",\n        \"size\": 73509,\n        \"isPreview\": false,\n        \"labellingEnabled\": false,\n        \"createdFrom\": [\n            {\n                \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 900,\n            \"height\": 128\n        },\n        \"frameRate\": 30,\n        \"duration\": 5.035,\n        \"mediaId\": \"yaI0PNBFcrPMSByiB3wB\"\n    }\n}"}],"_postman_id":"72c96122-14de-4eae-b5e4-a9360dbc465c"},{"name":"Crop (form-data)","id":"95a77f40-6d19-4f75-8d09-263712fa9b0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"x","value":"200","type":"text"},{"key":"y","value":"255","type":"text"},{"key":"width","value":"900","type":"text"},{"key":"height","value":"128","type":"text"}]},"url":"https://api.massless.io/v1/video/crop","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videocroprequest\">VideoCropRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The video you want to crop.</td>\n</tr>\n<tr>\n<td><code>x</code></td>\n<td>int</td>\n<td>required</td>\n<td>The horizontal coordinate from the top left corner of the video to the top left corner of the crop area rectangle.</td>\n</tr>\n<tr>\n<td><code>y</code></td>\n<td>int</td>\n<td>required</td>\n<td>The vertical coordinate from the top left corner of the video to the top left corner of the crop area rectangle.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>required</td>\n<td>The width of the crop area rectangle [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>required</td>\n<td>The height of the crop area rectangle [pixels].</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","crop"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"95a77f40-6d19-4f75-8d09-263712fa9b0e"}],"id":"556a1c75-0200-4e62-9c01-44620cbc09ce","description":"<p>The <code>/video/crop</code> route handles operations for cropping videos.</p>\n","event":[{"listen":"prerequest","script":{"id":"c9b35c04-6eef-49fa-9718-c0fa98bef77f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8d210f4c-bac1-4d6c-95ac-cea0b7ac8905","type":"text/javascript","exec":[""]}}],"_postman_id":"556a1c75-0200-4e62-9c01-44620cbc09ce"},{"name":"Cut","item":[{"name":"Cut (JSON)","id":"d09c8321-c9af-47f9-9c06-207878735086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\",\r\n  \"cutList\" : [\r\n    20,\r\n    30,\r\n    60\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/cut","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videocutrequest\">VideoCutRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>cutList</code></td>\n<td>array[int]</td>\n<td>required</td>\n<td>The frame at which to place a cut.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","video","cut"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"db5b5c23-3eb0-468d-9b1e-9862840d571d","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\",\r\n  \"cutList\" : [\r\n    20,\r\n    30,\r\n    60\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/cut"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:10:17 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"3420"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"mediaId\": \"Cmkx4YkHLBnlL2u8Me86\",\n            \"url\": \"https://massless.media/Cmkx4YkHLBnlL2u8Me86\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-0-19\",\n                \"mediaType\": \"video/mp4\",\n                \"uploadTime\": \"2021-06-28T21:10:16.923561Z\",\n                \"size\": 13296,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 30,\n                \"duration\": 0.667,\n                \"mediaId\": \"Cmkx4YkHLBnlL2u8Me86\"\n            }\n        },\n        {\n            \"mediaId\": \"RJkUyl39jr3jHdol1FJ9\",\n            \"url\": \"https://massless.media/RJkUyl39jr3jHdol1FJ9\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-20-29\",\n                \"mediaType\": \"video/mp4\",\n                \"uploadTime\": \"2021-06-28T21:10:17.026593Z\",\n                \"size\": 9763,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 30,\n                \"duration\": 0.334,\n                \"mediaId\": \"RJkUyl39jr3jHdol1FJ9\"\n            }\n        },\n        {\n            \"mediaId\": \"jGBuHhkmb4bd7XbOnyLn\",\n            \"url\": \"https://massless.media/jGBuHhkmb4bd7XbOnyLn\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-30-59\",\n                \"mediaType\": \"video/mp4\",\n                \"uploadTime\": \"2021-06-28T21:10:17.121805Z\",\n                \"size\": 17931,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 30,\n                \"duration\": 1,\n                \"mediaId\": \"jGBuHhkmb4bd7XbOnyLn\"\n            }\n        },\n        {\n            \"mediaId\": \"X8UoFElDrWM4G7CEe57X\",\n            \"url\": \"https://massless.media/X8UoFElDrWM4G7CEe57X\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-60-150\",\n                \"mediaType\": \"video/mp4\",\n                \"uploadTime\": \"2021-06-28T21:10:17.212289Z\",\n                \"size\": 43013,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 30,\n                \"duration\": 3,\n                \"mediaId\": \"X8UoFElDrWM4G7CEe57X\"\n            }\n        }\n    ],\n    \"collectionId\": \"RFNtIkO5FSUPar30xoX2\",\n    \"metadata\": {\n        \"targetDimensions\": {\n            \"width\": 1280,\n            \"height\": 720\n        },\n        \"name\": \"frame-count.mp4\",\n        \"description\": null,\n        \"type\": \"videoClips\",\n        \"creationTime\": \"2021-06-28T21:10:14.778615Z\"\n    }\n}"}],"_postman_id":"d09c8321-c9af-47f9-9c06-207878735086"},{"name":"Cut (form-data)","id":"fd331658-8fd4-4634-a593-c757ab0fac13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"cutList","value":"20","type":"text"},{"key":"cutList","value":"30","type":"text"},{"key":"cutList","value":"60","type":"text"}]},"url":"https://api.massless.io/v1/video/cut","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videocutrequest\">VideoCutRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>string</td>\n<td>required</td>\n<td>The video you want to cut.</td>\n</tr>\n<tr>\n<td><code>cutList</code></td>\n<td>int</td>\n<td>single of multiple</td>\n<td>The frame at which to place a cut.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","video","cut"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd331658-8fd4-4634-a593-c757ab0fac13"}],"id":"9bd48b77-623f-4e94-80e1-ee7a76962425","description":"<p>The <code>/video/cut</code> route handles operations for cutting a video into multiple sections.</p>\n","event":[{"listen":"prerequest","script":{"id":"8bea1f9a-1398-4ed8-950b-9f90c3c3c8c1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"76a9835e-3873-49d7-b229-f797a89fbedd","type":"text/javascript","exec":[""]}}],"_postman_id":"9bd48b77-623f-4e94-80e1-ee7a76962425"},{"name":"Extract Frames","item":[{"name":"Extract Frames (JSON)","id":"685cc973-716b-4423-a74d-87f33a590f54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/frames","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","video","frames"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"7fa6cbec-27c1-4d0b-abd6-7203095d291b","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/frames"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:10:51 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"24332"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"mediaId\": \"F2bkAY5TS7bFEKny2SNp\",\n            \"url\": \"https://massless.media/F2bkAY5TS7bFEKny2SNp\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000001\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:31.251918Z\",\n                \"size\": 7896,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"F2bkAY5TS7bFEKny2SNp\"\n            }\n        },\n        {\n            \"mediaId\": \"pyKyOySZN7CfMaS6JARK\",\n            \"url\": \"https://massless.media/pyKyOySZN7CfMaS6JARK\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000002\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:31.359438Z\",\n                \"size\": 7022,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"pyKyOySZN7CfMaS6JARK\"\n            }\n        },\n        {\n            \"mediaId\": \"Rl8mjGeVTLFZvBnqZziK\",\n            \"url\": \"https://massless.media/Rl8mjGeVTLFZvBnqZziK\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000003\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:31.450845Z\",\n                \"size\": 7556,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"Rl8mjGeVTLFZvBnqZziK\"\n            }\n        },\n        {\n            \"mediaId\": \"OytXeOlEsrqGPNeLI7bS\",\n            \"url\": \"https://massless.media/OytXeOlEsrqGPNeLI7bS\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000004\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:31.540309Z\",\n                \"size\": 7606,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"OytXeOlEsrqGPNeLI7bS\"\n            }\n        },\n        {\n            \"mediaId\": \"QXpEL3LReJDN7eWDNn3P\",\n            \"url\": \"https://massless.media/QXpEL3LReJDN7eWDNn3P\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000005\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:31.707882Z\",\n                \"size\": 7472,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"QXpEL3LReJDN7eWDNn3P\"\n            }\n        },\n        {\n            \"mediaId\": \"djKeaybIrCzMBTbVbg13\",\n            \"url\": \"https://massless.media/djKeaybIrCzMBTbVbg13\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000006\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:31.83206Z\",\n                \"size\": 7413,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"djKeaybIrCzMBTbVbg13\"\n            }\n        },\n        {\n            \"mediaId\": \"RaCx8g0RRLVT2hnioMN4\",\n            \"url\": \"https://massless.media/RaCx8g0RRLVT2hnioMN4\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000007\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:31.960561Z\",\n                \"size\": 7848,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"RaCx8g0RRLVT2hnioMN4\"\n            }\n        },\n        {\n            \"mediaId\": \"vgzo1FAWsI4w4N8EvytP\",\n            \"url\": \"https://massless.media/vgzo1FAWsI4w4N8EvytP\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000008\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:32.102546Z\",\n                \"size\": 7333,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"vgzo1FAWsI4w4N8EvytP\"\n            }\n        },\n        {\n            \"mediaId\": \"sRymlyFcj5RL7Ejhczdd\",\n            \"url\": \"https://massless.media/sRymlyFcj5RL7Ejhczdd\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000009\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:32.227278Z\",\n                \"size\": 7896,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"sRymlyFcj5RL7Ejhczdd\"\n            }\n        },\n        {\n            \"mediaId\": \"D1WsQ8ovImzjMFR8Qpe4\",\n            \"url\": \"https://massless.media/D1WsQ8ovImzjMFR8Qpe4\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000010\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:32.353816Z\",\n                \"size\": 7823,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"D1WsQ8ovImzjMFR8Qpe4\"\n            }\n        },\n        {\n            \"mediaId\": \"J3El9VRW6QsKeAN747kN\",\n            \"url\": \"https://massless.media/J3El9VRW6QsKeAN747kN\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000011\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:32.56472Z\",\n                \"size\": 8271,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"J3El9VRW6QsKeAN747kN\"\n            }\n        },\n        {\n            \"mediaId\": \"Dduhc3GUyvyuQyN4vbd7\",\n            \"url\": \"https://massless.media/Dduhc3GUyvyuQyN4vbd7\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000012\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:32.689102Z\",\n                \"size\": 7114,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"Dduhc3GUyvyuQyN4vbd7\"\n            }\n        },\n        {\n            \"mediaId\": \"gdcBO8bxBaENC9B5EvCB\",\n            \"url\": \"https://massless.media/gdcBO8bxBaENC9B5EvCB\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000013\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:32.801287Z\",\n                \"size\": 8087,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"gdcBO8bxBaENC9B5EvCB\"\n            }\n        },\n        {\n            \"mediaId\": \"Pm8xT05pVYUX8vxqyPn1\",\n            \"url\": \"https://massless.media/Pm8xT05pVYUX8vxqyPn1\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000014\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:32.897634Z\",\n                \"size\": 8061,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"Pm8xT05pVYUX8vxqyPn1\"\n            }\n        },\n        {\n            \"mediaId\": \"sbmIl4bo2OqZXmYS8Tmj\",\n            \"url\": \"https://massless.media/sbmIl4bo2OqZXmYS8Tmj\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000015\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:33.016141Z\",\n                \"size\": 7789,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"sbmIl4bo2OqZXmYS8Tmj\"\n            }\n        },\n        {\n            \"mediaId\": \"5NZRYuNimBYGd5abZymt\",\n            \"url\": \"https://massless.media/5NZRYuNimBYGd5abZymt\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000016\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:33.15727Z\",\n                \"size\": 7856,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"5NZRYuNimBYGd5abZymt\"\n            }\n        },\n        {\n            \"mediaId\": \"IomER6JBAgOPzNTpyhYP\",\n            \"url\": \"https://massless.media/IomER6JBAgOPzNTpyhYP\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000017\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:33.311789Z\",\n                \"size\": 8349,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"IomER6JBAgOPzNTpyhYP\"\n            }\n        },\n        {\n            \"mediaId\": \"A59wdiUiX0BQrpBTl109\",\n            \"url\": \"https://massless.media/A59wdiUiX0BQrpBTl109\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000018\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:33.434508Z\",\n                \"size\": 7808,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"A59wdiUiX0BQrpBTl109\"\n            }\n        },\n        {\n            \"mediaId\": \"TLzyDZ4OXqq7KEB8bZR1\",\n            \"url\": \"https://massless.media/TLzyDZ4OXqq7KEB8bZR1\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000019\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:33.609583Z\",\n                \"size\": 8413,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"TLzyDZ4OXqq7KEB8bZR1\"\n            }\n        },\n        {\n            \"mediaId\": \"vVCllIYyyDIfSdqyJbnX\",\n            \"url\": \"https://massless.media/vVCllIYyyDIfSdqyJbnX\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000020\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:33.738847Z\",\n                \"size\": 8245,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"vVCllIYyyDIfSdqyJbnX\"\n            }\n        },\n        {\n            \"mediaId\": \"yPH5T0WpRZxyt52T0dNl\",\n            \"url\": \"https://massless.media/yPH5T0WpRZxyt52T0dNl\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000021\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:33.856219Z\",\n                \"size\": 8734,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"yPH5T0WpRZxyt52T0dNl\"\n            }\n        },\n        {\n            \"mediaId\": \"KOe4WRPzNnVamK7OkSn7\",\n            \"url\": \"https://massless.media/KOe4WRPzNnVamK7OkSn7\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000022\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:33.972165Z\",\n                \"size\": 8034,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"KOe4WRPzNnVamK7OkSn7\"\n            }\n        },\n        {\n            \"mediaId\": \"yZ62xXdcQB5MI8miiWE0\",\n            \"url\": \"https://massless.media/yZ62xXdcQB5MI8miiWE0\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000023\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:34.116446Z\",\n                \"size\": 8369,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"yZ62xXdcQB5MI8miiWE0\"\n            }\n        },\n        {\n            \"mediaId\": \"VXGNeYeoY0NuF0rKqur5\",\n            \"url\": \"https://massless.media/VXGNeYeoY0NuF0rKqur5\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000024\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:34.279021Z\",\n                \"size\": 8522,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"VXGNeYeoY0NuF0rKqur5\"\n            }\n        },\n        {\n            \"mediaId\": \"VBwx4fKcTaVcldzPiXOk\",\n            \"url\": \"https://massless.media/VBwx4fKcTaVcldzPiXOk\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000025\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:34.397266Z\",\n                \"size\": 8417,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"VBwx4fKcTaVcldzPiXOk\"\n            }\n        },\n        {\n            \"mediaId\": \"N8qqyGqarS1IuCEsc18m\",\n            \"url\": \"https://massless.media/N8qqyGqarS1IuCEsc18m\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000026\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:34.490143Z\",\n                \"size\": 8381,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"N8qqyGqarS1IuCEsc18m\"\n            }\n        },\n        {\n            \"mediaId\": \"Wl2SZzi7viub800wTt55\",\n            \"url\": \"https://massless.media/Wl2SZzi7viub800wTt55\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000027\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:34.599532Z\",\n                \"size\": 8767,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"Wl2SZzi7viub800wTt55\"\n            }\n        },\n        {\n            \"mediaId\": \"2o02lMhL1iy80EC3cyfO\",\n            \"url\": \"https://massless.media/2o02lMhL1iy80EC3cyfO\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000028\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:34.753452Z\",\n                \"size\": 8277,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"2o02lMhL1iy80EC3cyfO\"\n            }\n        },\n        {\n            \"mediaId\": \"T3AwoE8xRBx2JZnnmYaD\",\n            \"url\": \"https://massless.media/T3AwoE8xRBx2JZnnmYaD\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000029\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:34.919098Z\",\n                \"size\": 8818,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"T3AwoE8xRBx2JZnnmYaD\"\n            }\n        },\n        {\n            \"mediaId\": \"w7pgCXFGZKy2SbRNBS4Z\",\n            \"url\": \"https://massless.media/w7pgCXFGZKy2SbRNBS4Z\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000030\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:35.039341Z\",\n                \"size\": 8724,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"w7pgCXFGZKy2SbRNBS4Z\"\n            }\n        },\n        {\n            \"mediaId\": \"UVcxwrGSKjferTAwtVlr\",\n            \"url\": \"https://massless.media/UVcxwrGSKjferTAwtVlr\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000031\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:35.147975Z\",\n                \"size\": 8875,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"UVcxwrGSKjferTAwtVlr\"\n            }\n        },\n        {\n            \"mediaId\": \"fiOMePe8LkxtvBfnpzVQ\",\n            \"url\": \"https://massless.media/fiOMePe8LkxtvBfnpzVQ\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000032\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:35.273124Z\",\n                \"size\": 8016,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"fiOMePe8LkxtvBfnpzVQ\"\n            }\n        },\n        {\n            \"mediaId\": \"tqA3WZEo37L2HsUriLLF\",\n            \"url\": \"https://massless.media/tqA3WZEo37L2HsUriLLF\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000033\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:35.521064Z\",\n                \"size\": 8447,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"tqA3WZEo37L2HsUriLLF\"\n            }\n        },\n        {\n            \"mediaId\": \"X1Hy24rtlgwtORloOQIB\",\n            \"url\": \"https://massless.media/X1Hy24rtlgwtORloOQIB\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000034\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:35.656118Z\",\n                \"size\": 8413,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"X1Hy24rtlgwtORloOQIB\"\n            }\n        },\n        {\n            \"mediaId\": \"pRF77jVXph8GMf7uphHz\",\n            \"url\": \"https://massless.media/pRF77jVXph8GMf7uphHz\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000035\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:35.742849Z\",\n                \"size\": 8390,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"pRF77jVXph8GMf7uphHz\"\n            }\n        },\n        {\n            \"mediaId\": \"X1kTBLgxI2LQZ7zI4LaE\",\n            \"url\": \"https://massless.media/X1kTBLgxI2LQZ7zI4LaE\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000036\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:35.864144Z\",\n                \"size\": 8368,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"X1kTBLgxI2LQZ7zI4LaE\"\n            }\n        },\n        {\n            \"mediaId\": \"LBHoRBkl1fHdclgGTxil\",\n            \"url\": \"https://massless.media/LBHoRBkl1fHdclgGTxil\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000037\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:35.997681Z\",\n                \"size\": 8724,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"LBHoRBkl1fHdclgGTxil\"\n            }\n        },\n        {\n            \"mediaId\": \"jS427b3WVLj7oW7MZnPQ\",\n            \"url\": \"https://massless.media/jS427b3WVLj7oW7MZnPQ\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000038\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:36.14693Z\",\n                \"size\": 8243,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"jS427b3WVLj7oW7MZnPQ\"\n            }\n        },\n        {\n            \"mediaId\": \"GUjf8X6Vcdws3HBZusP1\",\n            \"url\": \"https://massless.media/GUjf8X6Vcdws3HBZusP1\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000039\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:36.384929Z\",\n                \"size\": 8762,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"GUjf8X6Vcdws3HBZusP1\"\n            }\n        },\n        {\n            \"mediaId\": \"mItKL1qK5aJM77S7d5A1\",\n            \"url\": \"https://massless.media/mItKL1qK5aJM77S7d5A1\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000040\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:36.541913Z\",\n                \"size\": 8729,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"mItKL1qK5aJM77S7d5A1\"\n            }\n        },\n        {\n            \"mediaId\": \"RIzohoZ30gjypyF0EZr0\",\n            \"url\": \"https://massless.media/RIzohoZ30gjypyF0EZr0\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000041\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:36.661559Z\",\n                \"size\": 8616,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"RIzohoZ30gjypyF0EZr0\"\n            }\n        },\n        {\n            \"mediaId\": \"aZYIHj6EbWqa0e4cO7Wc\",\n            \"url\": \"https://massless.media/aZYIHj6EbWqa0e4cO7Wc\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000042\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:36.762953Z\",\n                \"size\": 7737,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"aZYIHj6EbWqa0e4cO7Wc\"\n            }\n        },\n        {\n            \"mediaId\": \"CAvQxUEVX8NTd2XOh6XT\",\n            \"url\": \"https://massless.media/CAvQxUEVX8NTd2XOh6XT\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000043\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:36.881038Z\",\n                \"size\": 8373,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"CAvQxUEVX8NTd2XOh6XT\"\n            }\n        },\n        {\n            \"mediaId\": \"YiHdLVofg1TD73uV9Hi7\",\n            \"url\": \"https://massless.media/YiHdLVofg1TD73uV9Hi7\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000044\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:37.052833Z\",\n                \"size\": 8445,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"YiHdLVofg1TD73uV9Hi7\"\n            }\n        },\n        {\n            \"mediaId\": \"Fd145lz3cjrZ4rUacQaV\",\n            \"url\": \"https://massless.media/Fd145lz3cjrZ4rUacQaV\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000045\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:37.287908Z\",\n                \"size\": 8180,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"Fd145lz3cjrZ4rUacQaV\"\n            }\n        },\n        {\n            \"mediaId\": \"P47NPBiopkXYmmWvOlfG\",\n            \"url\": \"https://massless.media/P47NPBiopkXYmmWvOlfG\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000046\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:37.408243Z\",\n                \"size\": 8205,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"P47NPBiopkXYmmWvOlfG\"\n            }\n        },\n        {\n            \"mediaId\": \"F6maMdHEzbUrT31BBYfC\",\n            \"url\": \"https://massless.media/F6maMdHEzbUrT31BBYfC\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000047\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:37.502092Z\",\n                \"size\": 8682,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"F6maMdHEzbUrT31BBYfC\"\n            }\n        },\n        {\n            \"mediaId\": \"EfBfWnHtwnbEehMqoPK8\",\n            \"url\": \"https://massless.media/EfBfWnHtwnbEehMqoPK8\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000048\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:37.624616Z\",\n                \"size\": 8131,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"EfBfWnHtwnbEehMqoPK8\"\n            }\n        },\n        {\n            \"mediaId\": \"MFrROl6puvg8bB3VN81Z\",\n            \"url\": \"https://massless.media/MFrROl6puvg8bB3VN81Z\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000049\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:37.759631Z\",\n                \"size\": 8748,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"MFrROl6puvg8bB3VN81Z\"\n            }\n        },\n        {\n            \"mediaId\": \"p4qB9kW8cuPMBDSa1Yal\",\n            \"url\": \"https://massless.media/p4qB9kW8cuPMBDSa1Yal\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000050\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:37.962324Z\",\n                \"size\": 8651,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"p4qB9kW8cuPMBDSa1Yal\"\n            }\n        },\n        {\n            \"mediaId\": \"VMEDR8RTXO29GroUlz6p\",\n            \"url\": \"https://massless.media/VMEDR8RTXO29GroUlz6p\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000051\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:38.080323Z\",\n                \"size\": 8556,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"VMEDR8RTXO29GroUlz6p\"\n            }\n        },\n        {\n            \"mediaId\": \"k6fEU7PwM9mJylLtYnCI\",\n            \"url\": \"https://massless.media/k6fEU7PwM9mJylLtYnCI\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000052\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:38.216754Z\",\n                \"size\": 7814,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"k6fEU7PwM9mJylLtYnCI\"\n            }\n        },\n        {\n            \"mediaId\": \"OlBaPfOKEM9Pe5AblqyN\",\n            \"url\": \"https://massless.media/OlBaPfOKEM9Pe5AblqyN\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000053\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:38.400401Z\",\n                \"size\": 8329,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"OlBaPfOKEM9Pe5AblqyN\"\n            }\n        },\n        {\n            \"mediaId\": \"gnMH3h99Org0aFD2g0zB\",\n            \"url\": \"https://massless.media/gnMH3h99Org0aFD2g0zB\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000054\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:38.53122Z\",\n                \"size\": 8409,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"gnMH3h99Org0aFD2g0zB\"\n            }\n        },\n        {\n            \"mediaId\": \"gSzKDow25lXhytw9y7w8\",\n            \"url\": \"https://massless.media/gSzKDow25lXhytw9y7w8\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000055\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:38.62031Z\",\n                \"size\": 8227,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"gSzKDow25lXhytw9y7w8\"\n            }\n        },\n        {\n            \"mediaId\": \"M9RDoAhWod4iOmK82vi6\",\n            \"url\": \"https://massless.media/M9RDoAhWod4iOmK82vi6\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000056\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:38.725775Z\",\n                \"size\": 8122,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"M9RDoAhWod4iOmK82vi6\"\n            }\n        },\n        {\n            \"mediaId\": \"7QjgFRHYvT6R6E5StSux\",\n            \"url\": \"https://massless.media/7QjgFRHYvT6R6E5StSux\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000057\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:38.882787Z\",\n                \"size\": 8597,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"7QjgFRHYvT6R6E5StSux\"\n            }\n        },\n        {\n            \"mediaId\": \"Cw4Du3NYZSZICRafFTug\",\n            \"url\": \"https://massless.media/Cw4Du3NYZSZICRafFTug\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000058\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:39.033948Z\",\n                \"size\": 8050,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"Cw4Du3NYZSZICRafFTug\"\n            }\n        },\n        {\n            \"mediaId\": \"5XFRz72JLCKTQR2k4M5K\",\n            \"url\": \"https://massless.media/5XFRz72JLCKTQR2k4M5K\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000059\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:39.188437Z\",\n                \"size\": 8656,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"5XFRz72JLCKTQR2k4M5K\"\n            }\n        },\n        {\n            \"mediaId\": \"GFp91ATbCy0M7E434b2T\",\n            \"url\": \"https://massless.media/GFp91ATbCy0M7E434b2T\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000060\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:39.310065Z\",\n                \"size\": 8648,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"GFp91ATbCy0M7E434b2T\"\n            }\n        },\n        {\n            \"mediaId\": \"7V7vKteEbcEEZ6Dykgc8\",\n            \"url\": \"https://massless.media/7V7vKteEbcEEZ6Dykgc8\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000061\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:39.414363Z\",\n                \"size\": 9184,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"7V7vKteEbcEEZ6Dykgc8\"\n            }\n        },\n        {\n            \"mediaId\": \"ThMiljaOwj9iImK4uUAI\",\n            \"url\": \"https://massless.media/ThMiljaOwj9iImK4uUAI\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000062\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:39.520077Z\",\n                \"size\": 8282,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"ThMiljaOwj9iImK4uUAI\"\n            }\n        },\n        {\n            \"mediaId\": \"cXxo6u0rAttaseD2RdXN\",\n            \"url\": \"https://massless.media/cXxo6u0rAttaseD2RdXN\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000063\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:39.64027Z\",\n                \"size\": 8716,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"cXxo6u0rAttaseD2RdXN\"\n            }\n        },\n        {\n            \"mediaId\": \"kUG1EC0gDkMhEOL7Vt8R\",\n            \"url\": \"https://massless.media/kUG1EC0gDkMhEOL7Vt8R\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000064\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:39.771913Z\",\n                \"size\": 8732,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"kUG1EC0gDkMhEOL7Vt8R\"\n            }\n        },\n        {\n            \"mediaId\": \"7UpRAoLq6HE2D0VvErh8\",\n            \"url\": \"https://massless.media/7UpRAoLq6HE2D0VvErh8\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000065\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:39.891065Z\",\n                \"size\": 8628,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"7UpRAoLq6HE2D0VvErh8\"\n            }\n        },\n        {\n            \"mediaId\": \"OuvBA3u3jfMmjBNEbiYb\",\n            \"url\": \"https://massless.media/OuvBA3u3jfMmjBNEbiYb\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000066\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:39.993305Z\",\n                \"size\": 8579,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"OuvBA3u3jfMmjBNEbiYb\"\n            }\n        },\n        {\n            \"mediaId\": \"xnlqoX9DPnwLPlefpnv5\",\n            \"url\": \"https://massless.media/xnlqoX9DPnwLPlefpnv5\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000067\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:40.117944Z\",\n                \"size\": 8875,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"xnlqoX9DPnwLPlefpnv5\"\n            }\n        },\n        {\n            \"mediaId\": \"vBvUzg8eTsQyMlFcS3Xi\",\n            \"url\": \"https://massless.media/vBvUzg8eTsQyMlFcS3Xi\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000068\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:40.233854Z\",\n                \"size\": 8496,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"vBvUzg8eTsQyMlFcS3Xi\"\n            }\n        },\n        {\n            \"mediaId\": \"esWNCX86C8VMDVZEThbN\",\n            \"url\": \"https://massless.media/esWNCX86C8VMDVZEThbN\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000069\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:40.360337Z\",\n                \"size\": 9037,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"esWNCX86C8VMDVZEThbN\"\n            }\n        },\n        {\n            \"mediaId\": \"q3TPtt6SYCMrAqkcc9D1\",\n            \"url\": \"https://massless.media/q3TPtt6SYCMrAqkcc9D1\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000070\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:40.463545Z\",\n                \"size\": 8958,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"q3TPtt6SYCMrAqkcc9D1\"\n            }\n        },\n        {\n            \"mediaId\": \"chmETRcgIBZvt6T1yLMM\",\n            \"url\": \"https://massless.media/chmETRcgIBZvt6T1yLMM\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000071\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:40.58657Z\",\n                \"size\": 8439,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"chmETRcgIBZvt6T1yLMM\"\n            }\n        },\n        {\n            \"mediaId\": \"4vxwkhlot57bhJmEqX0j\",\n            \"url\": \"https://massless.media/4vxwkhlot57bhJmEqX0j\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000072\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:40.710034Z\",\n                \"size\": 7713,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"4vxwkhlot57bhJmEqX0j\"\n            }\n        },\n        {\n            \"mediaId\": \"uSCBOmEUcwjgkpCh5Zwa\",\n            \"url\": \"https://massless.media/uSCBOmEUcwjgkpCh5Zwa\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000073\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:40.83679Z\",\n                \"size\": 8238,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"uSCBOmEUcwjgkpCh5Zwa\"\n            }\n        },\n        {\n            \"mediaId\": \"Foli9vuQyGwUAFSH17lH\",\n            \"url\": \"https://massless.media/Foli9vuQyGwUAFSH17lH\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000074\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:40.954924Z\",\n                \"size\": 8233,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"Foli9vuQyGwUAFSH17lH\"\n            }\n        },\n        {\n            \"mediaId\": \"arrOtiSX6uEPmAYd6ujK\",\n            \"url\": \"https://massless.media/arrOtiSX6uEPmAYd6ujK\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000075\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:41.114869Z\",\n                \"size\": 8047,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"arrOtiSX6uEPmAYd6ujK\"\n            }\n        },\n        {\n            \"mediaId\": \"zXVKKAOdfTJbbiuvhwr5\",\n            \"url\": \"https://massless.media/zXVKKAOdfTJbbiuvhwr5\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000076\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:41.275737Z\",\n                \"size\": 8016,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"zXVKKAOdfTJbbiuvhwr5\"\n            }\n        },\n        {\n            \"mediaId\": \"2x3QPewwyDMQioK2QNZ6\",\n            \"url\": \"https://massless.media/2x3QPewwyDMQioK2QNZ6\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000077\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:41.400766Z\",\n                \"size\": 8456,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"2x3QPewwyDMQioK2QNZ6\"\n            }\n        },\n        {\n            \"mediaId\": \"DUnViYmBHYNKX52viXvY\",\n            \"url\": \"https://massless.media/DUnViYmBHYNKX52viXvY\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000078\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:41.558796Z\",\n                \"size\": 7844,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"DUnViYmBHYNKX52viXvY\"\n            }\n        },\n        {\n            \"mediaId\": \"pD5ZygazR3NuJ8Zs02WY\",\n            \"url\": \"https://massless.media/pD5ZygazR3NuJ8Zs02WY\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000079\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:41.689414Z\",\n                \"size\": 8519,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"pD5ZygazR3NuJ8Zs02WY\"\n            }\n        },\n        {\n            \"mediaId\": \"btUokwDJx0kJiHCDzx8a\",\n            \"url\": \"https://massless.media/btUokwDJx0kJiHCDzx8a\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000080\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:41.841669Z\",\n                \"size\": 8459,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"btUokwDJx0kJiHCDzx8a\"\n            }\n        },\n        {\n            \"mediaId\": \"VpQmIwKlKVstWaE3E3eL\",\n            \"url\": \"https://massless.media/VpQmIwKlKVstWaE3E3eL\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000081\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:41.969824Z\",\n                \"size\": 8962,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"VpQmIwKlKVstWaE3E3eL\"\n            }\n        },\n        {\n            \"mediaId\": \"zvU4V8Cg8hCr1SsJhtvR\",\n            \"url\": \"https://massless.media/zvU4V8Cg8hCr1SsJhtvR\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000082\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:42.063004Z\",\n                \"size\": 8294,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"zvU4V8Cg8hCr1SsJhtvR\"\n            }\n        },\n        {\n            \"mediaId\": \"5JVOFa714aoy1OBzgiwn\",\n            \"url\": \"https://massless.media/5JVOFa714aoy1OBzgiwn\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000083\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:42.181142Z\",\n                \"size\": 8684,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"5JVOFa714aoy1OBzgiwn\"\n            }\n        },\n        {\n            \"mediaId\": \"2odskN0RU1Kogi1Hnrqh\",\n            \"url\": \"https://massless.media/2odskN0RU1Kogi1Hnrqh\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000084\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:42.31619Z\",\n                \"size\": 8716,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"2odskN0RU1Kogi1Hnrqh\"\n            }\n        },\n        {\n            \"mediaId\": \"QmqHNhlnK9lDJihS5vpC\",\n            \"url\": \"https://massless.media/QmqHNhlnK9lDJihS5vpC\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000085\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:42.427544Z\",\n                \"size\": 8664,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"QmqHNhlnK9lDJihS5vpC\"\n            }\n        },\n        {\n            \"mediaId\": \"NDId2xbATlMCfzCef3pu\",\n            \"url\": \"https://massless.media/NDId2xbATlMCfzCef3pu\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000086\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:42.534324Z\",\n                \"size\": 8657,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"NDId2xbATlMCfzCef3pu\"\n            }\n        },\n        {\n            \"mediaId\": \"vecnQuTRGHAaAZLXehmR\",\n            \"url\": \"https://massless.media/vecnQuTRGHAaAZLXehmR\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000087\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:42.655648Z\",\n                \"size\": 8994,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"vecnQuTRGHAaAZLXehmR\"\n            }\n        },\n        {\n            \"mediaId\": \"A8G6nrLkwtF0nJlSAuBq\",\n            \"url\": \"https://massless.media/A8G6nrLkwtF0nJlSAuBq\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000088\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:42.764236Z\",\n                \"size\": 8510,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"A8G6nrLkwtF0nJlSAuBq\"\n            }\n        },\n        {\n            \"mediaId\": \"aAUnhiwgqNjSKA7JbXCt\",\n            \"url\": \"https://massless.media/aAUnhiwgqNjSKA7JbXCt\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000089\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:42.885463Z\",\n                \"size\": 8935,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"aAUnhiwgqNjSKA7JbXCt\"\n            }\n        },\n        {\n            \"mediaId\": \"jhZBqWO7NLhSEnVvfQ7x\",\n            \"url\": \"https://massless.media/jhZBqWO7NLhSEnVvfQ7x\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000090\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:43.024687Z\",\n                \"size\": 8973,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"jhZBqWO7NLhSEnVvfQ7x\"\n            }\n        },\n        {\n            \"mediaId\": \"XUJs8ibO88XErZAkXqdd\",\n            \"url\": \"https://massless.media/XUJs8ibO88XErZAkXqdd\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000091\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:43.120346Z\",\n                \"size\": 9064,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"XUJs8ibO88XErZAkXqdd\"\n            }\n        },\n        {\n            \"mediaId\": \"XW7WNTHTy24ptaXIKi1Y\",\n            \"url\": \"https://massless.media/XW7WNTHTy24ptaXIKi1Y\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000092\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:43.215463Z\",\n                \"size\": 8146,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"XW7WNTHTy24ptaXIKi1Y\"\n            }\n        },\n        {\n            \"mediaId\": \"A4W3QUVRjCj3Si9nyk36\",\n            \"url\": \"https://massless.media/A4W3QUVRjCj3Si9nyk36\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000093\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:43.360334Z\",\n                \"size\": 8647,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"A4W3QUVRjCj3Si9nyk36\"\n            }\n        },\n        {\n            \"mediaId\": \"zWSbTvuc7bMRLH0j7gqV\",\n            \"url\": \"https://massless.media/zWSbTvuc7bMRLH0j7gqV\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000094\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:43.536079Z\",\n                \"size\": 8686,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"zWSbTvuc7bMRLH0j7gqV\"\n            }\n        },\n        {\n            \"mediaId\": \"qVUohNgYucNXmMPCijAX\",\n            \"url\": \"https://massless.media/qVUohNgYucNXmMPCijAX\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000095\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:43.650283Z\",\n                \"size\": 8543,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"qVUohNgYucNXmMPCijAX\"\n            }\n        },\n        {\n            \"mediaId\": \"Ofhm2kDxxC3KS0GMQ3HP\",\n            \"url\": \"https://massless.media/Ofhm2kDxxC3KS0GMQ3HP\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000096\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:43.760728Z\",\n                \"size\": 8611,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"Ofhm2kDxxC3KS0GMQ3HP\"\n            }\n        },\n        {\n            \"mediaId\": \"DgedYi4KUkTwPoimvZ3G\",\n            \"url\": \"https://massless.media/DgedYi4KUkTwPoimvZ3G\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000097\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:43.862772Z\",\n                \"size\": 8880,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"DgedYi4KUkTwPoimvZ3G\"\n            }\n        },\n        {\n            \"mediaId\": \"koSAXfeAAdFjpBVTXUZl\",\n            \"url\": \"https://massless.media/koSAXfeAAdFjpBVTXUZl\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000098\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:43.972572Z\",\n                \"size\": 8461,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"koSAXfeAAdFjpBVTXUZl\"\n            }\n        },\n        {\n            \"mediaId\": \"5QohNPJOvNoVug7X7S7a\",\n            \"url\": \"https://massless.media/5QohNPJOvNoVug7X7S7a\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000099\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:44.092896Z\",\n                \"size\": 8910,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"5QohNPJOvNoVug7X7S7a\"\n            }\n        },\n        {\n            \"mediaId\": \"orJdVk5Ac5ivw2BmlTMg\",\n            \"url\": \"https://massless.media/orJdVk5Ac5ivw2BmlTMg\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000100\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:44.234928Z\",\n                \"size\": 8808,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"orJdVk5Ac5ivw2BmlTMg\"\n            }\n        },\n        {\n            \"mediaId\": \"uctrzDcoz73PNfRDaBGj\",\n            \"url\": \"https://massless.media/uctrzDcoz73PNfRDaBGj\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000101\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:44.36186Z\",\n                \"size\": 9252,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"uctrzDcoz73PNfRDaBGj\"\n            }\n        },\n        {\n            \"mediaId\": \"SUa7nOxOt7XI47qAYt1r\",\n            \"url\": \"https://massless.media/SUa7nOxOt7XI47qAYt1r\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000102\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:44.472044Z\",\n                \"size\": 8372,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"SUa7nOxOt7XI47qAYt1r\"\n            }\n        },\n        {\n            \"mediaId\": \"Qpcj7DEWfUQ1A9mc9LUo\",\n            \"url\": \"https://massless.media/Qpcj7DEWfUQ1A9mc9LUo\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000103\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:44.593691Z\",\n                \"size\": 9043,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"Qpcj7DEWfUQ1A9mc9LUo\"\n            }\n        },\n        {\n            \"mediaId\": \"vPwRC9kbiXBE6BINFd8y\",\n            \"url\": \"https://massless.media/vPwRC9kbiXBE6BINFd8y\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000104\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:44.705098Z\",\n                \"size\": 8971,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"vPwRC9kbiXBE6BINFd8y\"\n            }\n        },\n        {\n            \"mediaId\": \"f0ezHyB4fvJ7Wejdvn5e\",\n            \"url\": \"https://massless.media/f0ezHyB4fvJ7Wejdvn5e\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000105\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:44.815349Z\",\n                \"size\": 8895,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"f0ezHyB4fvJ7Wejdvn5e\"\n            }\n        },\n        {\n            \"mediaId\": \"UuMs9aj3PlF1WMQ9dRDQ\",\n            \"url\": \"https://massless.media/UuMs9aj3PlF1WMQ9dRDQ\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000106\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:44.913269Z\",\n                \"size\": 8968,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"UuMs9aj3PlF1WMQ9dRDQ\"\n            }\n        },\n        {\n            \"mediaId\": \"ehVhxJ1o0InVp2lDofn4\",\n            \"url\": \"https://massless.media/ehVhxJ1o0InVp2lDofn4\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000107\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:45.043704Z\",\n                \"size\": 9287,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"ehVhxJ1o0InVp2lDofn4\"\n            }\n        },\n        {\n            \"mediaId\": \"ht6yddbWV9A0TUxFyM18\",\n            \"url\": \"https://massless.media/ht6yddbWV9A0TUxFyM18\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000108\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:45.162116Z\",\n                \"size\": 8799,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"ht6yddbWV9A0TUxFyM18\"\n            }\n        },\n        {\n            \"mediaId\": \"725vst11oFM6Uh4PgLm3\",\n            \"url\": \"https://massless.media/725vst11oFM6Uh4PgLm3\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000109\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:45.316882Z\",\n                \"size\": 9406,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"725vst11oFM6Uh4PgLm3\"\n            }\n        },\n        {\n            \"mediaId\": \"kTvMslgsir9fJji3oXSS\",\n            \"url\": \"https://massless.media/kTvMslgsir9fJji3oXSS\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000110\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:45.447211Z\",\n                \"size\": 9281,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"kTvMslgsir9fJji3oXSS\"\n            }\n        },\n        {\n            \"mediaId\": \"03Pwz57esbzxDQcCBbx7\",\n            \"url\": \"https://massless.media/03Pwz57esbzxDQcCBbx7\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000111\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:45.543912Z\",\n                \"size\": 8407,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"03Pwz57esbzxDQcCBbx7\"\n            }\n        },\n        {\n            \"mediaId\": \"lgh9F6EL2EwSqKPocz0M\",\n            \"url\": \"https://massless.media/lgh9F6EL2EwSqKPocz0M\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000112\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:45.661853Z\",\n                \"size\": 7352,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"lgh9F6EL2EwSqKPocz0M\"\n            }\n        },\n        {\n            \"mediaId\": \"NWEmApLXJexJUVh3Hj24\",\n            \"url\": \"https://massless.media/NWEmApLXJexJUVh3Hj24\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000113\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:45.769019Z\",\n                \"size\": 8262,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"NWEmApLXJexJUVh3Hj24\"\n            }\n        },\n        {\n            \"mediaId\": \"p6oPmEpH32sAtKKHvAkc\",\n            \"url\": \"https://massless.media/p6oPmEpH32sAtKKHvAkc\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000114\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:45.88051Z\",\n                \"size\": 8244,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"p6oPmEpH32sAtKKHvAkc\"\n            }\n        },\n        {\n            \"mediaId\": \"Duv8t3zWQQdgDZjrzgTN\",\n            \"url\": \"https://massless.media/Duv8t3zWQQdgDZjrzgTN\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000115\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:46.001665Z\",\n                \"size\": 7930,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"Duv8t3zWQQdgDZjrzgTN\"\n            }\n        },\n        {\n            \"mediaId\": \"aH45R57H1tFKl95ThifC\",\n            \"url\": \"https://massless.media/aH45R57H1tFKl95ThifC\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000116\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:46.127724Z\",\n                \"size\": 8087,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"aH45R57H1tFKl95ThifC\"\n            }\n        },\n        {\n            \"mediaId\": \"eWPiIbp6k5UJWJmdfODB\",\n            \"url\": \"https://massless.media/eWPiIbp6k5UJWJmdfODB\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000117\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:46.238485Z\",\n                \"size\": 8580,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"eWPiIbp6k5UJWJmdfODB\"\n            }\n        },\n        {\n            \"mediaId\": \"ymxYNHDSdFOAmx00cOfx\",\n            \"url\": \"https://massless.media/ymxYNHDSdFOAmx00cOfx\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000118\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:46.355823Z\",\n                \"size\": 7902,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"ymxYNHDSdFOAmx00cOfx\"\n            }\n        },\n        {\n            \"mediaId\": \"8rtMQWk0o6jjmRPh0s6T\",\n            \"url\": \"https://massless.media/8rtMQWk0o6jjmRPh0s6T\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000119\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:46.475924Z\",\n                \"size\": 8673,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"8rtMQWk0o6jjmRPh0s6T\"\n            }\n        },\n        {\n            \"mediaId\": \"ZDSMcut1M4XkXBOClSnd\",\n            \"url\": \"https://massless.media/ZDSMcut1M4XkXBOClSnd\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000120\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:46.601326Z\",\n                \"size\": 8538,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"ZDSMcut1M4XkXBOClSnd\"\n            }\n        },\n        {\n            \"mediaId\": \"H3jp1NaRRj5tDHSgSIch\",\n            \"url\": \"https://massless.media/H3jp1NaRRj5tDHSgSIch\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000121\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:46.719884Z\",\n                \"size\": 9189,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"H3jp1NaRRj5tDHSgSIch\"\n            }\n        },\n        {\n            \"mediaId\": \"H5bXWLX00qOPMhBiOqfp\",\n            \"url\": \"https://massless.media/H5bXWLX00qOPMhBiOqfp\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000122\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:46.823052Z\",\n                \"size\": 8243,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"H5bXWLX00qOPMhBiOqfp\"\n            }\n        },\n        {\n            \"mediaId\": \"HpHpRju2ow3PmtLMuqDu\",\n            \"url\": \"https://massless.media/HpHpRju2ow3PmtLMuqDu\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000123\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:46.943869Z\",\n                \"size\": 8782,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"HpHpRju2ow3PmtLMuqDu\"\n            }\n        },\n        {\n            \"mediaId\": \"UYGgkewKwfqU18V4TGBV\",\n            \"url\": \"https://massless.media/UYGgkewKwfqU18V4TGBV\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000124\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:47.085098Z\",\n                \"size\": 8889,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"UYGgkewKwfqU18V4TGBV\"\n            }\n        },\n        {\n            \"mediaId\": \"OKF30kNSvO2jXbR6pXeo\",\n            \"url\": \"https://massless.media/OKF30kNSvO2jXbR6pXeo\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000125\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:47.214499Z\",\n                \"size\": 8711,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"OKF30kNSvO2jXbR6pXeo\"\n            }\n        },\n        {\n            \"mediaId\": \"EB5IgbGmtGpTUgSB1XIY\",\n            \"url\": \"https://massless.media/EB5IgbGmtGpTUgSB1XIY\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000126\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:47.335139Z\",\n                \"size\": 8735,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"EB5IgbGmtGpTUgSB1XIY\"\n            }\n        },\n        {\n            \"mediaId\": \"vbPFdouoMgeOaGfjumuS\",\n            \"url\": \"https://massless.media/vbPFdouoMgeOaGfjumuS\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000127\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:47.457025Z\",\n                \"size\": 9236,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"vbPFdouoMgeOaGfjumuS\"\n            }\n        },\n        {\n            \"mediaId\": \"iZ1fxNoHFJdyNBhY3ilZ\",\n            \"url\": \"https://massless.media/iZ1fxNoHFJdyNBhY3ilZ\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000128\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:47.545976Z\",\n                \"size\": 8680,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"iZ1fxNoHFJdyNBhY3ilZ\"\n            }\n        },\n        {\n            \"mediaId\": \"USvWnJTwiY7ff0G1j2yS\",\n            \"url\": \"https://massless.media/USvWnJTwiY7ff0G1j2yS\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000129\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:47.660539Z\",\n                \"size\": 9155,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"USvWnJTwiY7ff0G1j2yS\"\n            }\n        },\n        {\n            \"mediaId\": \"m0pq4J3bvMsCaVcBySz5\",\n            \"url\": \"https://massless.media/m0pq4J3bvMsCaVcBySz5\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000130\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:47.761541Z\",\n                \"size\": 9089,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"m0pq4J3bvMsCaVcBySz5\"\n            }\n        },\n        {\n            \"mediaId\": \"J0WCbBASfbN4Z6yoWng4\",\n            \"url\": \"https://massless.media/J0WCbBASfbN4Z6yoWng4\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000131\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:47.888492Z\",\n                \"size\": 9040,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"J0WCbBASfbN4Z6yoWng4\"\n            }\n        },\n        {\n            \"mediaId\": \"MC3OHy8RdKwPfs7v2Z7X\",\n            \"url\": \"https://massless.media/MC3OHy8RdKwPfs7v2Z7X\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000132\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:48.02856Z\",\n                \"size\": 8265,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"MC3OHy8RdKwPfs7v2Z7X\"\n            }\n        },\n        {\n            \"mediaId\": \"c0b1JDqvweRAmjinYfal\",\n            \"url\": \"https://massless.media/c0b1JDqvweRAmjinYfal\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000133\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:48.169247Z\",\n                \"size\": 8881,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"c0b1JDqvweRAmjinYfal\"\n            }\n        },\n        {\n            \"mediaId\": \"XwghAIKoP3U3COWYNSo6\",\n            \"url\": \"https://massless.media/XwghAIKoP3U3COWYNSo6\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000134\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:48.294624Z\",\n                \"size\": 8350,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"XwghAIKoP3U3COWYNSo6\"\n            }\n        },\n        {\n            \"mediaId\": \"7zICU4kBpSBlZoXHrmD1\",\n            \"url\": \"https://massless.media/7zICU4kBpSBlZoXHrmD1\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000135\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:48.418139Z\",\n                \"size\": 8718,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"7zICU4kBpSBlZoXHrmD1\"\n            }\n        },\n        {\n            \"mediaId\": \"jeZq4w8L3Vfoi9AEkd9n\",\n            \"url\": \"https://massless.media/jeZq4w8L3Vfoi9AEkd9n\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000136\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:48.540418Z\",\n                \"size\": 8795,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"jeZq4w8L3Vfoi9AEkd9n\"\n            }\n        },\n        {\n            \"mediaId\": \"iPtMrhHQbMhU9xxvQqMo\",\n            \"url\": \"https://massless.media/iPtMrhHQbMhU9xxvQqMo\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000137\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:48.627962Z\",\n                \"size\": 9173,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"iPtMrhHQbMhU9xxvQqMo\"\n            }\n        },\n        {\n            \"mediaId\": \"k9ANYeKwEiXSrYo3xpE5\",\n            \"url\": \"https://massless.media/k9ANYeKwEiXSrYo3xpE5\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000138\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:48.743789Z\",\n                \"size\": 8683,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"k9ANYeKwEiXSrYo3xpE5\"\n            }\n        },\n        {\n            \"mediaId\": \"IYLCCCqs377usRd2nJQK\",\n            \"url\": \"https://massless.media/IYLCCCqs377usRd2nJQK\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000139\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:48.850738Z\",\n                \"size\": 9256,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"IYLCCCqs377usRd2nJQK\"\n            }\n        },\n        {\n            \"mediaId\": \"gfGMAA6SpTuZ6P9xJzaw\",\n            \"url\": \"https://massless.media/gfGMAA6SpTuZ6P9xJzaw\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000140\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:48.971131Z\",\n                \"size\": 9090,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"gfGMAA6SpTuZ6P9xJzaw\"\n            }\n        },\n        {\n            \"mediaId\": \"4gZiBU4nohLarqcMVBCz\",\n            \"url\": \"https://massless.media/4gZiBU4nohLarqcMVBCz\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000141\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:49.094121Z\",\n                \"size\": 8912,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"4gZiBU4nohLarqcMVBCz\"\n            }\n        },\n        {\n            \"mediaId\": \"vp6OCCpc50fEYYwkSJPr\",\n            \"url\": \"https://massless.media/vp6OCCpc50fEYYwkSJPr\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000142\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:49.269915Z\",\n                \"size\": 7935,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"vp6OCCpc50fEYYwkSJPr\"\n            }\n        },\n        {\n            \"mediaId\": \"Jz59BjRDJT21XMZLV3oy\",\n            \"url\": \"https://massless.media/Jz59BjRDJT21XMZLV3oy\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000143\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:49.398614Z\",\n                \"size\": 8732,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"Jz59BjRDJT21XMZLV3oy\"\n            }\n        },\n        {\n            \"mediaId\": \"89jjiDhgGAjVhYXe18Ld\",\n            \"url\": \"https://massless.media/89jjiDhgGAjVhYXe18Ld\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000144\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:49.501463Z\",\n                \"size\": 8753,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"89jjiDhgGAjVhYXe18Ld\"\n            }\n        },\n        {\n            \"mediaId\": \"ckutrZlYXLq8KUCyqNJp\",\n            \"url\": \"https://massless.media/ckutrZlYXLq8KUCyqNJp\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000145\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:49.598696Z\",\n                \"size\": 8387,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"ckutrZlYXLq8KUCyqNJp\"\n            }\n        },\n        {\n            \"mediaId\": \"R3JURh4JwkZbADwlNh9F\",\n            \"url\": \"https://massless.media/R3JURh4JwkZbADwlNh9F\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000146\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:49.761264Z\",\n                \"size\": 8621,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"R3JURh4JwkZbADwlNh9F\"\n            }\n        },\n        {\n            \"mediaId\": \"WCjb14CG8suAZgCbVY0c\",\n            \"url\": \"https://massless.media/WCjb14CG8suAZgCbVY0c\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000147\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:49.916864Z\",\n                \"size\": 9056,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"WCjb14CG8suAZgCbVY0c\"\n            }\n        },\n        {\n            \"mediaId\": \"OS4oQGvgbOu78MEgpO6v\",\n            \"url\": \"https://massless.media/OS4oQGvgbOu78MEgpO6v\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000148\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:50.017329Z\",\n                \"size\": 8442,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"OS4oQGvgbOu78MEgpO6v\"\n            }\n        },\n        {\n            \"mediaId\": \"R5xpbkHaBFMyz7ZdQfb1\",\n            \"url\": \"https://massless.media/R5xpbkHaBFMyz7ZdQfb1\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000149\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:50.127077Z\",\n                \"size\": 9126,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"R5xpbkHaBFMyz7ZdQfb1\"\n            }\n        },\n        {\n            \"mediaId\": \"VT8O4MSAUiQFVP7uCFCA\",\n            \"url\": \"https://massless.media/VT8O4MSAUiQFVP7uCFCA\",\n            \"metadata\": {\n                \"name\": \"frame-count.mp4-000000150\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-28T21:10:50.242629Z\",\n                \"size\": 9034,\n                \"isPreview\": false,\n                \"labellingEnabled\": false,\n                \"createdFrom\": [\n                    {\n                        \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                        \"objectType\": \"media\"\n                    }\n                ],\n                \"dimensions\": {\n                    \"width\": 1280,\n                    \"height\": 720\n                },\n                \"frameRate\": 25,\n                \"duration\": 0,\n                \"mediaId\": \"VT8O4MSAUiQFVP7uCFCA\"\n            }\n        }\n    ],\n    \"collectionId\": \"yuzgT7CN7cb0FNKg4XYN\",\n    \"metadata\": {\n        \"mediaType\": \"image/png\",\n        \"frameRate\": 30,\n        \"targetDimensions\": {\n            \"width\": 1280,\n            \"height\": 720\n        },\n        \"name\": \"frame-count.mp4\",\n        \"description\": \"\",\n        \"type\": \"videoFrames\",\n        \"creationTime\": \"2021-06-28T21:10:28.433768Z\"\n    }\n}"}],"_postman_id":"685cc973-716b-4423-a74d-87f33a590f54"},{"name":"Extract Frames (form-data)","id":"c9f5f65b-bf80-4551-9938-5c747bdf4c50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/video/frames","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media in which you want perform the operation.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","video","frames"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9f5f65b-bf80-4551-9938-5c747bdf4c50"}],"id":"28bf8929-e77c-49df-91d9-3ba305c07628","description":"<p>The <code>/video/frames</code> route handles operations for extracting frames from videos.</p>\n","event":[{"listen":"prerequest","script":{"id":"e262862d-2484-448c-a7b7-8a7dce121279","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"726f53c4-0706-4377-8159-844af47a1a68","type":"text/javascript","exec":[""]}}],"_postman_id":"28bf8929-e77c-49df-91d9-3ba305c07628"},{"name":"Join","item":[{"name":"Join (JSON)","id":"e03718c2-93b8-466b-ab0f-140035dd3c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"collectionId\": \"CTqLP7VXxmIuAwrSNaho\",\r\n    \"mediaType\": \"video/mp4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/join","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videojoinrequest\">VideoJoinRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>collectionId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input collection.</td>\n</tr>\n<tr>\n<td><code>mediaType</code></td>\n<td>string</td>\n<td>required</td>\n<td>The Media Type <a href=\"https://www.iana.org/go/rfc2046\">RFC2046</a> of the output media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","join"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"99b5beea-9d9a-42a3-bd9f-d01c62c7e9ed","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"collectionId\": \"CTqLP7VXxmIuAwrSNaho\",\r\n    \"mediaType\": \"video/mp4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/join"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:11:16 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"3436"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"mUxgPGUro3IUukdPSpjI\",\n    \"url\": \"https://massless.media/mUxgPGUro3IUukdPSpjI\",\n    \"metadata\": {\n        \"name\": \"120 frame x2\",\n        \"description\": \"0 to 120 frame count, back to back.\",\n        \"mediaType\": \"video/mp4\",\n        \"uploadTime\": \"2021-06-28T21:11:16.174892Z\",\n        \"size\": 74983,\n        \"isPreview\": false,\n        \"labellingEnabled\": false,\n        \"createdFrom\": [\n            {\n                \"objectId\": \"CTqLP7VXxmIuAwrSNaho\",\n                \"objectType\": \"collection\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"frameRate\": 30,\n        \"duration\": 10,\n        \"mediaId\": \"mUxgPGUro3IUukdPSpjI\"\n    }\n}"}],"_postman_id":"e03718c2-93b8-466b-ab0f-140035dd3c62"},{"name":"Join (form-data)","id":"75b56741-423c-4765-867e-1c7b8efd918e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"file","type":"file","value":null},{"key":"file","type":"file","value":null},{"key":"mediaType","value":"video/mp4","type":"text"}]},"url":"https://api.massless.io/v1/video/join","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videojoinrequest\">VideoJoinRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>multiple</td>\n<td>The video(s) in which you want to join.</td>\n</tr>\n<tr>\n<td><code>mediaType</code></td>\n<td>string</td>\n<td>required</td>\n<td>The Media Type <a href=\"https://www.iana.org/go/rfc2046\">RFC2046</a> of the output media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","join"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"75b56741-423c-4765-867e-1c7b8efd918e"}],"id":"e07d5691-dfbf-4fe3-8fcb-76f9701fc33c","description":"<p>The <code>/video/join</code> route handles operations for joining videos.</p>\n","event":[{"listen":"prerequest","script":{"id":"554f8d4f-2733-4f54-8670-5d63548ab380","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"67033864-e00e-422d-ad26-2f8699b9e8f3","type":"text/javascript","exec":[""]}}],"_postman_id":"e07d5691-dfbf-4fe3-8fcb-76f9701fc33c"},{"name":"Resize","item":[{"name":"Resize (JSON)","id":"43e2f8ed-99a8-4eaa-8ba2-1043bb2c923c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\",\r\n    \"width\": 300,\r\n    \"height\": 200,\r\n    \"aspectRatioMode\": \"crop\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/resize","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videoresizerequest\">VideoResizeRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>one of | required</td>\n<td>The width of the output video [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>one of | required</td>\n<td>The height of the output video [pixels].</td>\n</tr>\n<tr>\n<td><code>aspectRatioMode</code></td>\n<td>string</td>\n<td>optional [ <code>stretch</code> | <code>pad</code> | <code>crop</code> ]</td>\n<td>The method used to preserve or discard aspect ratio.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><code>width</code> or <code>height</code> can be specified and the other dimension will be calculated to maintain aspect ratio.</p>\n</blockquote>\n<h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","resize"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"2a7e6782-d033-44ad-a65f-f2bcd73b8489","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\",\r\n    \"width\": 300,\r\n    \"height\": 200\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/resize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:11:29 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1412"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"mlCTNUbKMvwg3v89vyRd\",\n    \"url\": \"https://massless.media/mlCTNUbKMvwg3v89vyRd\",\n    \"metadata\": {\n        \"name\": \"frame-count.mp4\",\n        \"mediaType\": \"video/mp4\",\n        \"uploadTime\": \"2021-06-28T21:11:29.829783Z\",\n        \"size\": 31717,\n        \"isPreview\": false,\n        \"labellingEnabled\": false,\n        \"createdFrom\": [\n            {\n                \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 300,\n            \"height\": 200\n        },\n        \"frameRate\": 30,\n        \"duration\": 5.035,\n        \"mediaId\": \"mlCTNUbKMvwg3v89vyRd\"\n    }\n}"}],"_postman_id":"43e2f8ed-99a8-4eaa-8ba2-1043bb2c923c"},{"name":"Resize (form-data)","id":"f905ffcb-22d7-4268-9ebc-fb99190f80d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"width","value":"300","type":"text"},{"key":"height","value":"200","type":"text"},{"key":"aspectRatio","value":"crop","type":"text"}]},"url":"https://api.massless.io/v1/video/resize","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videoresizerequest\">VideoResizeRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The video you want to resize.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>one of | required</td>\n<td>The width of the output video [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>one of | required</td>\n<td>The height of the output video [pixels].</td>\n</tr>\n<tr>\n<td><code>aspectRatioMode</code></td>\n<td>string</td>\n<td>optional [ <code>stretch</code> | <code>pad</code> | <code>crop</code> ]</td>\n<td>The method used to preserve or discard aspect ratio.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><code>width</code> or <code>height</code> can be specified and the other dimension will be calculated to maintain aspect ratio.</p>\n</blockquote>\n<h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","resize"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f905ffcb-22d7-4268-9ebc-fb99190f80d9"}],"id":"ed862fbc-57ba-4423-af85-f5f83ec97233","description":"<p>The <code>/video/resize</code> route handles operations for resizing videos.</p>\n","event":[{"listen":"prerequest","script":{"id":"eac4b36e-a94f-4dbe-acb7-50c8b3e55179","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"67a45ef8-4571-4d3f-a95f-19562b499cb2","type":"text/javascript","exec":[""]}}],"_postman_id":"ed862fbc-57ba-4423-af85-f5f83ec97233"},{"name":"Sequence","item":[{"name":"Sequence (JSON)","id":"e8d75893-70af-48d6-a100-ecc9f2bfa753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"collectionId\": \"0M2Np7JlQJY08ib6Ma5P\",\r\n    \"mediaType\": \"video/mp4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/sequence","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videosequencerequest\">VideoSequenceRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>collectionId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input collection.</td>\n</tr>\n<tr>\n<td><code>frameRate</code></td>\n<td>string</td>\n<td>required</td>\n<td>The frame rate of the output media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","sequence"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"f03a6035-efdf-44b0-b1bf-c79929b65b7e","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"collectionId\": \"0M2Np7JlQJY08ib6Ma5P\",\r\n    \"mediaType\": \"video/mp4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/sequence"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:12:42 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1213"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"cuM5lfTWFeGmL6WSDl1Y\",\n    \"url\": \"https://massless.media/cuM5lfTWFeGmL6WSDl1Y\",\n    \"metadata\": {\n        \"name\": \"Walking Animation\",\n        \"description\": \"8 frame loop of a man walking.\",\n        \"mediaType\": \"video/mp4\",\n        \"uploadTime\": \"2021-06-28T21:12:42.389123Z\",\n        \"size\": 39122,\n        \"isPreview\": false,\n        \"labellingEnabled\": false,\n        \"createdFrom\": [\n            {\n                \"objectId\": \"0M2Np7JlQJY08ib6Ma5P\",\n                \"objectType\": \"collection\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 270,\n            \"height\": 384\n        },\n        \"frameRate\": 5,\n        \"duration\": 1.6,\n        \"mediaId\": \"cuM5lfTWFeGmL6WSDl1Y\"\n    }\n}"}],"_postman_id":"e8d75893-70af-48d6-a100-ecc9f2bfa753"},{"name":"Sequence (form-data)","id":"a9c163e2-5cc0-404f-b79d-49220d5367ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"file","type":"file","value":null},{"key":"file","type":"file","value":null},{"key":"frameRate","value":"25","type":"text","disabled":true},{"key":"width","value":"480","type":"text"},{"key":"mediaType","value":"video/mp4","type":"text"}]},"url":"https://api.massless.io/v1/video/sequence","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videosequencerequest\">VideoSequenceRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>string</td>\n<td>multiple</td>\n<td>The image to be added to the sequence.</td>\n</tr>\n<tr>\n<td><code>frameRate</code></td>\n<td>string</td>\n<td>required</td>\n<td>The frame rate of the output media.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>one of | required</td>\n<td>The width of the output video [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>one of | required</td>\n<td>The height of the output video [pixels].</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><code>width</code> or <code>height</code> can be specified and the other dimension will be calculated to maintain aspect ratio.</p>\n</blockquote>\n<h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","sequence"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9c163e2-5cc0-404f-b79d-49220d5367ed"}],"id":"9ae07518-b1dc-4875-9dcf-e728d530d67a","description":"<p>The <code>/video/sequence</code> route handles operations for combining images into a video.</p>\n","event":[{"listen":"prerequest","script":{"id":"d383a87f-2536-4b2c-82e8-99a9f98d1dd9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c5c39009-3a63-468e-82b3-c373bd7e4f30","type":"text/javascript","exec":[""]}}],"_postman_id":"9ae07518-b1dc-4875-9dcf-e728d530d67a"},{"name":"Trim","item":[{"name":"Trim (JSON)","id":"4de1b615-4f25-4567-94e0-eaa7e02e6bed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\",\r\n    \"inFrame\": 20,\r\n    \"outFrame\": 60\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/trim","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videotrimrequest\">VideoTrimRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>inFrame</code></td>\n<td>int</td>\n<td>required</td>\n<td>The frame of the input media to start the output media.</td>\n</tr>\n<tr>\n<td><code>outFrame</code></td>\n<td>int</td>\n<td>required</td>\n<td>The frame of the input media to end the output media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td>default</td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td></td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","trim"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"bbc4a6af-b8e0-4eca-a079-91a0abf478e8","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"G5y90Slu8GR6rcclKeyQ\",\r\n    \"inFrame\": 20,\r\n    \"outFrame\": 60\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/video/trim"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:13:13 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1538"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"rWjWDKTyHsDSM2iiZjC8\",\n    \"url\": \"https://massless.media/rWjWDKTyHsDSM2iiZjC8\",\n    \"metadata\": {\n        \"name\": \"frame-count.mp4\",\n        \"mediaType\": \"video/mp4\",\n        \"uploadTime\": \"2021-06-28T21:13:13.94144Z\",\n        \"size\": 23212,\n        \"isPreview\": false,\n        \"labellingEnabled\": false,\n        \"createdFrom\": [\n            {\n                \"objectId\": \"G5y90Slu8GR6rcclKeyQ\",\n                \"objectType\": \"media\"\n            }\n        ],\n        \"dimensions\": {\n            \"width\": 1280,\n            \"height\": 720\n        },\n        \"frameRate\": 30,\n        \"duration\": 1.367,\n        \"mediaId\": \"rWjWDKTyHsDSM2iiZjC8\"\n    }\n}"}],"_postman_id":"4de1b615-4f25-4567-94e0-eaa7e02e6bed"},{"name":"Trim (form-data)","id":"908968bf-c55b-422b-9106-ae84e8380854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"inFrame","value":"20","type":"text"},{"key":"outFrame","value":"60","type":"text"}]},"url":"https://api.massless.io/v1/video/trim","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"videotrimrequest\">VideoTrimRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The video you want to trim.</td>\n</tr>\n<tr>\n<td><code>inFrame</code></td>\n<td>int</td>\n<td>required</td>\n<td>The frame of the input media to start the output media.</td>\n</tr>\n<tr>\n<td><code>outFrame</code></td>\n<td>int</td>\n<td>required</td>\n<td>The frame of the input media to end the output media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>responseType</code></th>\n<th>Condition</th>\n<th>Result</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>json</code></td>\n<td></td>\n<td><a href=\"#mediaobject\">MediaObject</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>default</td>\n<td>The resultant media.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","video","trim"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"908968bf-c55b-422b-9106-ae84e8380854"}],"id":"11ff2852-7a70-497c-a088-a5245ffdf701","description":"<p>The <code>/video/convert</code> route handles operations for converting videos.</p>\n","event":[{"listen":"prerequest","script":{"id":"a7e23992-d399-4c9e-9b8f-f3d59cde7c7f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"439bfeb1-969f-40a8-bafc-1dfb05f63295","type":"text/javascript","exec":[""]}}],"_postman_id":"11ff2852-7a70-497c-a088-a5245ffdf701"}],"id":"c8421a72-f2e7-4beb-b91c-ecbe306f1359","_postman_id":"c8421a72-f2e7-4beb-b91c-ecbe306f1359","description":""}],"id":"67e48f01-f71a-4ae8-9c09-017b25ab6c18","description":"<p>Operations are performed on uploaded or hosted media.</p>\n","_postman_id":"67e48f01-f71a-4ae8-9c09-017b25ab6c18"},{"name":"Media","item":[{"name":"Asset","item":[{"name":"Delete","id":"7e1446f1-1d7f-483d-a1de-2e17f96397a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/asset/{asset}","description":"<h3 id=\"response\">Response</h3>\n<p><a href=\"#genericsuccess\">GenericSuccess</a></p>\n","urlObject":{"protocol":"https","path":["v1","media","asset","{asset}"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"94c1bf72-f67d-4560-b6f0-5b342d1dd5ba","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/asset/{asset}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:17:28 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"135"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"success\"\n}"}],"_postman_id":"7e1446f1-1d7f-483d-a1de-2e17f96397a8"},{"name":"History","id":"6b8c4def-12ee-49ba-860f-770ab6d8b1d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/asset/{asset}/history","description":"<h3 id=\"response\">Response</h3>\n<p><a href=\"#assetobject\">AssetObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","media","asset","{asset}","history"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"13a67e30-0c89-4fdf-8a01-8cf8c2e4b6e3","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/asset/{asset}/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:16:59 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"55"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"cat-asset-name\",\n    \"type\": \"media\",\n    \"history\": [\n        {\n            \"id\": \"hdre7bpqt9wPPZsKYYwS\",\n            \"timestamp\": \"2021-06-28T21:16:48.575206Z\"\n        }\n    ],\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\n    \"url\": \"https://massless.media/cat-asset-name\"\n}"}],"_postman_id":"6b8c4def-12ee-49ba-860f-770ab6d8b1d8"},{"name":"List","id":"2156bffa-ed26-4b4c-8bea-3eda6fb68572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/asset/","description":"<h3 id=\"response\">Response</h3>\n<p>array[<a href=\"#assetobject\">AssetObject</a>]</p>\n","urlObject":{"protocol":"https","path":["v1","media","asset",""],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"9dd31128-7abb-49f4-afed-1848907ce1b0","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/asset/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:19:04 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"174"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"assets\": [\n        {\n            \"name\": \"cat-asset-name\",\n            \"type\": \"media\",\n            \"url\": \"https://massless.media/cat-asset-name\",\n            \"metadata\": {\n                \"name\": \"cat.jpg\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-16T21:12:43.45899Z\",\n                \"size\": 108025,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"previewIds\": {\n                    \"image/png\": \"OybTPmPQz0d5EGf5cOWL\"\n                },\n                \"staticIds\": {\n                    \"image/png\": \"Z7c4i3eL8tFU5x3vm2iB\"\n                },\n                \"entityLabels\": [\n                    \"Cat\",\n                    \"Musical instrument\",\n                    \"Window\",\n                    \"Guitar accessory\",\n                    \"Wood\",\n                    \"Carnivore\",\n                    \"Felidae\",\n                    \"Guitar\",\n                    \"Grey\",\n                    \"Flooring\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9582364,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9582364,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9488348,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9488348,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9237586,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9237586,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88708436,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88708436,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88323146,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88323146,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.87111855,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87111855,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8658047,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8658047,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8493834,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8493834,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8408023,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8408023,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84074444,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84074444,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"dimensions\": {\n                    \"width\": 640,\n                    \"height\": 480\n                },\n                \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\n            }\n        },\n        {\n            \"name\": \"cat\",\n            \"type\": \"media\",\n            \"url\": \"https://massless.media/cat\",\n            \"metadata\": {\n                \"name\": \"cat.jpg\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-16T21:12:43.45899Z\",\n                \"size\": 108025,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"previewIds\": {\n                    \"image/png\": \"OybTPmPQz0d5EGf5cOWL\"\n                },\n                \"staticIds\": {\n                    \"image/png\": \"Z7c4i3eL8tFU5x3vm2iB\"\n                },\n                \"entityLabels\": [\n                    \"Cat\",\n                    \"Musical instrument\",\n                    \"Window\",\n                    \"Guitar accessory\",\n                    \"Wood\",\n                    \"Carnivore\",\n                    \"Felidae\",\n                    \"Guitar\",\n                    \"Grey\",\n                    \"Flooring\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9582364,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9582364,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9488348,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9488348,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9237586,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9237586,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88708436,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88708436,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88323146,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88323146,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.87111855,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87111855,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8658047,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8658047,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8493834,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8493834,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8408023,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8408023,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84074444,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84074444,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"dimensions\": {\n                    \"width\": 640,\n                    \"height\": 480\n                },\n                \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\n            }\n        }\n    ]\n}"}],"_postman_id":"2156bffa-ed26-4b4c-8bea-3eda6fb68572"},{"name":"Name","id":"b955b0f0-60f3-43a3-b6a8-42472f7f95cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/media/asset/{asset}","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediaidrequest\">MediaIdRequest</h4>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#assetobject\">AssetObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","media","asset","{asset}"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"8d59817e-7a53-4b3b-a4b9-af82726706e3","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/media/asset/{asset}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:16:48 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"180"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"cat-asset-name\",\n    \"type\": \"media\",\n    \"url\": \"https://massless.media/cat-asset-name\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-16T21:12:43.45899Z\",\n        \"size\": 108025,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"previewIds\": {\n            \"image/png\": \"OybTPmPQz0d5EGf5cOWL\"\n        },\n        \"staticIds\": {\n            \"image/png\": \"Z7c4i3eL8tFU5x3vm2iB\"\n        },\n        \"entityLabels\": [\n            \"Cat\",\n            \"Musical instrument\",\n            \"Window\",\n            \"Guitar accessory\",\n            \"Wood\",\n            \"Carnivore\",\n            \"Felidae\",\n            \"Guitar\",\n            \"Grey\",\n            \"Flooring\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9582364,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9582364,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9488348,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9488348,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9237586,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9237586,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88708436,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88708436,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88323146,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88323146,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.87111855,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87111855,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8658047,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8658047,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8493834,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8493834,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8408023,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8408023,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84074444,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84074444,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\n    }\n}"}],"_postman_id":"b955b0f0-60f3-43a3-b6a8-42472f7f95cb"}],"id":"52f88174-4c57-4124-813e-9f9dbbbb3b16","description":"<p>Assets are named media objects.<br />For example a media object with the Id <code>Qg7EIo1vmwo6cm4rxPm8</code> becomes <code>cat</code>.</p>\n","_postman_id":"52f88174-4c57-4124-813e-9f9dbbbb3b16"},{"name":"Host","item":[{"name":"Upload","id":"f86e14f0-dbfe-464b-a296-827791ff1674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","type":"text","value":"{api key}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/media","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"mediauploadrequest-form-data\">MediaUploadRequest (form-data)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>single</td>\n<td>The media you want to upload.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#mediaobject\">MediaObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","media"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"95da18fa-e701-4440-8df8-2511fa1347a8","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","type":"text","value":"{api key}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"images/cat.jpg"}]},"url":"https://api.massless.io/v1/media"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:19:30 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"679"},{"key":"X-Kong-Proxy-Latency","value":"291"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"MgTq4VRtFGlaxpeVdpAf\",\n    \"url\": \"https://massless.media/MgTq4VRtFGlaxpeVdpAf\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-28T21:19:30.8379397Z\",\n        \"size\": 108025,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"entityLabels\": [\n            \"Cat\",\n            \"Musical instrument\",\n            \"Window\",\n            \"Guitar accessory\",\n            \"Wood\",\n            \"Carnivore\",\n            \"Felidae\",\n            \"Guitar\",\n            \"Grey\",\n            \"Flooring\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9582364,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9582364,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9488348,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9488348,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9237586,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9237586,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88708436,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88708436,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88323146,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88323146,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.87111855,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87111855,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8658047,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8658047,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8493834,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8493834,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8408023,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8408023,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84074444,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84074444,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"MgTq4VRtFGlaxpeVdpAf\"\n    }\n}"}],"_postman_id":"f86e14f0-dbfe-464b-a296-827791ff1674"}],"id":"30ecc1d3-bce2-40a2-b602-ddc2f40f96b3","_postman_id":"30ecc1d3-bce2-40a2-b602-ddc2f40f96b3","description":""},{"name":"Manage","item":[{"name":"All Metadata","id":"83b00c39-a4bd-4183-b026-c72ed1908e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/metadata","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"bulkmetadatarequest\">BulkMetadataRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pageSize</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The amount of items per page.</td>\n</tr>\n<tr>\n<td><code>pageNummber</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The page number in relation to how many items are shown per page.</td>\n</tr>\n<tr>\n<td><code>permissionFilter</code></td>\n<td>string <br /> [ <code>owner</code> | <code>edit</code> | <code>comment</code> | <code>read</code> | <code>execute</code> | <code>none</code> ]</td>\n<td>optional</td>\n<td>Filter based on the users role.</td>\n</tr>\n<tr>\n<td><code>publicFilter</code></td>\n<td>string <br /> [ <code>all</code> | <code>private</code> | <code>published</code> ]</td>\n<td>optional</td>\n<td>Filter based on the published status.</td>\n</tr>\n<tr>\n<td><code>previewFilter</code></td>\n<td>string <br /> [ <code>noPreviews</code> | <code>onlyPreviews</code> | <code>all</code> ]</td>\n<td>optional</td>\n<td>Filters based on the whether the object is a preview.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>array[<a href=\"#mediaobject\">MediaObject</a>]</p>\n","urlObject":{"protocol":"https","path":["v1","media","metadata"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"8b736188-396d-453c-b071-631ddb02e9ad","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/metadata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:20:01 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"137"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"mediaId\": \"MgTq4VRtFGlaxpeVdpAf\",\n        \"url\": \"https://massless.media/MgTq4VRtFGlaxpeVdpAf\",\n        \"metadata\": {\n            \"name\": \"cat.jpg\",\n            \"mediaType\": \"image/jpeg\",\n            \"uploadTime\": \"2021-06-28T21:19:30.837939Z\",\n            \"size\": 108025,\n            \"isPreview\": false,\n            \"labellingEnabled\": true,\n            \"entityLabels\": [\n                \"Cat\",\n                \"Musical instrument\",\n                \"Window\",\n                \"Guitar accessory\",\n                \"Wood\",\n                \"Carnivore\",\n                \"Felidae\",\n                \"Guitar\",\n                \"Grey\",\n                \"Flooring\"\n            ],\n            \"jsonEntityAnnotation\": [\n                \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9582364,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9582364,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9488348,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9488348,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9237586,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9237586,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88708436,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88708436,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88323146,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88323146,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.87111855,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87111855,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8658047,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8658047,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8493834,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8493834,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8408023,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8408023,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84074444,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84074444,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n            ],\n            \"dimensions\": {\n                \"width\": 640,\n                \"height\": 480\n            },\n            \"mediaId\": \"MgTq4VRtFGlaxpeVdpAf\"\n        }\n    },\n    {\n        \"mediaId\": \"iZU1WxthsO5VLsH0ULKZ\",\n        \"url\": \"https://massless.media/iZU1WxthsO5VLsH0ULKZ\",\n        \"metadata\": {\n            \"name\": \"feynmandiagrams.pdf\",\n            \"mediaType\": \"application/pdf\",\n            \"uploadTime\": \"2021-06-28T21:05:56.935557Z\",\n            \"size\": 229490,\n            \"isPreview\": false,\n            \"labellingEnabled\": true,\n            \"pageCount\": 10,\n            \"mediaId\": \"iZU1WxthsO5VLsH0ULKZ\"\n        }\n    },\n    {\n        \"mediaId\": \"URNeQT4FFYHIFpTSVERl\",\n        \"url\": \"https://massless.media/URNeQT4FFYHIFpTSVERl\",\n        \"metadata\": {\n            \"name\": \"Generated\",\n            \"mediaType\": \"image/png\",\n            \"uploadTime\": \"2021-06-28T21:04:03.762156Z\",\n            \"size\": 3133,\n            \"isPreview\": false,\n            \"labellingEnabled\": true,\n            \"entityLabels\": [\n                \"Purple\",\n                \"Violet\",\n                \"Cross\",\n                \"Pink\",\n                \"Font\",\n                \"Material property\",\n                \"Magenta\",\n                \"Symbol\",\n                \"Religious item\",\n                \"Symmetry\"\n            ],\n            \"jsonEntityAnnotation\": [\n                \"{\\\"Mid\\\":\\\"/m/09ggk\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Purple\\\",\\\"Score\\\":0.89600104,\\\"Confidence\\\":0,\\\"Topicality\\\":0.89600104,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/09gg3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Violet\\\",\\\"Score\\\":0.8405945,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8405945,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/022ch\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cross\\\",\\\"Score\\\":0.82991344,\\\"Confidence\\\":0,\\\"Topicality\\\":0.82991344,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/01fklc\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Pink\\\",\\\"Score\\\":0.8283637,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8283637,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.81904554,\\\"Confidence\\\":0,\\\"Topicality\\\":0.81904554,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/0457gc6\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Material property\\\",\\\"Score\\\":0.80063856,\\\"Confidence\\\":0,\\\"Topicality\\\":0.80063856,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/0ckc5\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Magenta\\\",\\\"Score\\\":0.79381526,\\\"Confidence\\\":0,\\\"Topicality\\\":0.79381526,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/09ddf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Symbol\\\",\\\"Score\\\":0.7305935,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7305935,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/0h8p5l_\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Religious item\\\",\\\"Score\\\":0.7293652,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7293652,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                \"{\\\"Mid\\\":\\\"/m/0f28m\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Symmetry\\\",\\\"Score\\\":0.6940711,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6940711,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n            ],\n            \"dimensions\": {\n                \"width\": 600,\n                \"height\": 19\n            },\n            \"mediaId\": \"URNeQT4FFYHIFpTSVERl\"\n        }\n    }\n]"}],"_postman_id":"83b00c39-a4bd-4183-b026-c72ed1908e0e"},{"name":"Delete","id":"aff9848c-4201-4287-abcd-a441b4bb8564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/{mediaId}","description":"<h3 id=\"response\">Response</h3>\n<p><a href=\"#genericsuccess\">GenericSuccess</a></p>\n","urlObject":{"protocol":"https","path":["v1","media","{mediaId}"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"753ef3c7-b9b5-4dea-a101-2f0cb8fa10bc","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/{mediaId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:20:52 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"93"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"success\"\n}"}],"_postman_id":"aff9848c-4201-4287-abcd-a441b4bb8564"},{"name":"Metadata","id":"04a07191-7d03-4511-ab8c-c3ef24ef62f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/hdre7bpqt9wPPZsKYYwS/metadata","description":"<h3 id=\"response\">Response</h3>\n<p><a href=\"#mediaobject\">MediaObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","media","hdre7bpqt9wPPZsKYYwS","metadata"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"47aedb2d-5bed-49a6-b6ae-bea283bfc007","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/hdre7bpqt9wPPZsKYYwS/metadata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:22:01 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"82"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\n    \"url\": \"https://massless.media/hdre7bpqt9wPPZsKYYwS\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"permissions\": {\n            \"ownerId\": \"SpiderQueen94\",\n            \"editAccessIds\": [],\n            \"commentAccessIds\": [],\n            \"readAccessIds\": [\n                \"anonymous\",\n                \"anonymous\",\n                \"anonymous\",\n                \"anonymous\"\n            ],\n            \"executeAccessIds\": [],\n            \"adminAccessIds\": [],\n            \"published\": false\n        },\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-16T21:12:43.45899Z\",\n        \"size\": 108025,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"previewIds\": {\n            \"image/png\": \"OybTPmPQz0d5EGf5cOWL\"\n        },\n        \"staticIds\": {\n            \"image/png\": \"Z7c4i3eL8tFU5x3vm2iB\"\n        },\n        \"entityLabels\": [\n            \"Cat\",\n            \"Musical instrument\",\n            \"Window\",\n            \"Guitar accessory\",\n            \"Wood\",\n            \"Carnivore\",\n            \"Felidae\",\n            \"Guitar\",\n            \"Grey\",\n            \"Flooring\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9582364,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9582364,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9488348,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9488348,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9237586,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9237586,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88708436,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88708436,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88323146,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88323146,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.87111855,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87111855,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8658047,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8658047,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8493834,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8493834,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8408023,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8408023,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84074444,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84074444,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\n    }\n}"}],"_postman_id":"04a07191-7d03-4511-ab8c-c3ef24ef62f8"},{"name":"Permissions","id":"8d1aaef0-179a-4eb7-b336-81859f07f36b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/hdre7bpqt9wPPZsKYYwS/permissions","description":"<h3 id=\"response\">Response</h3>\n<p><a href=\"#permissionobject\">PermissionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","media","hdre7bpqt9wPPZsKYYwS","permissions"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"589bd197-cbca-4882-b9cd-8eb6ba813346","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/hdre7bpqt9wPPZsKYYwS/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:22:45 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"79"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"richard@massless.io\",\n    \"permissionLevel\": \"owner\"\n}"}],"_postman_id":"8d1aaef0-179a-4eb7-b336-81859f07f36b"},{"name":"Publish (JSON)","id":"26fa006f-65a3-4343-bf15-c6f5f0bb740d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/media/publish","description":"<p>Sets the given mediaId as published.</p>\n<h3 id=\"request\">Request</h3>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>required</td>\n<td>The ID of the input media.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#mediaobject\">MediaObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","media","publish"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"415b533b-78fb-4a7a-a01e-6f986974a6fb","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/media/publish"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:22:57 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"247"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\n    \"url\": \"https://massless.media/hdre7bpqt9wPPZsKYYwS\",\n    \"metadata\": {\n        \"name\": \"cat.jpg\",\n        \"mediaType\": \"image/jpeg\",\n        \"uploadTime\": \"2021-06-16T21:12:43.45899Z\",\n        \"size\": 108025,\n        \"isPreview\": false,\n        \"labellingEnabled\": true,\n        \"previewIds\": {\n            \"image/png\": \"OybTPmPQz0d5EGf5cOWL\"\n        },\n        \"staticIds\": {\n            \"image/png\": \"Z7c4i3eL8tFU5x3vm2iB\"\n        },\n        \"entityLabels\": [\n            \"Cat\",\n            \"Musical instrument\",\n            \"Window\",\n            \"Guitar accessory\",\n            \"Wood\",\n            \"Carnivore\",\n            \"Felidae\",\n            \"Guitar\",\n            \"Grey\",\n            \"Flooring\"\n        ],\n        \"jsonEntityAnnotation\": [\n            \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9582364,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9582364,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9488348,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9488348,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9237586,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9237586,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88708436,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88708436,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88323146,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88323146,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.87111855,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87111855,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8658047,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8658047,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8493834,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8493834,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8408023,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8408023,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n            \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84074444,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84074444,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n        ],\n        \"dimensions\": {\n            \"width\": 640,\n            \"height\": 480\n        },\n        \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\n    }\n}"}],"_postman_id":"26fa006f-65a3-4343-bf15-c6f5f0bb740d"},{"name":"Publish (form-data)","id":"283b664f-8a45-4d43-a27f-b1e00174af35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://api.massless.io/v1/media/publish","description":"<p>Hosts a file and sets it as published.</p>\n<h3 id=\"request\">Request</h3>\n<p>Inherits: <a href=\"#operationrequest\">OperationRequest</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file</td>\n<td>required</td>\n<td>The media to be published.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#mediaobject\">MediaObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","media","publish"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"283b664f-8a45-4d43-a27f-b1e00174af35"},{"name":"Set Permissions","id":"a1869780-3ca3-4d0e-8e8b-3f82bccc9979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": [\r\n        {\r\n            \"email\": \"richard@massless.io\",\r\n            \"permissionLevel\": \"owner\"\r\n        },\r\n        {\r\n            \"email\": \"jack@massless.io\",\r\n            \"permissionLevel\": \"edit\"\r\n        },\r\n        {\r\n            \"email\": \"dom@massless.io\",\r\n            \"permissionLevel\": \"edit\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/media/{mediaId}/permissions","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"setpermissionsrequest\">SetPermissionsRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Permissions</code></td>\n<td>array[<a href=\"#permissionobject\">PermissionObject</a>]</td>\n<td>required</td>\n<td>An array of email addresses and permission levels.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#genericsuccess\">GenericSuccess</a></p>\n","urlObject":{"protocol":"https","path":["v1","media","{mediaId}","permissions"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"0b53dfb2-7d12-49e5-b50d-b3b3d6833dff","name":"200 OK","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": [\r\n        {\r\n            \"email\": \"richard@massless.io\",\r\n            \"permissionLevel\": \"owner\"\r\n        },\r\n        {\r\n            \"email\": \"jack@massless.io\",\r\n            \"permissionLevel\": \"edit\"\r\n        },\r\n        {\r\n            \"email\": \"dom@massless.io\",\r\n            \"permissionLevel\": \"edit\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/media/{mediaId}/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 22 Jun 2021 15:58:17 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"457"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"success\"\n}"}],"_postman_id":"a1869780-3ca3-4d0e-8e8b-3f82bccc9979"}],"id":"11936635-e5e2-41a3-a957-2c638c52ed37","_postman_id":"11936635-e5e2-41a3-a957-2c638c52ed37","description":""},{"name":"Serve","item":[{"name":"Preview","id":"416dc05c-8dbe-418c-9e7c-5bb3fc5b62dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/hdre7bpqt9wPPZsKYYwS/preview","description":"<p>A thumbnail version of {mediaId}. The thumbnail is 300px on the major axis and scaled maintaining the aspect ratio.  </p>\n<blockquote>\n<p>Images only (for now).</p>\n</blockquote>\n<h3 id=\"response\">Response</h3>\n<p><code>content</code></p>\n","urlObject":{"protocol":"https","path":["v1","media","hdre7bpqt9wPPZsKYYwS","preview"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"416dc05c-8dbe-418c-9e7c-5bb3fc5b62dd"},{"name":"Preview As","id":"b1e27f30-76df-4c57-86ca-1871431b3a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/hdre7bpqt9wPPZsKYYwS/preview/{ext}","description":"<p>A thumbnail, converted version of {mediaId}. The thumbnail is 300px on the major axis and scaled maintaining the aspect ratio.    </p>\n<p><code>{ext}</code> = <code>png</code> | <code>jpg</code>.</p>\n<blockquote>\n<p>Images only (for now).</p>\n</blockquote>\n<h3 id=\"response\">Response</h3>\n<p><code>content</code></p>\n","urlObject":{"protocol":"https","path":["v1","media","hdre7bpqt9wPPZsKYYwS","preview","{ext}"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1e27f30-76df-4c57-86ca-1871431b3a5a"},{"name":"Serve","id":"5c750591-8bb5-494d-890b-e13eab270064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/hdre7bpqt9wPPZsKYYwS","description":"<h3 id=\"response\">Response</h3>\n<p><code>content</code></p>\n","urlObject":{"protocol":"https","path":["v1","media","hdre7bpqt9wPPZsKYYwS"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c750591-8bb5-494d-890b-e13eab270064"},{"name":"Serve As","id":"687deba4-a5d9-440f-b0b3-8cd6a6387bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/hdre7bpqt9wPPZsKYYwS/{ext}","description":"<p><code>{ext}</code> = <code>png</code> | <code>jpg</code>.</p>\n<blockquote>\n<p>Images only (for now).  </p>\n</blockquote>\n<h3 id=\"response\">Response</h3>\n<p><code>content</code></p>\n","urlObject":{"protocol":"https","path":["v1","media","hdre7bpqt9wPPZsKYYwS","{ext}"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"687deba4-a5d9-440f-b0b3-8cd6a6387bfa"},{"name":"Serve Headers","id":"c45ffab4-ea76-4b8d-aa90-06353081befc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"HEAD","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/media/{mediaId}","description":"<h3 id=\"response\">Response</h3>\n<p><code>headers</code></p>\n","urlObject":{"protocol":"https","path":["v1","media","{mediaId}"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c45ffab4-ea76-4b8d-aa90-06353081befc"}],"id":"f6f54fc9-4131-429c-8d1b-d8ab394b0eee","event":[{"listen":"prerequest","script":{"id":"96e72249-7f9d-49a6-aab6-7c64ef07547b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cd4d3c65-e1a0-4c67-b796-c6a5d46f6c5e","type":"text/javascript","exec":[""]}}],"_postman_id":"f6f54fc9-4131-429c-8d1b-d8ab394b0eee","description":""}],"id":"9052a9dc-d550-4980-9a46-7ecadeaf2ebe","description":"<p>The <code>/media</code> route handle operations for managing media.</p>\n","_postman_id":"9052a9dc-d550-4980-9a46-7ecadeaf2ebe"},{"name":"Collection","item":[{"name":"Create","id":"479ed419-3e0d-44f3-a2c5-61a68658a782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Cat and Duck Collection\",\r\n    \"description\": \"A collection comprising of a cat and a duck.\",\r\n    \"objects\": [\r\n        {\r\n            \"id\": \"hdre7bpqt9wPPZsKYYwS\",\r\n            \"type\": \"media\"\r\n        },\r\n                {\r\n            \"id\": \"ymavBF4Or4r9OOa8BoHL\",\r\n            \"type\": \"media\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/collection","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"collectionrequest\">CollectionRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>required</td>\n<td>The title of the collection.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>required</td>\n<td>The description of the collection.</td>\n</tr>\n<tr>\n<td><code>objects</code></td>\n<td>array[<a href=\"#idobject\">IdObject</a>]</td>\n<td>required</td>\n<td>The id of the object to add to the collection.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","collection"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"dffa7fbf-450c-41e7-9905-e736179e3baf","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Cat and Duck Collection\",\r\n    \"description\": \"A collection comprising of a cat and a duck.\",\r\n    \"objects\": [\r\n        {\r\n            \"id\": \"hdre7bpqt9wPPZsKYYwS\",\r\n            \"type\": \"media\"\r\n        },\r\n                {\r\n            \"id\": \"ymavBF4Or4r9OOa8BoHL\",\r\n            \"type\": \"media\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:52:48 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"324"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\n            \"url\": \"https://massless.media/hdre7bpqt9wPPZsKYYwS\",\n            \"metadata\": {\n                \"name\": \"cat.jpg\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-16T21:12:43.45899Z\",\n                \"size\": 108025,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"previewIds\": {\n                    \"image/png\": \"OybTPmPQz0d5EGf5cOWL\"\n                },\n                \"staticIds\": {\n                    \"image/png\": \"Z7c4i3eL8tFU5x3vm2iB\"\n                },\n                \"entityLabels\": [\n                    \"Cat\",\n                    \"Musical instrument\",\n                    \"Window\",\n                    \"Guitar accessory\",\n                    \"Wood\",\n                    \"Carnivore\",\n                    \"Felidae\",\n                    \"Guitar\",\n                    \"Grey\",\n                    \"Flooring\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9582364,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9582364,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9488348,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9488348,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9237586,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9237586,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88708436,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88708436,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88323146,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88323146,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.87111855,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87111855,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8658047,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8658047,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8493834,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8493834,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8408023,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8408023,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84074444,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84074444,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"dimensions\": {\n                    \"width\": 640,\n                    \"height\": 480\n                },\n                \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\n            }\n        },\n        {\n            \"mediaId\": \"ymavBF4Or4r9OOa8BoHL\",\n            \"url\": \"https://massless.media/ymavBF4Or4r9OOa8BoHL\",\n            \"metadata\": {\n                \"name\": \"mallard.png\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-17T10:15:39.969002Z\",\n                \"size\": 81219,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Bird\",\n                    \"Beak\",\n                    \"Ducks, geese and swans\",\n                    \"Waterfowl\",\n                    \"Duck\",\n                    \"Art\",\n                    \"Feather\",\n                    \"Livestock\",\n                    \"Wing\",\n                    \"Toy\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/015p6\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Bird\\\",\\\"Score\\\":0.9746651,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9746651,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01c4rd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Beak\\\",\\\"Score\\\":0.8400022,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8400022,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01c_0l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Ducks, geese and swans\\\",\\\"Score\\\":0.79489774,\\\"Confidence\\\":0,\\\"Topicality\\\":0.79489774,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/02p0_xl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Waterfowl\\\",\\\"Score\\\":0.76782393,\\\"Confidence\\\":0,\\\"Topicality\\\":0.76782393,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/09ddx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Duck\\\",\\\"Score\\\":0.74624074,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74624074,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.73050743,\\\"Confidence\\\":0,\\\"Topicality\\\":0.73050743,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0dfgf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Feather\\\",\\\"Score\\\":0.71729475,\\\"Confidence\\\":0,\\\"Topicality\\\":0.71729475,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0ch8v\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Livestock\\\",\\\"Score\\\":0.7006226,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7006226,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/083s2\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wing\\\",\\\"Score\\\":0.69543344,\\\"Confidence\\\":0,\\\"Topicality\\\":0.69543344,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0138tl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Toy\\\",\\\"Score\\\":0.6570646,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6570646,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"dimensions\": {\n                    \"width\": 640,\n                    \"height\": 480\n                },\n                \"mediaId\": \"ymavBF4Or4r9OOa8BoHL\"\n            }\n        }\n    ],\n    \"collectionId\": \"HJOk6YHZBVNxm9n5LqoZ\",\n    \"metadata\": {\n        \"name\": \"Cat and Duck Collection\",\n        \"description\": \"A collection comprising of a cat and a duck.\",\n        \"type\": \"generic\",\n        \"creationTime\": \"2021-06-28T21:52:48.0256706Z\"\n    }\n}"}],"_postman_id":"479ed419-3e0d-44f3-a2c5-61a68658a782"},{"name":"Permissions","id":"de6cab3c-acaf-4d1d-9a29-9128e104e4ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/collection/mf24nErApqWanwRXiKDz/permissions","description":"<h3 id=\"response\">Response</h3>\n<p><a href=\"#permissionobject\">PermissionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","collection","mf24nErApqWanwRXiKDz","permissions"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"55c7db2e-57e6-4fd5-a09e-a0ce989559cd","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/collection/mf24nErApqWanwRXiKDz/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:53:08 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"178"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"richard@massless.io\",\n    \"permissionLevel\": \"owner\"\n}"}],"_postman_id":"de6cab3c-acaf-4d1d-9a29-9128e104e4ed"},{"name":"Read","id":"2e2ba639-8c7e-47fd-9474-32479530b3fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/collection/{US8eb6nT0lOAZV2cTwaF}","description":"<h3 id=\"response\">Response</h3>\n<p><a href=\"#collectionobject\">CollectionObject</a></p>\n","urlObject":{"protocol":"https","path":["v1","collection","{US8eb6nT0lOAZV2cTwaF}"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"f8475c5f-678e-4fc1-89fc-960a60d5398e","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/collection/{US8eb6nT0lOAZV2cTwaF}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:53:22 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"173"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\",\n            \"url\": \"https://massless.media/hdre7bpqt9wPPZsKYYwS\",\n            \"metadata\": {\n                \"name\": \"cat.jpg\",\n                \"mediaType\": \"image/jpeg\",\n                \"uploadTime\": \"2021-06-16T21:12:43.45899Z\",\n                \"size\": 108025,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"previewIds\": {\n                    \"image/png\": \"OybTPmPQz0d5EGf5cOWL\"\n                },\n                \"staticIds\": {\n                    \"image/png\": \"Z7c4i3eL8tFU5x3vm2iB\"\n                },\n                \"entityLabels\": [\n                    \"Cat\",\n                    \"Musical instrument\",\n                    \"Window\",\n                    \"Guitar accessory\",\n                    \"Wood\",\n                    \"Carnivore\",\n                    \"Felidae\",\n                    \"Guitar\",\n                    \"Grey\",\n                    \"Flooring\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/01yrx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cat\\\",\\\"Score\\\":0.9582364,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9582364,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/04szw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Musical instrument\\\",\\\"Score\\\":0.9488348,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9488348,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0d4v4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Window\\\",\\\"Score\\\":0.9237586,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9237586,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0h8mfmt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar accessory\\\",\\\"Score\\\":0.88708436,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88708436,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/083vt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wood\\\",\\\"Score\\\":0.88323146,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88323146,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01lrl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Carnivore\\\",\\\"Score\\\":0.87111855,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87111855,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0307l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Felidae\\\",\\\"Score\\\":0.8658047,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8658047,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0342h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Guitar\\\",\\\"Score\\\":0.8493834,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8493834,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/036k5h\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Grey\\\",\\\"Score\\\":0.8408023,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8408023,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01c34b\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Flooring\\\",\\\"Score\\\":0.84074444,\\\"Confidence\\\":0,\\\"Topicality\\\":0.84074444,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"dimensions\": {\n                    \"width\": 640,\n                    \"height\": 480\n                },\n                \"mediaId\": \"hdre7bpqt9wPPZsKYYwS\"\n            }\n        },\n        {\n            \"mediaId\": \"ymavBF4Or4r9OOa8BoHL\",\n            \"url\": \"https://massless.media/ymavBF4Or4r9OOa8BoHL\",\n            \"metadata\": {\n                \"name\": \"mallard.png\",\n                \"mediaType\": \"image/png\",\n                \"uploadTime\": \"2021-06-17T10:15:39.969002Z\",\n                \"size\": 81219,\n                \"isPreview\": false,\n                \"labellingEnabled\": true,\n                \"entityLabels\": [\n                    \"Bird\",\n                    \"Beak\",\n                    \"Ducks, geese and swans\",\n                    \"Waterfowl\",\n                    \"Duck\",\n                    \"Art\",\n                    \"Feather\",\n                    \"Livestock\",\n                    \"Wing\",\n                    \"Toy\"\n                ],\n                \"jsonEntityAnnotation\": [\n                    \"{\\\"Mid\\\":\\\"/m/015p6\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Bird\\\",\\\"Score\\\":0.9746651,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9746651,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01c4rd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Beak\\\",\\\"Score\\\":0.8400022,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8400022,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/01c_0l\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Ducks, geese and swans\\\",\\\"Score\\\":0.79489774,\\\"Confidence\\\":0,\\\"Topicality\\\":0.79489774,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/02p0_xl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Waterfowl\\\",\\\"Score\\\":0.76782393,\\\"Confidence\\\":0,\\\"Topicality\\\":0.76782393,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/09ddx\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Duck\\\",\\\"Score\\\":0.74624074,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74624074,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.73050743,\\\"Confidence\\\":0,\\\"Topicality\\\":0.73050743,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0dfgf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Feather\\\",\\\"Score\\\":0.71729475,\\\"Confidence\\\":0,\\\"Topicality\\\":0.71729475,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0ch8v\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Livestock\\\",\\\"Score\\\":0.7006226,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7006226,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/083s2\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Wing\\\",\\\"Score\\\":0.69543344,\\\"Confidence\\\":0,\\\"Topicality\\\":0.69543344,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                    \"{\\\"Mid\\\":\\\"/m/0138tl\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Toy\\\",\\\"Score\\\":0.6570646,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6570646,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                ],\n                \"dimensions\": {\n                    \"width\": 640,\n                    \"height\": 480\n                },\n                \"mediaId\": \"ymavBF4Or4r9OOa8BoHL\"\n            }\n        }\n    ],\n    \"collectionId\": \"US8eb6nT0lOAZV2cTwaF\",\n    \"metadata\": {\n        \"name\": \"Cat and Duck Collection\",\n        \"description\": \"A collection comprising of a cat and a duck.\",\n        \"type\": \"generic\",\n        \"creationTime\": \"2021-06-28T18:25:18.793745Z\",\n        \"permissions\": {\n            \"ownerId\": \"SpiderQueen94\",\n            \"editAccessIds\": [],\n            \"commentAccessIds\": [],\n            \"readAccessIds\": [],\n            \"executeAccessIds\": [],\n            \"adminAccessIds\": [],\n            \"published\": false\n        }\n    }\n}"}],"_postman_id":"2e2ba639-8c7e-47fd-9474-32479530b3fa"},{"name":"Read All","id":"df5a1b03-9451-461a-b5e9-74e53ec8beea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/collection","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"bulkmetadatarequest\">BulkMetadataRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pageSize</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The amount of items per page.</td>\n</tr>\n<tr>\n<td><code>pageNummber</code></td>\n<td>int</td>\n<td>optional</td>\n<td>The page number in relation to how many items are shown per page.</td>\n</tr>\n<tr>\n<td><code>permissionFilter</code></td>\n<td>string <br /> [ <code>owner</code> | <code>edit</code> | <code>comment</code> | <code>read</code> | <code>execute</code> | <code>none</code> ]</td>\n<td>optional</td>\n<td>Filter based on the users role.</td>\n</tr>\n<tr>\n<td><code>publicFilter</code></td>\n<td>string <br /> [ <code>all</code> | <code>private</code> | <code>published</code> ]</td>\n<td>optional</td>\n<td>Filter based on the published status.</td>\n</tr>\n<tr>\n<td><code>previewFilter</code></td>\n<td>string <br /> [ <code>noPreviews</code> | <code>onlyPreviews</code> | <code>all</code> ]</td>\n<td>optional</td>\n<td>Filters based on the whether the object is a preview.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>array[<a href=\"#collectionobject\">CollectionObject</a>]</p>\n","urlObject":{"protocol":"https","path":["v1","collection"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"8f798dd3-33b1-498d-8002-8ebbb78a357b","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:53:35 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"1398"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"objects\": [\n            {\n                \"mediaId\": \"fx8NJo8rjx41DVOHrj92\",\n                \"url\": \"https://massless.media/fx8NJo8rjx41DVOHrj92\",\n                \"metadata\": {\n                    \"name\": \"Page 1 - alessknownfeynman.pdf\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T21:04:42.392932Z\",\n                    \"size\": 285166,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Font\",\n                        \"Publication\",\n                        \"Paper\",\n                        \"Screenshot\",\n                        \"Paper product\",\n                        \"Document\",\n                        \"Parallel\",\n                        \"Number\",\n                        \"Letter\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8219642,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8219642,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.74927944,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74927944,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.68079776,\\\"Confidence\\\":0,\\\"Topicality\\\":0.68079776,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.680768,\\\"Confidence\\\":0,\\\"Topicality\\\":0.680768,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.6439466,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6439466,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.6404393,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6404393,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.61798304,\\\"Confidence\\\":0,\\\"Topicality\\\":0.61798304,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5385139,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5385139,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/04jjh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Letter\\\",\\\"Score\\\":0.52703226,\\\"Confidence\\\":0,\\\"Topicality\\\":0.52703226,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"createdFrom\": [\n                        {\n                            \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                            \"objectType\": \"media\"\n                        }\n                    ],\n                    \"dimensions\": {\n                        \"width\": 816,\n                        \"height\": 1056\n                    },\n                    \"pageCount\": 0,\n                    \"mediaId\": \"fx8NJo8rjx41DVOHrj92\"\n                }\n            },\n            {\n                \"mediaId\": \"zwJkeSkxUfsRYlTCmfsP\",\n                \"url\": \"https://massless.media/zwJkeSkxUfsRYlTCmfsP\",\n                \"metadata\": {\n                    \"name\": \"Page 2 - alessknownfeynman.pdf\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T21:04:43.507062Z\",\n                    \"size\": 295902,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Font\",\n                        \"Paper\",\n                        \"Publication\",\n                        \"Screenshot\",\n                        \"Paper product\",\n                        \"Document\",\n                        \"Parallel\",\n                        \"Letter\",\n                        \"Number\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8152179,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8152179,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.66426593,\\\"Confidence\\\":0,\\\"Topicality\\\":0.66426593,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.6626254,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6626254,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.659102,\\\"Confidence\\\":0,\\\"Topicality\\\":0.659102,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.65087014,\\\"Confidence\\\":0,\\\"Topicality\\\":0.65087014,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.6233565,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6233565,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.51956713,\\\"Confidence\\\":0,\\\"Topicality\\\":0.51956713,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/04jjh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Letter\\\",\\\"Score\\\":0.51759,\\\"Confidence\\\":0,\\\"Topicality\\\":0.51759,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5034439,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5034439,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"createdFrom\": [\n                        {\n                            \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                            \"objectType\": \"media\"\n                        }\n                    ],\n                    \"dimensions\": {\n                        \"width\": 816,\n                        \"height\": 1056\n                    },\n                    \"pageCount\": 0,\n                    \"mediaId\": \"zwJkeSkxUfsRYlTCmfsP\"\n                }\n            },\n            {\n                \"mediaId\": \"rLtWkNsNElR76UT3IvsZ\",\n                \"url\": \"https://massless.media/rLtWkNsNElR76UT3IvsZ\",\n                \"metadata\": {\n                    \"name\": \"Page 3 - alessknownfeynman.pdf\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T21:04:43.597827Z\",\n                    \"size\": 311726,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Font\",\n                        \"Paper product\",\n                        \"Publication\",\n                        \"Paper\",\n                        \"Screenshot\",\n                        \"Document\",\n                        \"Number\",\n                        \"Rectangle\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8188304,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8188304,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.6297293,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6297293,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.6221474,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6221474,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.6220518,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6220518,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.6073774,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6073774,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.594403,\\\"Confidence\\\":0,\\\"Topicality\\\":0.594403,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5059256,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5059256,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.50536,\\\"Confidence\\\":0,\\\"Topicality\\\":0.50536,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"createdFrom\": [\n                        {\n                            \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                            \"objectType\": \"media\"\n                        }\n                    ],\n                    \"dimensions\": {\n                        \"width\": 816,\n                        \"height\": 1056\n                    },\n                    \"pageCount\": 0,\n                    \"mediaId\": \"rLtWkNsNElR76UT3IvsZ\"\n                }\n            },\n            {\n                \"mediaId\": \"NOlzTctZTQRL10GmFjJG\",\n                \"url\": \"https://massless.media/NOlzTctZTQRL10GmFjJG\",\n                \"metadata\": {\n                    \"name\": \"Page 4 - alessknownfeynman.pdf\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T21:04:43.674504Z\",\n                    \"size\": 319498,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Font\",\n                        \"Material property\",\n                        \"Publication\",\n                        \"Screenshot\",\n                        \"Paper product\",\n                        \"Document\",\n                        \"Paper\",\n                        \"Letter\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8382953,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8382953,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0457gc6\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Material property\\\",\\\"Score\\\":0.8020803,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8020803,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.6925886,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6925886,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.6678965,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6678965,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.6201042,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6201042,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.60293293,\\\"Confidence\\\":0,\\\"Topicality\\\":0.60293293,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.6015129,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6015129,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/04jjh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Letter\\\",\\\"Score\\\":0.52780086,\\\"Confidence\\\":0,\\\"Topicality\\\":0.52780086,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"createdFrom\": [\n                        {\n                            \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                            \"objectType\": \"media\"\n                        }\n                    ],\n                    \"dimensions\": {\n                        \"width\": 816,\n                        \"height\": 1056\n                    },\n                    \"pageCount\": 0,\n                    \"mediaId\": \"NOlzTctZTQRL10GmFjJG\"\n                }\n            },\n            {\n                \"mediaId\": \"XUpfyYdri3WRmfyPOpN1\",\n                \"url\": \"https://massless.media/XUpfyYdri3WRmfyPOpN1\",\n                \"metadata\": {\n                    \"name\": \"Page 5 - alessknownfeynman.pdf\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T21:04:43.75291Z\",\n                    \"size\": 277076,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Font\",\n                        \"Paper\",\n                        \"Publication\",\n                        \"Document\",\n                        \"Paper product\",\n                        \"Screenshot\",\n                        \"Parallel\",\n                        \"Letter\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.7951556,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7951556,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.6484902,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6484902,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.6452673,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6452673,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.6369412,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6369412,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.62217057,\\\"Confidence\\\":0,\\\"Topicality\\\":0.62217057,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.57759196,\\\"Confidence\\\":0,\\\"Topicality\\\":0.57759196,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.5735866,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5735866,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/04jjh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Letter\\\",\\\"Score\\\":0.50361663,\\\"Confidence\\\":0,\\\"Topicality\\\":0.50361663,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"createdFrom\": [\n                        {\n                            \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                            \"objectType\": \"media\"\n                        }\n                    ],\n                    \"dimensions\": {\n                        \"width\": 816,\n                        \"height\": 1056\n                    },\n                    \"pageCount\": 0,\n                    \"mediaId\": \"XUpfyYdri3WRmfyPOpN1\"\n                }\n            },\n            {\n                \"mediaId\": \"WZXWXOpXJSTDHIUYdGgC\",\n                \"url\": \"https://massless.media/WZXWXOpXJSTDHIUYdGgC\",\n                \"metadata\": {\n                    \"name\": \"Page 6 - alessknownfeynman.pdf\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T21:04:43.829948Z\",\n                    \"size\": 244078,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Font\",\n                        \"Screenshot\",\n                        \"Parallel\",\n                        \"Paper\",\n                        \"Document\",\n                        \"Paper product\",\n                        \"Publication\",\n                        \"Number\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.81810755,\\\"Confidence\\\":0,\\\"Topicality\\\":0.81810755,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.7018684,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7018684,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.6838403,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6838403,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.64838755,\\\"Confidence\\\":0,\\\"Topicality\\\":0.64838755,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.6332771,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6332771,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.588119,\\\"Confidence\\\":0,\\\"Topicality\\\":0.588119,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.576714,\\\"Confidence\\\":0,\\\"Topicality\\\":0.576714,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5691042,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5691042,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"createdFrom\": [\n                        {\n                            \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                            \"objectType\": \"media\"\n                        }\n                    ],\n                    \"dimensions\": {\n                        \"width\": 816,\n                        \"height\": 1056\n                    },\n                    \"pageCount\": 0,\n                    \"mediaId\": \"WZXWXOpXJSTDHIUYdGgC\"\n                }\n            },\n            {\n                \"mediaId\": \"9Z4yfuSDEHRSeQoYfiDV\",\n                \"url\": \"https://massless.media/9Z4yfuSDEHRSeQoYfiDV\",\n                \"metadata\": {\n                    \"name\": \"Page 7 - alessknownfeynman.pdf\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T21:04:43.906612Z\",\n                    \"size\": 302954,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Font\",\n                        \"Publication\",\n                        \"Screenshot\",\n                        \"Paper product\",\n                        \"Paper\",\n                        \"Document\",\n                        \"Number\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.80510217,\\\"Confidence\\\":0,\\\"Topicality\\\":0.80510217,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01h1dd\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Publication\\\",\\\"Score\\\":0.76368326,\\\"Confidence\\\":0,\\\"Topicality\\\":0.76368326,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.67312145,\\\"Confidence\\\":0,\\\"Topicality\\\":0.67312145,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0h8p59j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper product\\\",\\\"Score\\\":0.64262354,\\\"Confidence\\\":0,\\\"Topicality\\\":0.64262354,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.62996906,\\\"Confidence\\\":0,\\\"Topicality\\\":0.62996906,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.61652964,\\\"Confidence\\\":0,\\\"Topicality\\\":0.61652964,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5580531,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5580531,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"createdFrom\": [\n                        {\n                            \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                            \"objectType\": \"media\"\n                        }\n                    ],\n                    \"dimensions\": {\n                        \"width\": 816,\n                        \"height\": 1056\n                    },\n                    \"pageCount\": 0,\n                    \"mediaId\": \"9Z4yfuSDEHRSeQoYfiDV\"\n                }\n            },\n            {\n                \"mediaId\": \"EeJjaqbaBBg4Dl5dY8ak\",\n                \"url\": \"https://massless.media/EeJjaqbaBBg4Dl5dY8ak\",\n                \"metadata\": {\n                    \"name\": \"Page 8 - alessknownfeynman.pdf\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T21:04:43.992155Z\",\n                    \"size\": 216301,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Font\",\n                        \"Screenshot\",\n                        \"Parallel\",\n                        \"Document\",\n                        \"Number\",\n                        \"Electric blue\",\n                        \"Paper\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8202788,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8202788,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01zbnw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Screenshot\\\",\\\"Score\\\":0.7202232,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7202232,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.7100708,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7100708,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.63641614,\\\"Confidence\\\":0,\\\"Topicality\\\":0.63641614,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.61717623,\\\"Confidence\\\":0,\\\"Topicality\\\":0.61717623,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/02vwbzz\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Electric blue\\\",\\\"Score\\\":0.5705931,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5705931,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.5308435,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5308435,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"createdFrom\": [\n                        {\n                            \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                            \"objectType\": \"media\"\n                        }\n                    ],\n                    \"dimensions\": {\n                        \"width\": 816,\n                        \"height\": 1056\n                    },\n                    \"pageCount\": 0,\n                    \"mediaId\": \"EeJjaqbaBBg4Dl5dY8ak\"\n                }\n            },\n            {\n                \"mediaId\": \"0ZKbEXX4C0F9GMA63B96\",\n                \"url\": \"https://massless.media/0ZKbEXX4C0F9GMA63B96\",\n                \"metadata\": {\n                    \"name\": \"Page 9 - alessknownfeynman.pdf\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T21:04:44.066514Z\",\n                    \"size\": 180891,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Font\",\n                        \"Parallel\",\n                        \"Document\",\n                        \"Number\",\n                        \"Paper\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.79920053,\\\"Confidence\\\":0,\\\"Topicality\\\":0.79920053,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.6497223,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6497223,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.640485,\\\"Confidence\\\":0,\\\"Topicality\\\":0.640485,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.58049625,\\\"Confidence\\\":0,\\\"Topicality\\\":0.58049625,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.5118829,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5118829,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"createdFrom\": [\n                        {\n                            \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                            \"objectType\": \"media\"\n                        }\n                    ],\n                    \"dimensions\": {\n                        \"width\": 816,\n                        \"height\": 1056\n                    },\n                    \"pageCount\": 0,\n                    \"mediaId\": \"0ZKbEXX4C0F9GMA63B96\"\n                }\n            },\n            {\n                \"mediaId\": \"OxoW2swkPnnvdKDJQUUw\",\n                \"url\": \"https://massless.media/OxoW2swkPnnvdKDJQUUw\",\n                \"metadata\": {\n                    \"name\": \"Page 10 - alessknownfeynman.pdf\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T21:04:44.142846Z\",\n                    \"size\": 167551,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Font\",\n                        \"Document\",\n                        \"Parallel\",\n                        \"Number\",\n                        \"Paper\",\n                        \"Letter\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.8076037,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8076037,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.6461331,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6461331,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.6374264,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6374264,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.5717732,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5717732,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0641k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Paper\\\",\\\"Score\\\":0.5399092,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5399092,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/04jjh\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Letter\\\",\\\"Score\\\":0.5048148,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5048148,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"createdFrom\": [\n                        {\n                            \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                            \"objectType\": \"media\"\n                        }\n                    ],\n                    \"dimensions\": {\n                        \"width\": 816,\n                        \"height\": 1056\n                    },\n                    \"pageCount\": 0,\n                    \"mediaId\": \"OxoW2swkPnnvdKDJQUUw\"\n                }\n            },\n            {\n                \"mediaId\": \"8KG4VUS0N1Vr5MXKH8RH\",\n                \"url\": \"https://massless.media/8KG4VUS0N1Vr5MXKH8RH\",\n                \"metadata\": {\n                    \"name\": \"Page 11 - alessknownfeynman.pdf\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T21:04:44.207333Z\",\n                    \"size\": 77474,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Parallel\",\n                        \"Font\",\n                        \"Rectangle\",\n                        \"Number\",\n                        \"Document\",\n                        \"Pattern\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/030zfn\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Parallel\\\",\\\"Score\\\":0.7497591,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7497591,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.74917585,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74917585,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.74192655,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74192655,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/05fwb\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Number\\\",\\\"Score\\\":0.61868656,\\\"Confidence\\\":0,\\\"Topicality\\\":0.61868656,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/015bv3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Document\\\",\\\"Score\\\":0.59664327,\\\"Confidence\\\":0,\\\"Topicality\\\":0.59664327,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0hwky\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Pattern\\\",\\\"Score\\\":0.5788091,\\\"Confidence\\\":0,\\\"Topicality\\\":0.5788091,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"createdFrom\": [\n                        {\n                            \"objectId\": \"ox6V9UFMT6rDXiSdL7tJ\",\n                            \"objectType\": \"media\"\n                        }\n                    ],\n                    \"dimensions\": {\n                        \"width\": 816,\n                        \"height\": 1056\n                    },\n                    \"pageCount\": 0,\n                    \"mediaId\": \"8KG4VUS0N1Vr5MXKH8RH\"\n                }\n            }\n        ],\n        \"collectionId\": \"bwjmMXnKn9wHQubvrKiN\",\n        \"metadata\": {\n            \"name\": \"alessknownfeynman.pdf\",\n            \"description\": \"\",\n            \"type\": \"generic\",\n            \"creationTime\": \"2021-06-28T21:04:41.186161Z\",\n            \"permissions\": {\n                \"ownerId\": \"SpiderQueen94\",\n                \"editAccessIds\": [],\n                \"commentAccessIds\": [],\n                \"readAccessIds\": [],\n                \"executeAccessIds\": [],\n                \"adminAccessIds\": [],\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"objects\": [\n            {\n                \"mediaId\": \"wBc3taiL4z2gFhxayQOE\",\n                \"url\": \"https://massless.media/wBc3taiL4z2gFhxayQOE\",\n                \"metadata\": {\n                    \"name\": \"1.jpg\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T20:04:39.255933Z\",\n                    \"size\": 67241,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Cartoon\",\n                        \"Gesture\",\n                        \"Happy\",\n                        \"Rectangle\",\n                        \"Art\",\n                        \"Sleeve\",\n                        \"Sharing\",\n                        \"Illustration\",\n                        \"Font\",\n                        \"Fictional character\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/0215n\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cartoon\\\",\\\"Score\\\":0.927881,\\\"Confidence\\\":0,\\\"Topicality\\\":0.927881,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0244x1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gesture\\\",\\\"Score\\\":0.85260487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85260487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/016pp7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Happy\\\",\\\"Score\\\":0.8495392,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8495392,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.8015919,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8015919,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.79978716,\\\"Confidence\\\":0,\\\"Topicality\\\":0.79978716,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/062581\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Sleeve\\\",\\\"Score\\\":0.790545,\\\"Confidence\\\":0,\\\"Topicality\\\":0.790545,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/06h12k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Sharing\\\",\\\"Score\\\":0.7690835,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7690835,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01kr8f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Illustration\\\",\\\"Score\\\":0.7455608,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7455608,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.74548984,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74548984,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/02h7lkt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Fictional character\\\",\\\"Score\\\":0.6781537,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6781537,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"dimensions\": {\n                        \"width\": 270,\n                        \"height\": 384\n                    },\n                    \"mediaId\": \"wBc3taiL4z2gFhxayQOE\"\n                }\n            },\n            {\n                \"mediaId\": \"IPPaGoin1dBbvDtslpf4\",\n                \"url\": \"https://massless.media/IPPaGoin1dBbvDtslpf4\",\n                \"metadata\": {\n                    \"name\": \"2.jpg\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T20:04:54.916188Z\",\n                    \"size\": 65711,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Clothing\",\n                        \"Head\",\n                        \"Hairstyle\",\n                        \"Arm\",\n                        \"Cartoon\",\n                        \"Human body\",\n                        \"Gesture\",\n                        \"Happy\",\n                        \"Rectangle\",\n                        \"Art\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/09j2d\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Clothing\\\",\\\"Score\\\":0.9865445,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9865445,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/04hgtk\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Head\\\",\\\"Score\\\":0.9724928,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9724928,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0ds4x\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Hairstyle\\\",\\\"Score\\\":0.9509009,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9509009,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0dzf4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Arm\\\",\\\"Score\\\":0.9425861,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9425861,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0215n\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cartoon\\\",\\\"Score\\\":0.92605436,\\\"Confidence\\\":0,\\\"Topicality\\\":0.92605436,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/02p0tk3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Human body\\\",\\\"Score\\\":0.8845257,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8845257,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0244x1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gesture\\\",\\\"Score\\\":0.85260487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85260487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/016pp7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Happy\\\",\\\"Score\\\":0.8451204,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8451204,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.8018794,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8018794,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.79550356,\\\"Confidence\\\":0,\\\"Topicality\\\":0.79550356,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"dimensions\": {\n                        \"width\": 270,\n                        \"height\": 384\n                    },\n                    \"mediaId\": \"IPPaGoin1dBbvDtslpf4\"\n                }\n            },\n            {\n                \"mediaId\": \"lfMbhCSpk5950RzE2VNV\",\n                \"url\": \"https://massless.media/lfMbhCSpk5950RzE2VNV\",\n                \"metadata\": {\n                    \"name\": \"3.jpg\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T20:05:05.743418Z\",\n                    \"size\": 65420,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Hair\",\n                        \"Arm\",\n                        \"Facial expression\",\n                        \"Cartoon\",\n                        \"Product\",\n                        \"Human body\",\n                        \"Sleeve\",\n                        \"Gesture\",\n                        \"Happy\",\n                        \"Font\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/03q69\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Hair\\\",\\\"Score\\\":0.9837735,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9837735,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0dzf4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Arm\\\",\\\"Score\\\":0.94298434,\\\"Confidence\\\":0,\\\"Topicality\\\":0.94298434,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01k74n\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Facial expression\\\",\\\"Score\\\":0.9323929,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9323929,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0215n\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cartoon\\\",\\\"Score\\\":0.9165063,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9165063,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01jwgf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Product\\\",\\\"Score\\\":0.9072308,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9072308,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/02p0tk3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Human body\\\",\\\"Score\\\":0.88819426,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88819426,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/062581\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Sleeve\\\",\\\"Score\\\":0.87117326,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87117326,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0244x1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gesture\\\",\\\"Score\\\":0.85260487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85260487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/016pp7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Happy\\\",\\\"Score\\\":0.8266848,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8266848,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.81452304,\\\"Confidence\\\":0,\\\"Topicality\\\":0.81452304,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"dimensions\": {\n                        \"width\": 270,\n                        \"height\": 384\n                    },\n                    \"mediaId\": \"lfMbhCSpk5950RzE2VNV\"\n                }\n            },\n            {\n                \"mediaId\": \"gm7PidHSgbIqrEY67HnN\",\n                \"url\": \"https://massless.media/gm7PidHSgbIqrEY67HnN\",\n                \"metadata\": {\n                    \"name\": \"4.jpg\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T20:05:16.743585Z\",\n                    \"size\": 63140,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Clothing\",\n                        \"Cartoon\",\n                        \"Product\",\n                        \"Gesture\",\n                        \"Happy\",\n                        \"Art\",\n                        \"Rectangle\",\n                        \"Font\",\n                        \"Sharing\",\n                        \"Illustration\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/09j2d\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Clothing\\\",\\\"Score\\\":0.98652357,\\\"Confidence\\\":0,\\\"Topicality\\\":0.98652357,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0215n\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cartoon\\\",\\\"Score\\\":0.9163103,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9163103,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01jwgf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Product\\\",\\\"Score\\\":0.9073053,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9073053,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0244x1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gesture\\\",\\\"Score\\\":0.85260487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85260487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/016pp7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Happy\\\",\\\"Score\\\":0.83778036,\\\"Confidence\\\":0,\\\"Topicality\\\":0.83778036,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.82307243,\\\"Confidence\\\":0,\\\"Topicality\\\":0.82307243,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.8018115,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8018115,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.78169763,\\\"Confidence\\\":0,\\\"Topicality\\\":0.78169763,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/06h12k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Sharing\\\",\\\"Score\\\":0.75672024,\\\"Confidence\\\":0,\\\"Topicality\\\":0.75672024,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01kr8f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Illustration\\\",\\\"Score\\\":0.75570726,\\\"Confidence\\\":0,\\\"Topicality\\\":0.75570726,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"dimensions\": {\n                        \"width\": 270,\n                        \"height\": 384\n                    },\n                    \"mediaId\": \"gm7PidHSgbIqrEY67HnN\"\n                }\n            },\n            {\n                \"mediaId\": \"InuOWfMoFcFXbo2Li3z3\",\n                \"url\": \"https://massless.media/InuOWfMoFcFXbo2Li3z3\",\n                \"metadata\": {\n                    \"name\": \"5.jpg\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T20:05:27.083787Z\",\n                    \"size\": 65689,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Head\",\n                        \"Arm\",\n                        \"Cartoon\",\n                        \"Human body\",\n                        \"Happy\",\n                        \"Gesture\",\n                        \"Sleeve\",\n                        \"Red\",\n                        \"Sharing\",\n                        \"Art\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/04hgtk\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Head\\\",\\\"Score\\\":0.9718355,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9718355,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0dzf4\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Arm\\\",\\\"Score\\\":0.94376266,\\\"Confidence\\\":0,\\\"Topicality\\\":0.94376266,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0215n\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cartoon\\\",\\\"Score\\\":0.9199328,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9199328,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/02p0tk3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Human body\\\",\\\"Score\\\":0.8837424,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8837424,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/016pp7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Happy\\\",\\\"Score\\\":0.85422933,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85422933,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0244x1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gesture\\\",\\\"Score\\\":0.85260487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85260487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/062581\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Sleeve\\\",\\\"Score\\\":0.8508036,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8508036,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/06fvc\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Red\\\",\\\"Score\\\":0.8005574,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8005574,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/06h12k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Sharing\\\",\\\"Score\\\":0.78270745,\\\"Confidence\\\":0,\\\"Topicality\\\":0.78270745,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.7776856,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7776856,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"dimensions\": {\n                        \"width\": 270,\n                        \"height\": 384\n                    },\n                    \"mediaId\": \"InuOWfMoFcFXbo2Li3z3\"\n                }\n            },\n            {\n                \"mediaId\": \"lgBZVkxhfeSJi0H3Irec\",\n                \"url\": \"https://massless.media/lgBZVkxhfeSJi0H3Irec\",\n                \"metadata\": {\n                    \"name\": \"6.jpg\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T20:05:38.423194Z\",\n                    \"size\": 67580,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Cartoon\",\n                        \"Organ\",\n                        \"Sleeve\",\n                        \"Gesture\",\n                        \"Happy\",\n                        \"Rectangle\",\n                        \"Sharing\",\n                        \"Art\",\n                        \"Font\",\n                        \"Illustration\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/0215n\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cartoon\\\",\\\"Score\\\":0.9397796,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9397796,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/013y0j\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Organ\\\",\\\"Score\\\":0.9023528,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9023528,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/062581\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Sleeve\\\",\\\"Score\\\":0.87131774,\\\"Confidence\\\":0,\\\"Topicality\\\":0.87131774,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0244x1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gesture\\\",\\\"Score\\\":0.85260487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85260487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/016pp7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Happy\\\",\\\"Score\\\":0.8418665,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8418665,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.8003793,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8003793,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/06h12k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Sharing\\\",\\\"Score\\\":0.798143,\\\"Confidence\\\":0,\\\"Topicality\\\":0.798143,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.7935998,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7935998,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.7802489,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7802489,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01kr8f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Illustration\\\",\\\"Score\\\":0.74259543,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74259543,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"dimensions\": {\n                        \"width\": 270,\n                        \"height\": 384\n                    },\n                    \"mediaId\": \"lgBZVkxhfeSJi0H3Irec\"\n                }\n            },\n            {\n                \"mediaId\": \"dz1ek37sbvZzgSXiASPw\",\n                \"url\": \"https://massless.media/dz1ek37sbvZzgSXiASPw\",\n                \"metadata\": {\n                    \"name\": \"7.jpg\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T20:05:48.612372Z\",\n                    \"size\": 66278,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Cartoon\",\n                        \"Happy\",\n                        \"Gesture\",\n                        \"Art\",\n                        \"Sharing\",\n                        \"Font\",\n                        \"Rectangle\",\n                        \"Illustration\",\n                        \"Fictional character\",\n                        \"Drawing\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/0215n\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cartoon\\\",\\\"Score\\\":0.93498385,\\\"Confidence\\\":0,\\\"Topicality\\\":0.93498385,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/016pp7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Happy\\\",\\\"Score\\\":0.858377,\\\"Confidence\\\":0,\\\"Topicality\\\":0.858377,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0244x1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gesture\\\",\\\"Score\\\":0.85260487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85260487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.8087793,\\\"Confidence\\\":0,\\\"Topicality\\\":0.8087793,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/06h12k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Sharing\\\",\\\"Score\\\":0.80006826,\\\"Confidence\\\":0,\\\"Topicality\\\":0.80006826,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.7999742,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7999742,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.7901171,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7901171,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01kr8f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Illustration\\\",\\\"Score\\\":0.74040836,\\\"Confidence\\\":0,\\\"Topicality\\\":0.74040836,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/02h7lkt\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Fictional character\\\",\\\"Score\\\":0.6856997,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6856997,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/02csf\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Drawing\\\",\\\"Score\\\":0.6761273,\\\"Confidence\\\":0,\\\"Topicality\\\":0.6761273,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"dimensions\": {\n                        \"width\": 270,\n                        \"height\": 384\n                    },\n                    \"mediaId\": \"dz1ek37sbvZzgSXiASPw\"\n                }\n            },\n            {\n                \"mediaId\": \"Y6pVUpace3Dl2KFqRFu8\",\n                \"url\": \"https://massless.media/Y6pVUpace3Dl2KFqRFu8\",\n                \"metadata\": {\n                    \"name\": \"8.jpg\",\n                    \"mediaType\": \"image/jpeg\",\n                    \"uploadTime\": \"2021-06-28T20:05:59.853929Z\",\n                    \"size\": 64849,\n                    \"isPreview\": false,\n                    \"labellingEnabled\": true,\n                    \"entityLabels\": [\n                        \"Head\",\n                        \"Cartoon\",\n                        \"Human body\",\n                        \"Happy\",\n                        \"Gesture\",\n                        \"Rectangle\",\n                        \"Art\",\n                        \"Font\",\n                        \"Sharing\",\n                        \"Illustration\"\n                    ],\n                    \"jsonEntityAnnotation\": [\n                        \"{\\\"Mid\\\":\\\"/m/04hgtk\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Head\\\",\\\"Score\\\":0.9721901,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9721901,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0215n\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Cartoon\\\",\\\"Score\\\":0.9290229,\\\"Confidence\\\":0,\\\"Topicality\\\":0.9290229,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/02p0tk3\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Human body\\\",\\\"Score\\\":0.88425016,\\\"Confidence\\\":0,\\\"Topicality\\\":0.88425016,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/016pp7\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Happy\\\",\\\"Score\\\":0.85805225,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85805225,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0244x1\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Gesture\\\",\\\"Score\\\":0.85260487,\\\"Confidence\\\":0,\\\"Topicality\\\":0.85260487,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0j62f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Rectangle\\\",\\\"Score\\\":0.78693575,\\\"Confidence\\\":0,\\\"Topicality\\\":0.78693575,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/0jjw\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Art\\\",\\\"Score\\\":0.7728828,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7728828,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/03gq5hm\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Font\\\",\\\"Score\\\":0.7653085,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7653085,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/06h12k\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Sharing\\\",\\\"Score\\\":0.7509371,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7509371,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\",\n                        \"{\\\"Mid\\\":\\\"/m/01kr8f\\\",\\\"Locale\\\":\\\"\\\",\\\"Description\\\":\\\"Illustration\\\",\\\"Score\\\":0.7462632,\\\"Confidence\\\":0,\\\"Topicality\\\":0.7462632,\\\"BoundingPoly\\\":null,\\\"Locations\\\":[],\\\"Properties\\\":[]}\"\n                    ],\n                    \"dimensions\": {\n                        \"width\": 270,\n                        \"height\": 384\n                    },\n                    \"mediaId\": \"Y6pVUpace3Dl2KFqRFu8\"\n                }\n            }\n        ],\n        \"collectionId\": \"0M2Np7JlQJY08ib6Ma5P\",\n        \"metadata\": {\n            \"mediaType\": \"image/jpeg\",\n            \"frameRate\": 5,\n            \"targetDimensions\": {\n                \"width\": 270,\n                \"height\": 384\n            },\n            \"name\": \"Walking Animation\",\n            \"description\": \"8 frame loop of a man walking.\",\n            \"type\": \"videoFrames\",\n            \"creationTime\": \"2021-06-28T20:06:53.059364Z\",\n            \"permissions\": {\n                \"ownerId\": \"SpiderQueen94\",\n                \"editAccessIds\": [],\n                \"commentAccessIds\": [],\n                \"readAccessIds\": [],\n                \"executeAccessIds\": [],\n                \"adminAccessIds\": [],\n                \"published\": false\n            }\n        }\n    }\n]"}],"_postman_id":"df5a1b03-9451-461a-b5e9-74e53ec8beea"},{"name":"Set Permissions","id":"00a5f5ec-89de-4933-b5aa-6800c50459f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": [\r\n        {\r\n            \"email\": \"richard@massless.io\",\r\n            \"permissionLevel\": \"owner\"\r\n        },\r\n        {\r\n            \"email\": \"jack@massless.io\",\r\n            \"permissionLevel\": \"edit\"\r\n        },\r\n        {\r\n            \"email\": \"dom@massless.io\",\r\n            \"permissionLevel\": \"edit\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/collection/mf24nErApqWanwRXiKDz/permissions","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"setpermissionsrequest\">SetPermissionsRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Permissions</code></td>\n<td>array[<a href=\"#permissionobject\">PermissionObject</a>]</td>\n<td>required</td>\n<td>An array of email addresses and permission levels.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#genericsuccess\">GenericSuccess</a></p>\n","urlObject":{"protocol":"https","path":["v1","collection","mf24nErApqWanwRXiKDz","permissions"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"9779d1d3-b5fd-4763-a89f-be63b1045453","name":"200 OK","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": [\r\n        {\r\n            \"email\": \"richard@massless.io\",\r\n            \"permissionLevel\": \"owner\"\r\n        },\r\n        {\r\n            \"email\": \"jack@massless.io\",\r\n            \"permissionLevel\": \"edit\"\r\n        },\r\n        {\r\n            \"email\": \"dom@massless.io\",\r\n            \"permissionLevel\": \"edit\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/collection/mf24nErApqWanwRXiKDz/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:57:08 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"443"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"success\"\n}"}],"_postman_id":"00a5f5ec-89de-4933-b5aa-6800c50459f2"}],"id":"02dfc6e2-65c3-4830-93fa-074c944ae990","description":"<p>The <code>/collection</code> route handle operations for managing collections.</p>\n<p>Collections are used to group media together. Some media operations require a collection as an input. First you upload the media to generate a <code>mediaId</code> then add the <code>mediaId</code>s to a collection using the Create operation below, the resultant <code>collectionId</code> can then be passed to the endpoint.  </p>\n<p>An example that requires a <code>collectionId</code> is <a href=\"#9ae07518-b1dc-4875-9dcf-e728d530d67a\">Sequence</a>.</p>\n","_postman_id":"02dfc6e2-65c3-4830-93fa-074c944ae990"},{"name":"Account","item":[{"name":"Information","id":"8ed040f7-b552-4f5c-a19e-e1fc0f37f627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/account","description":"<h3 id=\"response\">Response</h3>\n<p><a href=\"#account\">Account</a></p>\n","urlObject":{"protocol":"https","path":["v1","account"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"2198d395-6ed9-4efc-98b0-af8728b0742f","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:57:28 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"32"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"stripeId\": \"cus_**************\",\n    \"acceptedTermsConditions\": true,\n    \"optInMasslessMarketing\": true,\n    \"adultConfirmed\": true,\n    \"emailConfirmed\": true,\n    \"email\": \"richard@massless.io\",\n    \"userName\": \"richard.c\"\n}"}],"_postman_id":"8ed040f7-b552-4f5c-a19e-e1fc0f37f627"},{"name":"Set Username","id":"12b842b9-5304-4dfd-9f61-1b32dbe8a37b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"richard.c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/account/profile/username","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"usernamerequest\">UsernameRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>username</code></td>\n<td>string</td>\n<td>optional</td>\n<td>The username the calling user sets on their account.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p><a href=\"#account\">Account</a></p>\n","urlObject":{"protocol":"https","path":["v1","account","profile","username"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"8f5023f0-f915-47e9-9e81-b18883efc434","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"richard.c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.massless.io/v1/account/profile/username"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:58:31 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"106"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"stripeId\": \"cus_**************\",\n    \"acceptedTermsConditions\": true,\n    \"optInMasslessMarketing\": true,\n    \"adultConfirmed\": true,\n    \"emailConfirmed\": true,\n    \"email\": \"richard@massless.io\",\n    \"userName\": \"richard.c\"\n}"}],"_postman_id":"12b842b9-5304-4dfd-9f61-1b32dbe8a37b"},{"name":"Usage","id":"d15fba44-f0e5-4617-b1cd-d80af172d895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/account/usage/summary","description":"<h3 id=\"response\">Response</h3>\n<p><a href=\"#usagesummary\">UsageSummary</a></p>\n","urlObject":{"protocol":"https","path":["v1","account","usage","summary"],"host":["api.massless.io"],"query":[],"variable":[]}},"response":[{"id":"b8501ddc-59ab-477d-be9c-42e9a99996c5","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api key}","type":"text"}],"url":"https://api.massless.io/v1/account/usage/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 28 Jun 2021 21:59:05 GMT"},{"key":"Server","value":"Kestrel"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Accept,Accept-Version,Content-Length,Content-MD5,Content-Type,Date,X-Auth-Token,Access-Control-Allow-Origin,Authorization"},{"key":"X-Kong-Upstream-Latency","value":"86"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.4.1"}],"cookie":[],"responseTime":null,"body":"{\n    \"Storage\": {\n        \"NumObjects\": 1141,\n        \"TotalSize\": 101557795\n    },\n    \"ApiCalls\": {\n        \"TotalTransactions\": 708\n    }\n}"}],"_postman_id":"d15fba44-f0e5-4617-b1cd-d80af172d895"}],"id":"fb9c4396-5129-428e-8d18-7889e0074a41","description":"<p>The <code>/account</code> route handles operations of managing your account.</p>\n","event":[{"listen":"prerequest","script":{"id":"125b31d1-9cf7-4122-a7b2-69cbdb57eb5c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b9f74bb-6a87-4458-9ba2-c0222363ac7c","type":"text/javascript","exec":[""]}}],"_postman_id":"fb9c4396-5129-428e-8d18-7889e0074a41"},{"name":"Models","item":[{"name":"Common","item":[],"id":"62611115-b586-4e1f-aa95-ab36336f4c66","description":"<h1 id=\"color\">Color</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>r</td>\n<td>int</td>\n<td>optional</td>\n<td>Red [0-255]</td>\n</tr>\n<tr>\n<td>g</td>\n<td>int</td>\n<td>optional</td>\n<td>Green [0-255]</td>\n</tr>\n<tr>\n<td>b</td>\n<td>int</td>\n<td>optional</td>\n<td>Blue [0-255]</td>\n</tr>\n<tr>\n<td>a</td>\n<td>int</td>\n<td>optional</td>\n<td>Alpha [0-255]</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"dimensions\">Dimensions</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>width</td>\n<td>int</td>\n<td>optional</td>\n<td>Width in pixels.</td>\n</tr>\n<tr>\n<td>height</td>\n<td>int</td>\n<td>optional</td>\n<td>Height in pixels.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idobject\">IdObject</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>required</td>\n<td>The id of the object.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td>required <br /> [ <code>media</code> | <code>collection</code> ]</td>\n<td>The type of the object.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"62611115-b586-4e1f-aa95-ab36336f4c66"},{"name":"Request","item":[],"id":"ea5bd77c-030d-4d73-887a-6919e875fdca","description":"<h1 id=\"operationrequest\">OperationRequest</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>responseType</code></td>\n<td>string</td>\n<td>optional <br /> <code>json</code> | <code>content</code></td>\n<td>Override the default response type.</td>\n</tr>\n<tr>\n<td><code>store</code></td>\n<td>boolean</td>\n<td>optional</td>\n<td>Whether or not to store the output data to your massless storage. Defaults to true with a json response.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Default response types are based on the body of the request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Body</th>\n<th>Response</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>raw (JSON)</code></td>\n<td>A JSON object in the response.</td>\n</tr>\n<tr>\n<td><code>multipart/form-data</code></td>\n<td>The content as the response.</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n","_postman_id":"ea5bd77c-030d-4d73-887a-6919e875fdca"},{"name":"Response","item":[],"id":"cbcbd6f9-6841-4e7b-a797-53692072516e","description":"<h1 id=\"account\">Account</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>stripeId</code></td>\n<td>string</td>\n<td>The stripID associated with the calling account.</td>\n</tr>\n<tr>\n<td><code>acceptedTermsConditions</code></td>\n<td>boolean</td>\n<td>Whether the calling account has accepted terms and conditions.</td>\n</tr>\n<tr>\n<td><code>optInMasslessMarketing</code></td>\n<td>boolean</td>\n<td>Whether the calling account has opted in to marketing.</td>\n</tr>\n<tr>\n<td><code>adultConfirmed</code></td>\n<td>boolean</td>\n<td>Whether the calling account has confirmed they're an adult.</td>\n</tr>\n<tr>\n<td><code>emailConfirmed</code></td>\n<td>boolean</td>\n<td>Whether the calling account has confirmed they're email address.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>The email address associated with the callers account.</td>\n</tr>\n<tr>\n<td><code>userName</code></td>\n<td>string</td>\n<td>The username associated with the callers account.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"asset\">Asset</h1>\n<p>Inherits: <a href=\"#mediaobject\">MediaObject</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>The specified name of the asset.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string <br /> [ <code>media</code> | <code>collection</code> ]</td>\n<td>The type of the object that the asset is related.</td>\n</tr>\n<tr>\n<td><code>history</code></td>\n<td>array[<a href=\"#historyitem\">HistoryItem</a>]</td>\n<td>An array of items that have corrisponded with the named asset.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"assetavailable\">AssetAvailable</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>The requested name.</td>\n</tr>\n<tr>\n<td><code>timestamp</code></td>\n<td>boolean</td>\n<td>The availablity of the requested name.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"collectionmetadata\">CollectionMetadata</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>The name of the collection object.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>The description of the collection object.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string [ <code>generic</code> | <code>videoFrames</code> | <code>videoClips</code> | <code>documentPages</code> ]</td>\n<td>The type of the collection.</td>\n</tr>\n<tr>\n<td><code>creationTime</code></td>\n<td>string</td>\n<td>The date and time the collection object was created.</td>\n</tr>\n<tr>\n<td><code>permissions</code></td>\n<td><a href=\"#permissions\">Permissions</a></td>\n<td>The permissions of the collection object.</td>\n</tr>\n<tr>\n<td><code>mediaType</code></td>\n<td>string</td>\n<td>The Media Type <a href=\"https://www.iana.org/go/rfc2046\">RFC2046</a> for the media objects in the collection.</td>\n</tr>\n<tr>\n<td><code>frameRate</code></td>\n<td>float</td>\n<td>The frame rate of the collection object in seconds.</td>\n</tr>\n<tr>\n<td><code>targetDimensions</code></td>\n<td>object {width: int, height: int}</td>\n<td>The dimensions in pixels to display the media objects in the collection.</td>\n</tr>\n<tr>\n<td><code>pageSize</code></td>\n<td>string [ <code>A3</code> | <code>A4</code> | <code>A5</code> | <code>Letter</code> | <code>Legal</code> ]</td>\n<td>The predefined page sizes to display the media objects.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"collectionobject\">CollectionObject</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>collectionId</code></td>\n<td>string</td>\n<td>The ID associated with the collection.</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>The URL that the collection is available when published.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td><a href=\"#collectionmetadata\">CollectionMetadata</a></td>\n<td>The metadata response associated the collection.</td>\n</tr>\n<tr>\n<td><code>objects</code></td>\n<td>array [ <a href=\"#mediaobject\">MediaObject</a> | <a href=\"#collectionobject\">CollectionObject</a> ]</td>\n<td>The objects that are part of this collection.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"cropparameters\">CropParameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>The ID of the input media.</td>\n</tr>\n<tr>\n<td><code>x</code></td>\n<td>int</td>\n<td>The horizontal coordinate from the top left corner of the image to the top left corner of the crop area rectangle.</td>\n</tr>\n<tr>\n<td><code>y</code></td>\n<td>int</td>\n<td>The vertical coordinate from the top left corner of the image to the top left corner of the crop area rectangle.</td>\n</tr>\n<tr>\n<td><code>width</code></td>\n<td>int</td>\n<td>The width of the crop area rectangle [pixels].</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>int</td>\n<td>The height of the crop area rectangle [pixels].</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"facedetect\">FaceDetect</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>faceAnnotations</code></td>\n<td>array[<a href=\"https://cloud.google.com/vision/docs/reference/rest/v1/AnnotateImageResponse#FaceAnnotation\">FaceAnnotation</a>*]</td>\n<td>The annotations for each of the faces detected in the image.</td>\n</tr>\n<tr>\n<td><code>cropParameters</code></td>\n<td><a href=\"#cropparameters\">CropParameters</a></td>\n<td>The parameters required to pass through directly to the <code>image/crop</code> route.</td>\n</tr>\n</tbody>\n</table>\n</div><p>* External link</p>\n<h1 id=\"genericsuccess\">GenericSuccess</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result</code></td>\n<td>string</td>\n<td>The result of action performed.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"historyitem\">HistoryItem</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>The id of the history item.</td>\n</tr>\n<tr>\n<td><code>timestamp</code></td>\n<td>string</td>\n<td>The date and time the asset object was created.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"mediametadata\">MediaMetadata</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>The name of the media object.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>The description of the media object.</td>\n</tr>\n<tr>\n<td><code>permissions</code></td>\n<td><a href=\"#permissions\">Permissions</a></td>\n<td>The permissions of the media object.</td>\n</tr>\n<tr>\n<td><code>mediaType</code></td>\n<td>string</td>\n<td>The Media Type <a href=\"https://www.iana.org/go/rfc2046\">RFC2046</a> for the media object.</td>\n</tr>\n<tr>\n<td><code>fileCreation</code></td>\n<td>string</td>\n<td>The date and time the media object was created.</td>\n</tr>\n<tr>\n<td><code>uploadTime</code></td>\n<td>string</td>\n<td>The date and time the media object was uploaded.</td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td>int</td>\n<td>The stored size of the media objects in bytes.</td>\n</tr>\n<tr>\n<td><code>isPreview</code></td>\n<td>boolean</td>\n<td>Whether or not the media object is a preview of a root media object.</td>\n</tr>\n<tr>\n<td><code>labellingEnabled</code></td>\n<td>boolean</td>\n<td>Whether or not the media object will be automatically generate labels for content.</td>\n</tr>\n<tr>\n<td><code>previewIds</code></td>\n<td>object {<code>mediaType</code>: <code>mediaId</code>}</td>\n<td>An object of <code>mediaType</code> keys with <code>mediaId</code> values of previews generated for this media object.</td>\n</tr>\n<tr>\n<td><code>staticIds</code></td>\n<td>object {<code>mediaType</code>: <code>mediaId</code>}</td>\n<td>An object of <code>mediaType</code> keys with <code>mediaId</code> values of derived media objects in different formats.</td>\n</tr>\n<tr>\n<td><code>entityLabels</code></td>\n<td>array [string]</td>\n<td>An array of labels derived from the media object.</td>\n</tr>\n<tr>\n<td><code>jsonEntityAnnotation</code></td>\n<td>array [string]</td>\n<td>An array of original source of the labels as a JSON string.</td>\n</tr>\n<tr>\n<td><code>faceAnnotation</code></td>\n<td>array [string]</td>\n<td>An array of facial features derived from the media object.</td>\n</tr>\n<tr>\n<td><code>ocrAnnotation</code></td>\n<td>array [string]</td>\n<td>An array of text that appears in the media object.</td>\n</tr>\n<tr>\n<td><code>hash</code></td>\n<td>string</td>\n<td>The hash of media object.</td>\n</tr>\n<tr>\n<td><code>createdFrom</code></td>\n<td>string</td>\n<td>The <code>mediaId</code> of the media object that this media object is derived.</td>\n</tr>\n<tr>\n<td><code>dimensions</code></td>\n<td><a href=\"#dimensions\">Dimensions</a></td>\n<td>The dimensions of the media object in pixels.</td>\n</tr>\n<tr>\n<td><code>frameRate</code></td>\n<td>float</td>\n<td>The frame rate of the media object in seconds.</td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>float</td>\n<td>The duration of the media object in seconds.</td>\n</tr>\n<tr>\n<td><code>pageCount</code></td>\n<td>int</td>\n<td>The total amount of pages contained in the media object.</td>\n</tr>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>The ID associated with the media.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"mediaobject\">MediaObject</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mediaId</code></td>\n<td>string</td>\n<td>The ID associated with the media.</td>\n</tr>\n<tr>\n<td><code>url</code></td>\n<td>string</td>\n<td>The URL that the media is available when published.</td>\n</tr>\n<tr>\n<td><code>metadata</code></td>\n<td><a href=\"#mediametadata\">MediaMetadata</a></td>\n<td>The metadata response associated the media.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"ocr\">Ocr</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ocrAnnotations</code></td>\n<td>array[<a href=\"https://cloud.google.com/vision/docs/reference/rest/v1/AnnotateImageResponse#TextAnnotation\">TextAnnotation</a>*]</td>\n<td>The annotations for each item of text detected in the image.</td>\n</tr>\n</tbody>\n</table>\n</div><p>* External link</p>\n<h1 id=\"permissions\">Permissions</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ownerId</code></td>\n<td>string</td>\n<td>The email address of the owner of the object.</td>\n</tr>\n<tr>\n<td><code>editAccessId</code></td>\n<td>array[string]</td>\n<td>The email addresses of anyone who has edit access on the object.</td>\n</tr>\n<tr>\n<td><code>commentAccessId</code></td>\n<td>array[string]</td>\n<td>The email addresses of anyone who has comment access on the object.</td>\n</tr>\n<tr>\n<td><code>readAccessId</code></td>\n<td>array[string]</td>\n<td>The email addresses of anyone who has read access on the object.</td>\n</tr>\n<tr>\n<td><code>executeAccessId</code></td>\n<td>array[string]</td>\n<td>The email addresses of anyone who has execute access on the object.</td>\n</tr>\n<tr>\n<td><code>adminAccessId</code></td>\n<td>array[string]</td>\n<td>The email addresses of anyone who has admin access on the object.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"permissionobject\">PermissionObject</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>The email address of the current user.</td>\n</tr>\n<tr>\n<td><code>permissionsLevel</code></td>\n<td>string <br /> [ <code>owner</code> | <code>edit</code> | <code>comment</code> | <code>read</code> | <code>execute</code> | <code>none</code> ]</td>\n<td>The permission level the current user.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"segmentfacecolors\">SegmentFaceColors</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>background</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the background.</td>\n</tr>\n<tr>\n<td><code>bottomLip</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the bottom lip.</td>\n</tr>\n<tr>\n<td><code>cloth</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the cloth.</td>\n</tr>\n<tr>\n<td><code>hair</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the hair.</td>\n</tr>\n<tr>\n<td><code>hat</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the hat.</td>\n</tr>\n<tr>\n<td><code>leftEyebrow</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the left eyebrow.</td>\n</tr>\n<tr>\n<td><code>leftEar</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the left ear.</td>\n</tr>\n<tr>\n<td><code>leftEarring</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the left earring.</td>\n</tr>\n<tr>\n<td><code>leftEye</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the left eye.</td>\n</tr>\n<tr>\n<td><code>mouth</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the mouth.</td>\n</tr>\n<tr>\n<td><code>neck</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the neck.</td>\n</tr>\n<tr>\n<td><code>necklace</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the necklace.</td>\n</tr>\n<tr>\n<td><code>nose</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the nose.</td>\n</tr>\n<tr>\n<td><code>rightEyebrow</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the right eyebrow.</td>\n</tr>\n<tr>\n<td><code>rightEar</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the right ear.</td>\n</tr>\n<tr>\n<td><code>rightEarring</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the right earring.</td>\n</tr>\n<tr>\n<td><code>rightEye</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the right eye.</td>\n</tr>\n<tr>\n<td><code>skin</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the skin.</td>\n</tr>\n<tr>\n<td><code>topLip</code></td>\n<td><a href=\"#color\">Color</a></td>\n<td>The color associated with the top lip.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"segmentfeatures\">SegmentFeatures</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>allowedClasses</code></td>\n<td>array[string]</td>\n<td>The classes available to segment an image.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"storage\">Storage</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>numObjects</code></td>\n<td>int</td>\n<td>The quantity of objects on the account.</td>\n</tr>\n<tr>\n<td><code>totalSize</code></td>\n<td>int</td>\n<td>The quantity of data stored on the account in bytes.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"transaction\">Transaction</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>totalTransactions</code></td>\n<td>int</td>\n<td>The quantity of transactions made on the account.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"usagesummary\">UsageSummary</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>storage</code></td>\n<td><a href=\"#storage\">Storage</a></td>\n<td>The quantity of data stored on the account.</td>\n</tr>\n<tr>\n<td><code>apiCalls</code></td>\n<td><a href=\"#transaction\">Transaction</a></td>\n<td>The quantity of transactions made on the account.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"447ee44d-55cc-4ab7-8674-045cb976f209","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e5826e22-a396-4001-afb5-def4134a672a","type":"text/javascript","exec":[""]}}],"_postman_id":"cbcbd6f9-6841-4e7b-a797-53692072516e"}],"id":"3debd32c-bc27-4b67-9fdf-92d217b10e9a","_postman_id":"3debd32c-bc27-4b67-9fdf-92d217b10e9a","description":""}],"event":[{"listen":"prerequest","script":{"id":"83681afd-6183-4af0-9562-dd0fb12b50e9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9f3498b6-1d90-4886-bf96-938360fceca6","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_url","value":"api.massless.io"},{"key":"version","value":"v1"},{"key":"api_key","value":"{api key}"},{"key":"asset","value":"{asset}"},{"key":"img_id_cat","value":"hdre7bpqt9wPPZsKYYwS"},{"key":"img_id_mallard","value":"ymavBF4Or4r9OOa8BoHL"},{"key":"img_id_mask","value":"apOLIFiAYiZwiy5wKwyy"},{"key":"img_id_face","value":"VF21XeTFOoiYjqlZHoGL"},{"key":"img_id_haiku","value":"fCDsIYLiwifTzBKsTBAg"},{"key":"img_id_mediabot","value":"kq3IEgQHIzQyYODNkFlc"},{"key":"img_id_point","value":"W68CagU5dJIdcdeA3dfA"},{"key":"img_id_segface","value":"HUtCpgxdgNWFibGmMbA9"},{"key":"vid_id_count","value":"G5y90Slu8GR6rcclKeyQ"},{"key":"vid_collection","value":"CTqLP7VXxmIuAwrSNaho"},{"key":"img_collection","value":"{US8eb6nT0lOAZV2cTwaF}"},{"key":"pdf_id_feynman","value":"ox6V9UFMT6rDXiSdL7tJ"},{"key":"pdf_collection","value":"mf24nErApqWanwRXiKDz"},{"key":"frame_collection","value":"0M2Np7JlQJY08ib6Ma5P"},{"key":"pdf_id_images","value":"BC00jGUM8uzgtCUjbv0c"}]}