{"info":{"_postman_id":"02f209bc-049f-00c1-e8f2-09056db165e9","name":"MAKEPRINTABLE API V3","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"1244872","collectionId":"02f209bc-049f-00c1-e8f2-09056db165e9","publishedId":"6n33vJN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"313131","highlight":"EF5B25"},"publishDate":"2017-12-17T15:46:55.000Z"},"item":[{"name":"Get Access Token By Client Credentials","id":"c2d1cd3c-056b-9bb7-f7ed-c9950d1f80ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"CLIENT_ID","type":"text","description":"<p>CLIENT_ID: That will be generated when creating the App on Makeprintable</p>\n"},{"key":"client_secret","value":"CLIENT_SECRET","type":"text","description":"<p>CLIENT_SECRET: That will be generated when creating the App on Makeprintable</p>\n"},{"key":"grant_type","value":"client_credentials","type":"text","description":"<p>The type of the Access Token</p>\n"}]},"url":"https://api.makeprintable.com/oauth2/token","description":"<p>Creates an Access Token to use in accessing other APIs.</p>\n","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"0bf9d9ac-7c8d-d98e-af71-3395b2a86926","name":"Get Access Token By Client Credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"CLIENT_ID","type":"text","description":"CLIENT_ID: That will be generated when creating the App on Makeprintable"},{"key":"client_secret","value":"CLIENT_SECRET","type":"text","description":"CLIENT_SECRET: That will be generated when creating the App on Makeprintable"},{"key":"grant_type","value":"client_credentials","type":"text","description":"The type of the Access Token"}]},"url":"https://api.makeprintable.com/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:09:43 GMT","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""}],"cookie":[],"responseTime":"825","body":"{\n    \"access_token\": \"Token-Will-Be-Generated\",\n    \"expires_in\": 86400,\n    \"token_type\": \"Bearer\",\n    \"scope\": {\n        \"scope_key\": \"All\"\n    }\n}"}],"_postman_id":"c2d1cd3c-056b-9bb7-f7ed-c9950d1f80ed"},{"name":"Get Authorization Code","id":"d5491938-0f28-074b-4a49-1185cef9e4fc","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.makeprintable.com/authorize?client_id=CLIENT_ID&response_type=code&state=RANDOM_DATA&callback_url=CALLBACK_URL","description":"<p>The user should get the Authorization code, to be able to get an Access token by Authorization code.</p>\n<p>The user Generate an authorization code using his/her Client ID and the callback URL that was set when creating the App on Makeprintable.</p>\n<p>After the Code is generated use the generated code on the Get Access Token by Abuthorization code to get the Access</p>\n","urlObject":{"protocol":"https","path":["authorize"],"host":["api","makeprintable","com"],"query":[{"description":{"content":"<p>CLIENT_ID: From the App the was created on Makeprintable</p>\n","type":"text/plain"},"key":"client_id","value":"CLIENT_ID"},{"description":{"content":"<p>This Param may change or not based on you needs</p>\n","type":"text/plain"},"key":"response_type","value":"code"},{"description":{"content":"<p>This data can be used for security reasons</p>\n","type":"text/plain"},"key":"state","value":"RANDOM_DATA"},{"description":{"content":"<p>CALLBACK_URL: The  callback URL that was used when the App was created on MP </p>\n","type":"text/plain"},"key":"callback_url","value":"CALLBACK_URL"}],"variable":[]}},"response":[],"_postman_id":"d5491938-0f28-074b-4a49-1185cef9e4fc"},{"name":"Get Access Token By Authorization Code","id":"94629abb-43e4-88fc-1171-9ae196ecab28","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"CLEINT_ID","type":"text","description":"<p>CLEINT_ID: : That will be generated when creating the App on Makeprintable</p>\n"},{"key":"client_secret","value":"CLIENT_SECRET","type":"text","description":"<p>CLIENT_SECRET: : That will be generated when creating the App on Makeprintable</p>\n"},{"key":"grant_type","value":"authorization_code","type":"text","description":"<p>The type of the Access Token</p>\n"},{"key":"code","value":"CODE","description":"<p>CODE: The value can be generated using the Get Authorization code call</p>\n","type":"text"}]},"url":"https://api.makeprintable.com/oauth2/token","description":"<p>Creates an Access Token to use in accessing other APIs.</p>\n","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"94629abb-43e4-88fc-1171-9ae196ecab28"},{"name":"Upload Operation","id":"f73b3f58-2920-dadf-24e3-899a3335fb67","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"files[]","description":"<p>Array of files </p>\n","type":"file","value":null},{"key":"files_urls","value":"[\"https://example.com/my_model.obj\", \"https://example.com/another_model.3ds\"]","description":"<p>Array of file urls</p>\n","type":"text","disabled":true},{"key":"secure","value":"0","description":"<p>[0 OR 1] (optional)</p>\n","type":"text","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/upload","description":"<p>The upload operation allows you to upload one or multiple files either by attaching the files directly to the request or by sending an array of URLs pointing to the files to be fetched.</p>\n<p>MakePrintable API supports a wide range of file formats including (STL,OBJ,DAE,STEP) and many others, we are continlously expanding the list of supported formats and you can retrieve the list of supported file formats by calling the v3/INFO endpoint.</p>\n<p>You can only send either the files parameter or the files_urls parameter, the two parameters cannot exist at the same time in the same request and you should at least submit one of those two paramters in order for the operation to execute.</p>\n<p>Output:\n[0] S3FILE, LABEL: model\n[1] ITEM, LABEL: item</p>\n","urlObject":{"protocol":"https","path":["v3","operation","upload"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"04dc079f-32d7-d688-f03e-438e9c257be6","name":"Upload Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"files[]","description":"Array of files ","type":"file","src":null},{"key":"files_urls","value":"[\"https://example.com/my_model.obj\", \"https://example.com/another_model.3ds\"]","description":"Array of file urls\n","type":"text","disabled":true},{"key":"secure","value":"0","description":"[0 OR 1] (optional)","type":"text","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:10:59 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"12817","body":"[{\"status\":200,\"message\":\"Uploaded successfully!\",\"operation\":{\"_id\":\"5a367af3d8d57a16bc5fbacd\",\"app_id\":\"59b06e70d8d57a0d744298e4\",\"user_id\":\"59b06ab3d8d57a65a446d49b\",\"operation_key\":\"upload\",\"progress\":100,\"progress_phase\":\"Completed\",\"phase\":5,\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"host\":\"172.31.6.116\",\"duration\":null,\"started_at\":null,\"ended_at\":null,\"operation_settings\":null,\"error_type\":null,\"error_log\":null,\"level\":0,\"inputs\":null,\"callback_url\":null,\"created_at\":\"1513519850984\",\"updated_at\":\"1513519850984\",\"is_deleted\":false},\"errors\":null,\"outputs\":[{\"extension\":\"obj\",\"type\":\"ITEM\",\"item_id\":\"5a367af02905101f9619d692\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/mpv2-items/59b06ab3d8d57a65a446d49b/5a367af02905101f9619d692/original.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T141059Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=86ffda236f987619383f5a7a3d07a17ef64f9a34c2a0f06bb7531e7432ac72bc\",\"label\":\"item\"}]}]"}],"_postman_id":"f73b3f58-2920-dadf-24e3-899a3335fb67"},{"name":"Reduce Polygons Count Operation","id":"7ad462cd-9387-8766-5509-e9384a0dee00","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\", \"label\":\"LABEL\"}]","description":"<p>OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)</p>\n<p>If no label submitted the first output of the operation will be taken</p>\n","type":"text"},{"key":"operation_settings","value":"{\"ratio\":RATIO}","description":"<p>RATIO: The ratio of reduction as integer between (1 and 99)</p>\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE\n","description":"<p>OUTPUT_FILE: The file of the output file generated(optional)</p>\n","type":"text","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"<p>A callback url to be called on success, failure and status update(optional)</p>\n","type":"text","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/reduce_polygons_count","description":"<h1 id=\"reduce-polygons-count\">Reduce Polygons Count</h1>\n<p>The reduce polygon count operation allows you to reduce the number of polygons representing the geoemtry of the 3D model thus reducing the file size and enhancing the performance of other operations performed on the reduced model. Take in consideration that this operation might redcue the quality of the geometry depending on the reduction amount and does not guarantee topology of the output even though it tries to preserve the shape and topology as much as it can.</p>\n<p>Note:\nMost operations inlcuding this one can only operates on the result of a previous operation with a specific output type and extension listed below, in case you want to process a new file then you need to use the UPLOAD operation as the entry point to submit the file to MakePrintable.</p>\n<h3 id=\"input\">Input:</h3>\n<p>OUTPUT_TYPE: <strong>S3FILE, FILE</strong></p>\n<p>EXTENSION: <strong>OBJ</strong></p>\n<h3 id=\"output\">Output:</h3>\n<p>[0] S3FILE, LABEL: reduced</p>\n","urlObject":{"protocol":"https","path":["v3","operation","reduce_polygons_count"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"1ce91275-3623-a2f1-8f0a-90f461a94806","name":"Reduce Polygons Count Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\"}]","description":"OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)\n\nIf no label submitted the first output of the operation will be taken","type":"text"},{"key":"operation_settings","value":"{\"ratio\":RATIO}","description":"RATIO: The ratio of reduction as integer between (1 and 99)\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE\n","description":"OUTPUT_FILE: The file of the output file generated(optional)","type":"text","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"A callback url to be called on success, failure and status update(optional)","type":"text","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/reduce_polygons_count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:58:27 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"1262","body":"[{\"status\":200,\"message\":\"Reduce Polygons Count operation submitted successfully!\",\"operation\":{\"_id\":\"5a368612d8d57a168f7cc0e9\",\"operation_key\":\"reduce_polygons_count\",\"progress\":0,\"progress_phase\":\"In Queue\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"ratio\":30},\"inputs\":{\"operation_id\":\"5a368131d8d57a60112a1ddd\",\"input_label\":\"fixedobj\"},\"callback_url\":null,\"created_at\":\"1513522706388\",\"updated_at\":\"1513522706388\",\"outputs\":[]},\"errors\":null}]"}],"_postman_id":"7ad462cd-9387-8766-5509-e9384a0dee00"},{"name":"Fix Operation","id":"df28064b-6c73-c477-36c2-7232bad08a78","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\", \"label\":\"LABEL\"}]","description":"<p>OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)</p>\n<p>If no label submitted the first output of the operation will be taken</p>\n","type":"text"},{"key":"operation_settings","value":"{\"print_quality\": \"standard\",\"post_optimize\": 0,\"hollow\": 0,\"wall_thickness\":1,\"texture\":false, \"scale_x\":1, \"scale_y\":1, \"scale_z\":1,\"transform_x\":0,\"transform_y\":0,\"transform_z\":0,\"rotate_x\":0,\"rotate_y\":0,\"rotate_z\":0}","description":"<p>PRINT_QUALITY: \nThis can be on of the following values:\n-prototype: produces a low polygon result in a faster processing time\n-standard: produces a medium quality output in a decent time\n-high: produces a high quality output but consumes more time</p>\n<p>POST_OPTIMIZE:\nReduces the number of polygons generated by the repair, when the value is 0 no reduction is made and the maximum value is 99</p>\n<p>HOLLOW:\nCreates hollowing structure within the model, when the value is 0 no hollowing is created and it can go upto 10 mm</p>\n<p>WALL_THICKNESS:\nThe amount of wall thickness adjustment, this can be between 0.5 and 10</p>\n<p>TEXTURE: \nWhen True the algorithm will generate one texture map for the whole model while creating a single uv map even if there are multiple objects or materials for the submitted model.</p>\n<p>SCALE_X:\nScales the model on the X coordinate (min 0.01)</p>\n<p>SCALE_Y:\nScales the model on the Y coordinate (min 0.01)</p>\n<p>SCALE_Z:\nScales the model on the Z coordinate (min 0.01)</p>\n<p>ROTATE_X:\nRotates the model around the X axis (min -360, max 360).</p>\n<p>ROTATE_Y:\nRotates the model around the Y axis (min -360, max 360).</p>\n<p>ROTATE_Z:\nRotates the model around the Z axis (min -360, max 360).</p>\n<p>TRANSFORM_X:\nTransforms the model's position on the X coordinate</p>\n<p>TRANSFORM_Y:\nTransforms the model's position on the Y coordinate</p>\n<p>TRANSFORM_Z:\nTransforms the model's position on the Z coordinate</p>\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE\n","description":"<p>OUTPUT_FILE: The file of the output file generated(optional)</p>\n","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"<p>A callback url to be called on success, failure and status update(optional)</p>\n","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/fix","description":"<p>THe fix \"repair\" operation allows you to repair files with printability issues including non-manifold, boundary edges, wall thickness, intersecting geometries, flipped faces and other common issues that prevents the file from printing. It works by reconstructing the file to guarantee the printability and to solve the issues causing the print to fail using an algorithm that runs on multithreaded CPU and based on an approach that tries to preserve details as much as possible on each printing layer.</p>\n<p>Note:\nMost operations inlcuding this one can only operates on the result of a previous operation with a specific output type and extension listed below, in case you want to process a new file then you need to use the UPLOAD operation as the entry point to submit the file to MakePrintable.</p>\n<p>Input:\nOUTPUT_TYPE: S3FILE or FILE \nEXTENSION: OBJ.</p>\n<p>Output:\n[0] S3FILE, LABEL: fixedobj, EXTENSION: OBJ\n[1] S3FILE, LABEL: fixedstl, EXTENSION: STL</p>\n","urlObject":{"protocol":"https","path":["v3","operation","fix"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"72c5d1ff-dfd6-67a3-a7e0-4a500e597b6c","name":"Fix Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\"}]","description":"OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)\n\nIf no label submitted the first output of the operation will be taken","type":"text"},{"key":"operation_settings","value":"{\"print_quality\": \"standard\",\"post_optimize\": 0,\"hollow\": 0,\"wall_thickness\":1,\"texture\":false, \"scale_x\":1, \"scale_y\":1, \"scale_z\":1,\"transform_x\":0,\"transform_y\":0,\"transform_z\":0,\"rotate_x\":0,\"rotate_y\":0,\"rotate_z\":0}","description":"PRINT_QUALITY: \nThis can be on of the following values:\n-prototype: produces a low polygon result in a faster processing time\n-standard: produces a medium quality output in a decent time\n-high: produces a high quality output but consumes more time\n\nPOST_OPTIMIZE:\nReduces the number of polygons generated by the repair, when the value is 0 no reduction is made and the maximum value is 99\n\nHOLLOW:\nCreates hollowing structure within the model, when the value is 0 no hollowing is created and it can go upto 10 mm\n\nWALL_THICKNESS:\nThe amount of wall thickness adjustment, this can be between 0.5 and 10\n\nTEXTURE: \nWhen True the algorithm will generate one texture map for the whole model while creating a single uv map even if there are multiple objects or materials for the submitted model.\n\nSCALE_X:\nScales the model on the X coordinate (min 0.01)\n\nSCALE_Y:\nScales the model on the Y coordinate (min 0.01)\n\nSCALE_Z:\nScales the model on the Z coordinate (min 0.01)\n\nROTATE_X:\nRotates the model around the X axis (min -360, max 360).\n\nROTATE_Y:\nRotates the model around the Y axis (min -360, max 360).\n\nROTATE_Z:\nRotates the model around the Z axis (min -360, max 360).\n\nTRANSFORM_X:\nTransforms the model's position on the X coordinate\n\nTRANSFORM_Y:\nTransforms the model's position on the Y coordinate\n\nTRANSFORM_Z:\nTransforms the model's position on the Z coordinate\n\n\n\n\n\n\n\n\n\n\n\n\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE\n","description":"OUTPUT_FILE: The file of the output file generated(optional)","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"A callback url to be called on success, failure and status update(optional)","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/fix"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:12:39 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"1449","body":"[{\"status\":200,\"message\":\"Fix operation submitted successfully!\",\"operation\":{\"texture_available\":false,\"_id\":\"5a367b57d8d57a5a562b08cb\",\"operation_key\":\"fix\",\"progress\":0,\"progress_phase\":\"In Queue\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"type\":\"3d\",\"print_quality\":\"standard\",\"filling_type\":\"not implemented\",\"filling_texture\":\"not implemented\",\"transparency\":false,\"wall_thickness\":1,\"closing_threshold\":-1,\"reduce_layers\":true,\"scale_x\":1,\"scale_y\":1,\"scale_z\":1,\"transform_x\":0,\"transform_y\":0,\"transform_z\":0,\"rotate_x\":0,\"rotate_y\":0,\"rotate_z\":0,\"cuts\":\"\",\"hollow\":0,\"hollowing\":false,\"pre_optimize\":0,\"post_optimize\":0,\"isCenterPivot\":false,\"texture\":false},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":null,\"created_at\":\"1513519959297\",\"updated_at\":\"1513519959297\",\"outputs\":[]},\"errors\":null}]"}],"_postman_id":"df28064b-6c73-c477-36c2-7232bad08a78"},{"name":"Mammoth Fix Operation","id":"3b90baec-016e-5d56-416d-fd6c051665a7","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\", \"label\":\"LABEL\"}]","description":"<p>OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)</p>\n<p>If no label submitted the first output of the operation will be taken</p>\n","type":"text"},{"key":"operation_settings","value":"{\"print_quality\": \"standard\",\"post_optimize\": 25,\"hollow\": 0,\"wall_thickness\":1,\"texture\":false, \"scale_x\":1, \"scale_y\":1, \"closing_threshold\":0,\"clearance\":0,\"scale_z\":1,\"transform_x\":0,\"transform_y\":0,\"transform_z\":0,\"rotate_x\":0,\"rotate_y\":0,\"rotate_z\":0}","description":"<p>PRINT_QUALITY: \nThis can be on of the following values:\n-prototype: produces a low polygon result in a faster processing time\n-standard: produces a medium quality output in a decent time\n-high: produces a high quality output but consumes more time</p>\n<p>POST_OPTIMIZE:\nReduces the number of polygons generated by the repair, when the value is 0 no reduction is made and the maximum value is 99</p>\n<p>HOLLOW:\nCreates hollowing structure within the model, when the value is 0 no hollowing is created and it can go upto 10 mm</p>\n<p>WALL_THICKNESS:\nThe amount of wall thickness adjustment, this can be between 0.5 and 10</p>\n<p>CLOSING_THERSHOLD\nClose holes with perimeter length less than the chosen value in (mm). </p>\n<p>CLEARANCE\n Merge meshes in which the amount of space between them is less than the chosen value (in mm). Useful for closing small gaps. </p>\n<p>TEXTURE: \nWhen True the algorithm will generate one texture map for the whole model while creating a single uv map even if there are multiple objects or materials for the submitted model.</p>\n<p>SCALE_X:\nScales the model on the X coordinate (min 0.01)</p>\n<p>SCALE_Y:\nScales the model on the Y coordinate (min 0.01)</p>\n<p>SCALE_Z:\nScales the model on the Z coordinate (min 0.01)</p>\n<p>ROTATE_X:\nRotates the model around the X axis (min -360, max 360).</p>\n<p>ROTATE_Y:\nRotates the model around the Y axis (min -360, max 360).</p>\n<p>ROTATE_Z:\nRotates the model around the Z axis (min -360, max 360).</p>\n<p>TRANSFORM_X:\nTransforms the model's position on the X coordinate</p>\n<p>TRANSFORM_Y:\nTransforms the model's position on the Y coordinate</p>\n<p>TRANSFORM_Z:\nTransforms the model's position on the Z coordinate</p>\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE","description":"<p>OUTPUT_FILE: The file of the output file generated (optional)</p>\n","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"<p>A callback url to be called on success, failure and status update(optional)</p>\n","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/mammoth","description":"<p>THe Mammoth operation is an advanced \"repair\" operation that allows you to repair files with printability issues including non-manifold, boundary edges, wall thickness, intersecting geometries, flipped faces and other common issues that prevents the file from printing. It works by reconstructing the file to guarantee the printability and to solve the issues causing the print to fail using an algorithm that runs on GPUs and based on an approach that voxelizes the model and reconstruct it with high quality.</p>\n<h3 id=\"note\">Note:</h3>\n<p>Most operations inlcuding this one can only operates on the result of a previous operation with a specific output type and extension listed below, in case you want to process a new file then you need to use the UPLOAD operation as the entry point to submit the file to MakePrintable.</p>\n<h3 id=\"input\">Input:</h3>\n<p>OUTPUT_TYPE: S3FILE or FILE \nEXTENSION: OBJ.</p>\n<h3 id=\"output\">Output:</h3>\n<p>[0] S3FILE, LABEL: fixedobj, EXTENSION: OBJ\n[1] S3FILE, LABEL: fixedstl, EXTENSION: STL</p>\n","urlObject":{"protocol":"https","path":["v3","operation","mammoth"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"efd18f2e-d6de-611b-797a-8398d017b9a1","name":"Mammoth Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\"}]","description":"OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)\n\nIf no label submitted the first output of the operation will be taken\n","type":"text"},{"key":"operation_settings","value":"{\"print_quality\": \"standard\",\"post_optimize\": 25,\"hollow\": 0,\"wall_thickness\":1,\"texture\":false, \"scale_x\":1, \"scale_y\":1, \"scale_z\":1,\"transform_x\":0,\"transform_y\":0,\"transform_z\":0,\"rotate_x\":0,\"rotate_y\":0,\"rotate_z\":0}","description":"PRINT_QUALITY: \nThis can be on of the following values:\n-prototype: produces a low polygon result in a faster processing time\n-standard: produces a medium quality output in a decent time\n-high: produces a high quality output but consumes more time\n\nPOST_OPTIMIZE:\nReduces the number of polygons generated by the repair, when the value is 0 no reduction is made and the maximum value is 99\n\nHOLLOW:\nCreates hollowing structure within the model, when the value is 0 no hollowing is created and it can go upto 10 mm\n\nWALL_THICKNESS:\nThe amount of wall thickness adjustment, this can be between 0.5 and 10\n\nTEXTURE: \nWhen True the algorithm will generate one texture map for the whole model while creating a single uv map even if there are multiple objects or materials for the submitted model.\n\nSCALE_X:\nScales the model on the X coordinate (min 0.01)\n\nSCALE_Y:\nScales the model on the Y coordinate (min 0.01)\n\nSCALE_Z:\nScales the model on the Z coordinate (min 0.01)\n\nROTATE_X:\nRotates the model around the X axis (min -360, max 360).\n\nROTATE_Y:\nRotates the model around the Y axis (min -360, max 360).\n\nROTATE_Z:\nRotates the model around the Z axis (min -360, max 360).\n\nTRANSFORM_X:\nTransforms the model's position on the X coordinate\n\nTRANSFORM_Y:\nTransforms the model's position on the Y coordinate\n\nTRANSFORM_Z:\nTransforms the model's position on the Z coordinate\n\n\n\n\n\n\n\n\n\n\n\n\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE\n","description":"OUTPUT_FILE: The file of the output file generated(optional)","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"A callback url to be called on success, failure and status update(optional)","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/mammoth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:37:37 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"1416","body":"[{\"status\":200,\"message\":\"Fix operation submitted successfully!\",\"operation\":{\"texture_available\":false,\"_id\":\"5a368131d8d57a60112a1ddd\",\"operation_key\":\"mammoth\",\"progress\":0,\"progress_phase\":\"In Queue\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"type\":\"3d\",\"print_quality\":\"standard\",\"filling_type\":\"not implemented\",\"filling_texture\":\"not implemented\",\"transparency\":false,\"wall_thickness\":1,\"closing_threshold\":null,\"reduce_layers\":true,\"scale_x\":1,\"scale_y\":1,\"scale_z\":1,\"transform_x\":0,\"transform_y\":0,\"transform_z\":0,\"rotate_x\":0,\"rotate_y\":0,\"rotate_z\":0,\"cuts\":\"\",\"hollow\":0,\"hollowing\":false,\"pre_optimize\":0,\"post_optimize\":25,\"isCenterPivot\":false,\"texture\":false,\"clearance\":null},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":null,\"created_at\":\"1513521457053\",\"updated_at\":\"1513521457053\",\"outputs\":[]},\"errors\":null}]"}],"_postman_id":"3b90baec-016e-5d56-416d-fd6c051665a7"},{"name":"FixerX Operation","id":"22892d8c-d5f0-3c40-640d-fcadaa30134c","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\", \"label\":\"LABEL\"}]","description":"<p>OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)</p>\n<p>If no label submitted the first output of the operation will be taken</p>\n","type":"text"},{"key":"operation_settings","value":"{\"print_quality\": \"standard\",\"post_optimize\": 25,\"hollow\": 0,\"wall_thickness\":0.1,\"thickness_analysis\":false,\"scale_x\":1, \"scale_y\":1, \"closing_threshold\":0,\"scale_z\":1,\"transform_x\":0,\"transform_y\":0,\"transform_z\":0,\"rotate_x\":0,\"rotate_y\":0,\"rotate_z\":0}","description":"<p>PRINT_QUALITY: \nThis can be on of the following values:\n-prototype: produces a low polygon result in a faster processing time\n-standard: produces a medium quality output in a decent time\n-high: produces a high quality output but consumes more time</p>\n<p>POST_OPTIMIZE:\nReduces the number of polygons generated by the repair, when the value is 0 no reduction is made and the maximum value is 99</p>\n<p>HOLLOW:\nCreates hollowing structure within the model, when the value is 0 no hollowing is created and it can go upto 10 mm</p>\n<p>WALL_THICKNESS:\nThe amount of wall thickness adjustment, this can be between 0.5 and 10</p>\n<p>THICKNESS_ANALYSIS:\nAdjusts the thin parts in your model only, based on the selected value while the thick parts remain the same.</p>\n<p>CLOSING_THERSHOLD\nClose holes with perimeter length less than the chosen value in (mm). </p>\n<p>SCALE_X:\nScales the model on the X coordinate (min 0.01)</p>\n<p>SCALE_Y:\nScales the model on the Y coordinate (min 0.01)</p>\n<p>SCALE_Z:\nScales the model on the Z coordinate (min 0.01)</p>\n<p>ROTATE_X:\nRotates the model around the X axis (min -360, max 360).</p>\n<p>ROTATE_Y:\nRotates the model around the Y axis (min -360, max 360).</p>\n<p>ROTATE_Z:\nRotates the model around the Z axis (min -360, max 360).</p>\n<p>TRANSFORM_X:\nTransforms the model's position on the X coordinate</p>\n<p>TRANSFORM_Y:\nTransforms the model's position on the Y coordinate</p>\n<p>TRANSFORM_Z:\nTransforms the model's position on the Z coordinate</p>\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE","description":"<p>OUTPUT_FILE: The file of the output file generated (optional)</p>\n","type":"text"},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"<p>A callback url to be called on success, failure and status update(optional)</p>\n","type":"text"}]},"url":"https://api.makeprintable.com/v3/operation/fixerx","description":"<p>FixerX operation is the newest technology for advanced \"repair\" operation that allows you to repair files with printability issues including non-manifold, boundary edges, wall thickness, intersecting geometries, flipped faces and other common issues that prevents the file from printing. It works by reconstructing the file to guarantee the printability and to solve the issues causing the print to fail.</p>\n<h3 id=\"note\">Note:</h3>\n<p>Most operations inlcuding this one can only operates on the result of a previous operation with a specific output type and extension listed below, in case you want to process a new file then you need to use the UPLOAD operation as the entry point to submit the file to MakePrintable.</p>\n<h3 id=\"input\">Input:</h3>\n<p>OUTPUT_TYPE: S3FILE or FILE \nEXTENSION: OBJ.</p>\n<h3 id=\"output\">Output:</h3>\n<p>[0] S3FILE, LABEL: fixedobj, EXTENSION: OBJ\n[1] S3FILE, LABEL: fixedstl, EXTENSION: STL</p>\n","urlObject":{"protocol":"https","path":["v3","operation","fixerx"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"22892d8c-d5f0-3c40-640d-fcadaa30134c"},{"name":"Transform Operation","id":"014dc726-5044-e72f-3b75-36ad6b3589d2","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\", \"label\":\"LABEL\"}]","description":"<p>OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)</p>\n<p>If no label submitted the first output of the operation will be taken</p>\n","type":"text"},{"key":"operation_settings","value":"{\"scale_x\":10,\"scale_y\":10,\"scale_z\":10,\"rotate_x\":30,\"rotate_y\":30,\"rotate_z\":30,\"transform_x\":10,\"transform_y\":10,\"transform_z\":10}","description":"<p>SCALE_X:\nScales the model on the X coordinate (min 0.01)</p>\n<p>SCALE_Y:\nScales the model on the Y coordinate (min 0.01)</p>\n<p>SCALE_Z:\nScales the model on the Z coordinate (min 0.01)</p>\n<p>ROTATE_X:\nRotates the model around the X axis (min -360, max 360).</p>\n<p>ROTATE_Y:\nRotates the model around the Y axis (min -360, max 360).</p>\n<p>ROTATE_Z:\nRotates the model around the Z axis (min -360, max 360).</p>\n<p>TRANSFORM_X:\nTransforms the model's position on the X coordinate</p>\n<p>TRANSFORM_Y:\nTransforms the model's position on the Y coordinate</p>\n<p>TRANSFORM_Z:\nTransforms the model's position on the Z coordinate</p>\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE","description":"<p>OUTPUT_FILE: The file of the output file generated(optional)</p>\n","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"<p>A callback url to be called on success, failure and status update(optional)</p>\n","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/transform","description":"<p>The transform operation allows you to transform a 3D model (translate, rotate and scale).</p>\n<p>Note:\nMost operations inlcuding this one can only operates on the result of a previous operation with a specific output type and extension listed below, in case you want to process a new file then you need to use the UPLOAD operation as the entry point to submit the file to MakePrintable.</p>\n<p>Input:\nOUTPUT_TYPE: S3FILE or FILE \nEXTENSION: OBJ.</p>\n<p>Output:\n[0] S3FILE, LABEL: transformed</p>\n","urlObject":{"protocol":"https","path":["v3","operation","transform"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"246692cf-cf1f-5698-1267-2ff14bdc6fde","name":"Transform Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\"}]","description":"OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)\n\nIf no label submitted the first output of the operation will be taken","type":"text"},{"key":"operation_settings","value":"{\"scale_x\":10,\"scale_y\":10,\"scale_z\":10,\"rotate_x\":30,\"rotate_y\":30,\"rotate_z\":30,\"transform_x\":10,\"transform_y\":10,\"transform_z\":10}","description":"SCALE_X:\nScales the model on the X coordinate (min 0.01)\n\nSCALE_Y:\nScales the model on the Y coordinate (min 0.01)\n\nSCALE_Z:\nScales the model on the Z coordinate (min 0.01)\n\nROTATE_X:\nRotates the model around the X axis (min -360, max 360).\n\nROTATE_Y:\nRotates the model around the Y axis (min -360, max 360).\n\nROTATE_Z:\nRotates the model around the Z axis (min -360, max 360).\n\nTRANSFORM_X:\nTransforms the model's position on the X coordinate\n\nTRANSFORM_Y:\nTransforms the model's position on the Y coordinate\n\nTRANSFORM_Z:\nTransforms the model's position on the Z coordinate\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE\n","description":"OUTPUT_FILE: The file of the output file generated(optional)","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"A callback url to be called on success, failure and status update(optional)","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/transform"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:39:02 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"1347","body":"[{\"status\":200,\"message\":\"transform operation submitted successfully!\",\"operation\":{\"_id\":\"5a368186d8d57a602a565027\",\"operation_key\":\"transform\",\"progress\":0,\"progress_phase\":\"In Queue\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"scale_x\":10,\"scale_y\":10,\"scale_z\":10,\"rotate_x\":30,\"rotate_y\":30,\"rotate_z\":30,\"transform_x\":10,\"transform_y\":10,\"transform_z\":10},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":null,\"created_at\":\"1513521541653\",\"updated_at\":\"1513521541653\",\"outputs\":[]},\"errors\":null}]"}],"_postman_id":"014dc726-5044-e72f-3b75-36ad6b3589d2"},{"name":"Close Holes Operation","id":"e9f4473e-8a6d-888a-2e10-afee79324fb4","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\", \"label\":\"LABEL\"}]","description":"<p>OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)</p>\n<p>If no label submitted the first output of the operation will be taken</p>\n","type":"text"},{"key":"operation_settings","value":"{\"max_hole_size\":30}","description":"<p>MAX_HOLE_SIZE: the maximum area of the hole to close (min:1, max:300000000)</p>\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE","description":"<p>OUTPUT_FILE: The file of the output file generated(optional)</p>\n","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"<p>A callback url to be called on success, failure and status update(optional)</p>\n","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/close_holes","description":"<p>This operation closes any open holes in the model (requires a manifold mesh)</p>\n<p>Note:\nMost operations inlcuding this one can only operates on the result of a previous operation with a specific output type and extension listed below, in case you want to process a new file then you need to use the UPLOAD operation as the entry point to submit the file to MakePrintable.</p>\n<p>Input:\nOUTPUT_TYPE: S3FILE or FILE \nEXTENSION: OBJ.</p>\n<p>Output:\n[0] S3FILE, LABEL: closed</p>\n","urlObject":{"protocol":"https","path":["v3","operation","close_holes"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"1d777cee-f20d-98fc-0577-f993fcca9da0","name":"Close Holes Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\"}]","description":"OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)\n\nIf no label submitted the first output of the operation will be taken","type":"text"},{"key":"operation_settings","value":"{\"max_hole_size\":30}","description":"MAX_HOLE_SIZE: the maximum area of the hole to close (min:1, max:300000000)\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE\n","description":"OUTPUT_FILE: The file of the output file generated(optional)","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"A callback url to be called on success, failure and status update(optional)","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/close_holes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:41:33 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"1254","body":"[{\"status\":200,\"message\":\"Close Holes  operation submitted successfully!\",\"operation\":{\"_id\":\"5a36821dd8d57a168f7cc0e5\",\"operation_key\":\"close_holes\",\"progress\":0,\"progress_phase\":\"In Queue\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"max_hole_size\":30},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":null,\"created_at\":\"1513521693024\",\"updated_at\":\"1513521693024\",\"outputs\":[]},\"errors\":null}]"}],"_postman_id":"e9f4473e-8a6d-888a-2e10-afee79324fb4"},{"name":"Generate Thumbnail Operation","id":"727296be-af27-ef51-4df6-add3b3160b32","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\", \"label\":\"LABEL\"}]","description":"<p>OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)</p>\n<p>If no label submitted the first output of the operation will be taken</p>\n","type":"text"},{"key":"operation_settings","value":"{\"size\":1500}","description":"<p>SIZE: The size of the thumbnail to generate for both Width and Height in pixels</p>\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE","description":"<p>OUTPUT_FILE: The file of the output file generated(optional)</p>\n","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"<p>A callback url to be called on success, failure and status update(optional)</p>\n","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/generate_thumbnail","description":"<p>This operation generates a thumbnail for the given model with the given pixel count for both the width and height (square)</p>\n<p>Note:\nMost operations inlcuding this one can only operates on the result of a previous operation with a specific output type and extension listed below, in case you want to process a new file then you need to use the UPLOAD operation as the entry point to submit the file to MakePrintable.</p>\n<p>Input:\nOUTPUT_TYPE: S3FILE or FILE \nEXTENSION: OBJ.</p>\n<p>Output:\n[0] S3FILE, LABEL: thumbnail, EXTENSION: PNG</p>\n","urlObject":{"protocol":"https","path":["v3","operation","generate_thumbnail"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"2b51eb13-3e14-171b-f785-0664b47d0afb","name":"Generate Thumbnail Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\"}]","description":"OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)\n\nIf no label submitted the first output of the operation will be taken","type":"text"},{"key":"operation_settings","value":"{\"size\":1500}","description":"SIZE: The size of the thumbnail to generate for both Width and Height in pixels","type":"text"},{"key":"output_name","value":"OUTPUT_FILE\n","description":"OUTPUT_FILE: The file of the output file generated(optional)","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"A callback url to be called on success, failure and status update(optional)","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/generate_thumbnail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:42:41 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"1373","body":"[{\"status\":200,\"message\":\"Thumbnail Generater operation submitted successfully!\",\"operation\":{\"_id\":\"5a368261d8d57a602a565028\",\"operation_key\":\"generate_thumbnail\",\"progress\":0,\"progress_phase\":\"In Queue\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"size\":1500},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":null,\"created_at\":\"1513521760911\",\"updated_at\":\"1513521760911\",\"outputs\":[]},\"errors\":null}]"}],"_postman_id":"727296be-af27-ef51-4df6-add3b3160b32"},{"name":"Grade Operation","id":"46b77982-4e3a-224e-502e-c14f9ea62036","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\", \"label\":\"LABEL\"}]","description":"<p>OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)</p>\n<p>If no label submitted the first output of the operation will be taken</p>\n","type":"text"},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"<p>A callback url to be called on success, failure and status update(optional)</p>\n"}]},"url":"https://api.makeprintable.com/v3/operation/grade","description":"<p>The grade function utlizing an advanced analysis that happens on GPUs and returns a grade indicating the printability of the model, it also generates values indicating the number of boundary edges, non-manifolds, thickness, flipped faces and intersecting geometries. It uses special formulas to determine the quality of printability of the file. Note that this might not be accurate for all printers but it gives strong indicator about the quality of the file.</p>\n<p>Note:\nMost operations inlcuding this one can only operates on the result of a previous operation with a specific output type and extension listed below, in case you want to process a new file then you need to use the UPLOAD operation as the entry point to submit the file to MakePrintable.</p>\n<p>Input:\nOUTPUT_TYPE: S3FILE or FILE \nEXTENSION: OBJ.</p>\n<p>Output:\n[0] JSON, LABEL: grade</p>\n","urlObject":{"protocol":"https","path":["v3","operation","grade"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"8a007cdd-54d0-0fab-a542-504b63eb6e71","name":"Grade Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\"}]","description":"OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)\n\nIf no label submitted the first output of the operation will be taken","type":"text"},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"A callback url to be called on success, failure and status update(optional)"}]},"url":"https://api.makeprintable.com/v3/operation/grade"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:43:37 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"1323","body":"[{\"status\":200,\"message\":\"Grade operation submitted successfully!\",\"operation\":{\"_id\":\"5a368299d8d57a60143dbb66\",\"operation_key\":\"grade\",\"progress\":0,\"progress_phase\":\"In Queue\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":null,\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":null,\"created_at\":\"1513521816541\",\"updated_at\":\"1513521816541\",\"outputs\":[]},\"errors\":null}]"}],"_postman_id":"46b77982-4e3a-224e-502e-c14f9ea62036"},{"name":"Mirror Operation","id":"1aeb2631-7b6f-1d51-4426-e8e67be1dc69","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\", \"label\":\"LABEL\"}]","description":"<p>OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)</p>\n<p>If no label submitted the first output of the operation will be taken</p>\n","type":"text"},{"key":"operation_settings","value":"{\"flipX\":1, \"flipY\":0, \"flipZ\":0, \"swapXY\":0, \"swapXZ\":0, \"swapYZ\":0}","description":"<p>FLIPX: \nflip the model on the X axis if value is 1, 0 doesn't flip.</p>\n<p>FLIPY: \nflip the model on the Y axis if value is 1, 0 doesn't flip.</p>\n<p>FLIPZ: \nflip the model on the Z axis if value is 1, 0 doesn't flip.</p>\n<p>SWAPXY: \nSwap between X axis and Y axis if value is 1, 0 doesn't swap.</p>\n<p>SWAPXZ: \nSwap between X axis and Z axis if value is 1, 0 doesn't swap.</p>\n<p>SWAPYZ: \nSwap between Y axis and Z axis if value is 1, 0 doesn't swap.\n </p>\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE","description":"<p>OUTPUT_FILE: The file of the output file generated(optional)</p>\n","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"<p>A callback url to be called on success, failure and status update(optional)</p>\n","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/mirror","urlObject":{"protocol":"https","path":["v3","operation","mirror"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"5aa48481-1097-f73e-d777-8187c418a165","name":"Mirror Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\"}]","description":"OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)\n\nIf no label submitted the first output of the operation will be taken","type":"text"},{"key":"operation_settings","value":"{\"flipX\":1, \"flipY\":0, \"flipZ\":0, \"swapXY\":0, \"swapXZ\":0, \"swapYZ\":0}","description":"FLIPX: \nflip the model on the X axis if value is 1, 0 doesn't flip.\n\nFLIPY: \nflip the model on the Y axis if value is 1, 0 doesn't flip.\n\nFLIPZ: \nflip the model on the Z axis if value is 1, 0 doesn't flip.\n\nSWAPXY: \nSwap between X axis and Y axis if value is 1, 0 doesn't swap.\n\nSWAPXZ: \nSwap between X axis and Z axis if value is 1, 0 doesn't swap.\n\nSWAPYZ: \nSwap between Y axis and Z axis if value is 1, 0 doesn't swap.\n ","type":"text"},{"key":"output_name","value":"OUTPUT_FILE\n","description":"OUTPUT_FILE: The file of the output file generated(optional)","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"A callback url to be called on success, failure and status update(optional)","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/mirror"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:44:43 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"1130","body":"[{\"status\":200,\"message\":\"Mirror operation submitted successfully!\",\"operation\":{\"_id\":\"5a3682dbd8d57a5a562b08d1\",\"operation_key\":\"mirror\",\"progress\":0,\"progress_phase\":\"In Queue\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"flipX\":true,\"flipY\":false,\"flipZ\":false,\"swapXY\":false,\"swapXZ\":false,\"swapYZ\":false},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":null,\"created_at\":\"1513521883320\",\"updated_at\":\"1513521883320\",\"outputs\":[]},\"errors\":null}]"}],"_postman_id":"1aeb2631-7b6f-1d51-4426-e8e67be1dc69"},{"name":"Convert Operation","id":"1d530ef1-2d6c-f655-3414-ddb835fe0e59","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\", \"label\":\"LABEL\"}]","description":"<p>OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)</p>\n<p>If no label submitted the first output of the operation will be taken</p>\n","type":"text"},{"key":"operation_settings","value":"{\"output_extension\":\"stl\"}","description":"<p>EXTENSION: the file extension to convert to</p>\n","type":"text"},{"key":"output_name","value":"OUTPUT_FILE","description":"<p>OUTPUT_FILE: The file of the output file generated(optional)</p>\n","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"<p>A callback url to be called on success, failure and status update (optional)</p>\n","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/convert","description":"<p>Converts the given file into a specified extension.</p>\n<p>Note:\nMost operations inlcuding this one can only operates on the result of a previous operation with a specific output type and extension listed below, in case you want to process a new file then you need to use the UPLOAD operation as the entry point to submit the file to MakePrintable.</p>\n<p>Input:\nOUTPUT_TYPE: S3FILE or FILE \nEXTENSION: OBJ.</p>\n<p>Output:\n[0] S3FILE, LABEL: converted, EXTENSION: the result is the same requested extension in the operation_settings</p>\n","urlObject":{"protocol":"https","path":["v3","operation","convert"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"efad4534-be36-077a-f59a-50e1ae6c4cbf","name":"Convert Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\"}]","description":"OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)\n\nIf no label submitted the first output of the operation will be taken","type":"text"},{"key":"operation_settings","value":"{\"extension\":\"stl\"}","description":"EXTENSION: the file extension to convert to","type":"text"},{"key":"output_name","value":"OUTPUT_FILE\n","description":"OUTPUT_FILE: The file of the output file generated(optional)","disabled":true},{"key":"callback_url","value":"https://EXAMPLE.COM/CALLBACK","description":"A callback url to be called on success, failure and status update(optional)","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/convert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:45:44 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"1315","body":"[{\"status\":200,\"message\":\"Convert operation submitted successfully!\",\"operation\":{\"_id\":\"5a368318d8d57a60134e015d\",\"operation_key\":\"convert\",\"progress\":0,\"progress_phase\":\"In Queue\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"extension\":\"STL\",\"options\":null},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":null,\"created_at\":\"1513521943663\",\"updated_at\":\"1513521943663\",\"outputs\":[]},\"errors\":null}]"}],"_postman_id":"1d530ef1-2d6c-f655-3414-ddb835fe0e59"},{"name":"Analyze Operation","id":"cf3ee828-9681-175e-c658-cff1a436e431","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\", \"label\":\"LABEL\"}]","description":"<p>OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)</p>\n<p>If no label submitted the first output of the operation will be taken</p>\n","type":"text"},{"key":"output_name","value":"Output File Name","description":"<p>(optional)</p>\n","type":"text","disabled":true},{"key":"callback_url","value":"(optional)","description":"<p>(optional)</p>\n","type":"text","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/analyze","description":"<p>The analyze function returns the number of boundary edges, non-manifolds, number of triangles, number of vertices, bounding box and volume. These values can be used to determine the printability of the file.</p>\n<p>Note:\nMost operations inlcuding this one can only operates on the result of a previous operation with a specific output type and extension listed below, in case you want to process a new file then you need to use the UPLOAD operation as the entry point to submit the file to MakePrintable.</p>\n<p>Input:\nOUTPUT_TYPE: S3FILE or FILE \nEXTENSION: OBJ.</p>\n<p>Output:\n[0] JSON, LABEL: analysis</p>\n","urlObject":{"protocol":"https","path":["v3","operation","analyze"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"713e77b0-afab-1ca0-709c-7996214830f0","name":"Analyze Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"body":{"mode":"formdata","formdata":[{"key":"inputs","value":"[{\"operation_id\":\"OPERATION_ID\"}]","description":"OPERATION_ID: the operation id of the input operation.\nLABEL: the label of the output that will be used to as an input for this endpoint (optional)\n\nIf no label submitted the first output of the operation will be taken","type":"text"},{"key":"output_name","value":"Output File Name","description":"(optional)","type":"text","disabled":true},{"key":"callback_url","value":"(optional)","description":"(optional)","type":"text","disabled":true}]},"url":"https://api.makeprintable.com/v3/operation/analyze"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:46:36 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"1123","body":"[{\"status\":200,\"message\":\"Analyze operation submitted successfully!\",\"operation\":{\"_id\":\"5a36834cd8d57a5a5372e87a\",\"operation_key\":\"analyze\",\"progress\":0,\"progress_phase\":\"In Queue\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":null,\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":null,\"created_at\":\"1513521995878\",\"updated_at\":\"1513521995878\",\"outputs\":[]},\"errors\":null}]"}],"_postman_id":"cf3ee828-9681-175e-c658-cff1a436e431"},{"name":"Retrieve Operation","id":"ab41cc73-7dcf-1254-2e2b-083d1af82bfc","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"url":"https://api.makeprintable.com/v3/operation/OPERATION_ID","description":"<p>Returns the information of an operation usiung a given OPERTION_ID</p>\n","urlObject":{"protocol":"https","path":["v3","operation","OPERATION_ID"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"e5be5fc3-71b6-0876-20f7-82b489760354","name":"Retrieve Operation","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"url":"https://api.makeprintable.com/v3/operation/OPERATION_ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:50:52 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"561","body":"{\"status\":200,\"message\":\"Operation Info.\",\"operation\":{\"texture_available\":false,\"_id\":\"5a367b57d8d57a5a562b08cb\",\"operation_key\":\"fix\",\"progress\":100,\"progress_phase\":\"Completed\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"type\":\"3d\",\"print_quality\":\"standard\",\"filling_type\":\"not implemented\",\"filling_texture\":\"not implemented\",\"transparency\":false,\"wall_thickness\":1,\"closing_threshold\":-1,\"reduce_layers\":true,\"scale_x\":1,\"scale_y\":1,\"scale_z\":1,\"transform_x\":0,\"transform_y\":0,\"transform_z\":0,\"rotate_x\":0,\"rotate_y\":0,\"rotate_z\":0,\"cuts\":\"\",\"hollow\":0,\"hollowing\":false,\"pre_optimize\":0,\"post_optimize\":0,\"isCenterPivot\":false,\"texture\":false},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":null,\"created_at\":1513519959297,\"updated_at\":1513519962732},\"outputs\":[{\"extension\":\"obj\",\"type\":\"S3FILE\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/operations/59b06ab3d8d57a65a446d49b/5a367b57d8d57a5a562b08cb/char004_fixed_obj.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T145052Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=0d2d5a18970c00ca6ed25b7270d167324ef82e820b02c33efad551385ceecb76\",\"operation_id\":\"5a367b57d8d57a5a562b08cb\",\"label\":\"fixedobj\"},{\"extension\":\"stl\",\"type\":\"S3FILE\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/operations/59b06ab3d8d57a65a446d49b/5a367b57d8d57a5a562b08cb/char004_fixed_stl.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T145052Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=9605fa097f57eea5b64e06097bcd197d1de472bfe12ac298832f891000d770a3\",\"operation_id\":\"5a367b57d8d57a5a562b08cb\",\"label\":\"fixedstl\"}]}"}],"_postman_id":"ab41cc73-7dcf-1254-2e2b-083d1af82bfc"},{"name":"List User Operations","id":"63a6fd8f-876a-6dbc-e2e7-d770fe18a687","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.makeprintable.com/v3/operation/my-operations?per-page=10&page=1","description":"<p>Lists operations performed by the user.</p>\n","urlObject":{"protocol":"https","path":["v3","operation","my-operations"],"host":["api","makeprintable","com"],"query":[{"description":{"content":"<p>(optional) The number of operations  to be included in the page.</p>\n","type":"text/plain"},"key":"per-page","value":"10"},{"description":{"content":"<p>(optional) The page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"47cf92fa-fe95-40f1-243c-9b28a769d28c","name":"List User Operations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.makeprintable.com/v3/operation/my-operations?per-page=10&page=1","protocol":"https","host":["api","makeprintable","com"],"path":["v3","operation","my-operations"],"query":[{"key":"per-page","value":"10","description":"(optional) The number of operations  to be included in the page."},{"key":"page","value":"1","description":"(optional) The page number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:47:08 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"713","body":"[{\"_id\":\"5a36834cd8d57a5a5372e87a\",\"operation_key\":\"analyze\",\"progress\":100,\"progress_phase\":\"Completed\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":null,\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":\"https://api.makeprintable.com/v3/callbacks/operation\",\"created_at\":\"1513521995878\",\"updated_at\":\"1513521996685\",\"outputs\":[{\"type\":\"JSON\",\"output\":{\"boundary\":248,\"nonManifold\":0,\"triangleCount\":17914,\"vertexCount\":9081,\"edgeCount\":26985,\"sizeX\":8.3800001144409197,\"sizeY\":14.800000190734901,\"sizeZ\":4.0999999046325701,\"volume\":112.652542114258},\"operation_id\":\"5a36834cd8d57a5a5372e87a\",\"label\":\"analysis\"}]},{\"_id\":\"5a368318d8d57a60134e015d\",\"operation_key\":\"convert\",\"progress\":100,\"progress_phase\":\"Completed\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"extension\":\"STL\",\"options\":null},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":\"https://api.makeprintable.com/v3/callbacks/operation\",\"created_at\":\"1513521943663\",\"updated_at\":\"1513521944435\",\"outputs\":[{\"extension\":\"stl\",\"type\":\"S3FILE\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/operations/59b06ab3d8d57a65a446d49b/5a368318d8d57a60134e015d/operation/char004_converted_stl.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T144708Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=1cfbf969d5139e8459e03f6b37340920bb9cd2198aa6eb7e5883d20902422fa6\",\"operation_id\":\"5a368318d8d57a60134e015d\",\"label\":\"converted\"}]},{\"_id\":\"5a3682dbd8d57a5a562b08d1\",\"operation_key\":\"mirror\",\"progress\":100,\"progress_phase\":\"Completed\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"flipX\":true,\"flipY\":false,\"flipZ\":false,\"swapXY\":false,\"swapXZ\":false,\"swapYZ\":false},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":\"https://api.makeprintable.com/v3/callbacks/operation\",\"created_at\":\"1513521883320\",\"updated_at\":\"1513521884078\",\"outputs\":[{\"extension\":\"obj\",\"type\":\"S3FILE\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/operations/59b06ab3d8d57a65a446d49b/5a3682dbd8d57a5a562b08d1/char004_mirrored_obj.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T144708Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=a3e470392f9d28ddf72ce1f48c434f431c58309f7b9da894113b83017edc9c11\",\"operation_id\":\"5a3682dbd8d57a5a562b08d1\",\"label\":\"mirrored\"}]},{\"_id\":\"5a368299d8d57a60143dbb66\",\"operation_key\":\"grade\",\"progress\":100,\"progress_phase\":\"Completed\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":null,\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":\"https://api.makeprintable.com/v3/callbacks/operation?c=https%3A%2F%2FEXAMPLE.COM%2FCALLBACK\",\"created_at\":\"1513521816541\",\"updated_at\":\"1513521820019\",\"outputs\":[{\"type\":\"JSON\",\"output\":{\"boundary\":248,\"nonManifold\":0,\"triangleCount\":18126,\"vertexCount\":9194,\"edgeCount\":27313,\"sizeX\":8.3804999999999996,\"sizeY\":14.808444,\"sizeZ\":4.1128359999999997,\"volume\":510.41185200000001,\"grade\":1.89411,\"flipped\":384,\"thick\":0.99024100000000004,\"inter\":0.00054199999999999995,\"clear\":0.0085039999999999994,\"shellCount\":5,\"has_issues\":true},\"operation_id\":\"5a368299d8d57a60143dbb66\",\"label\":\"grade\"}]},{\"_id\":\"5a368261d8d57a602a565028\",\"operation_key\":\"generate_thumbnail\",\"progress\":100,\"progress_phase\":\"Completed\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"size\":1500},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":\"https://api.makeprintable.com/v3/callbacks/operation\",\"created_at\":\"1513521760911\",\"updated_at\":\"1513521761903\",\"outputs\":[{\"extension\":\"png\",\"type\":\"S3FILE\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/operations/59b06ab3d8d57a65a446d49b/5a368261d8d57a602a565028/char004_thumbnail.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T144708Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=3fad886c9f327aee5382b8c7423221d116d3e1f168911f14718fd19973ce2733\",\"operation_id\":\"5a368261d8d57a602a565028\",\"label\":\"thumbnail\"}]},{\"_id\":\"5a36821dd8d57a168f7cc0e5\",\"operation_key\":\"close_holes\",\"progress\":100,\"progress_phase\":\"Completed\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"max_hole_size\":30},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":\"https://api.makeprintable.com/v3/callbacks/operation\",\"created_at\":\"1513521693024\",\"updated_at\":\"1513521693955\",\"outputs\":[{\"extension\":\"obj\",\"type\":\"S3FILE\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/operations/59b06ab3d8d57a65a446d49b/5a36821dd8d57a168f7cc0e5/char004_closed_obj.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T144708Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=2e6bd14afa44f3b6af742a5e6e188341a6d9803c3e73c52e6f27efe649ac0b53\",\"operation_id\":\"5a36821dd8d57a168f7cc0e5\",\"label\":\"closed\"}]},{\"_id\":\"5a368186d8d57a602a565027\",\"operation_key\":\"transform\",\"progress\":100,\"progress_phase\":\"Completed\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"scale_x\":10,\"scale_y\":10,\"scale_z\":10,\"rotate_x\":30,\"rotate_y\":30,\"rotate_z\":30,\"transform_x\":10,\"transform_y\":10,\"transform_z\":10},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":\"https://api.makeprintable.com/v3/callbacks/operation\",\"created_at\":\"1513521541653\",\"updated_at\":\"1513521542652\",\"outputs\":[{\"extension\":\"obj\",\"type\":\"S3FILE\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/operations/59b06ab3d8d57a65a446d49b/5a368186d8d57a602a565027/char004_transformed_obj.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T144708Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=6d7f0fcb360846d5769694f9fe79c65bec6699116b0cb9efb6b1c96fbc9f45f8\",\"operation_id\":\"5a368186d8d57a602a565027\",\"label\":\"transformed\"}]},{\"_id\":\"5a368131d8d57a60112a1ddd\",\"operation_key\":\"mammoth\",\"progress\":100,\"progress_phase\":\"Completed\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"type\":\"3d\",\"print_quality\":\"standard\",\"filling_type\":\"not implemented\",\"filling_texture\":\"not implemented\",\"transparency\":false,\"wall_thickness\":1,\"closing_threshold\":null,\"reduce_layers\":true,\"scale_x\":1,\"scale_y\":1,\"scale_z\":1,\"transform_x\":0,\"transform_y\":0,\"transform_z\":0,\"rotate_x\":0,\"rotate_y\":0,\"rotate_z\":0,\"cuts\":\"\",\"hollow\":0,\"hollowing\":false,\"pre_optimize\":0,\"post_optimize\":25,\"isCenterPivot\":false,\"texture\":false,\"clearance\":null},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":\"https://api.makeprintable.com/v3/callbacks/operation\",\"created_at\":\"1513521457053\",\"updated_at\":\"1513521460558\",\"outputs\":[{\"extension\":\"obj\",\"type\":\"S3FILE\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/operations/59b06ab3d8d57a65a446d49b/5a368131d8d57a60112a1ddd/char004_fixed_obj.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T144708Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=6d5d92999cfdda7da3f7dde14be34a8d010952b21e61780f434af63c735092ef\",\"operation_id\":\"5a368131d8d57a60112a1ddd\",\"label\":\"fixedobj\"},{\"extension\":\"stl\",\"type\":\"S3FILE\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/operations/59b06ab3d8d57a65a446d49b/5a368131d8d57a60112a1ddd/char004_fixed_stl.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T144708Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=13231a2f48c9cdf54c48063b592a409992c7b47665f66359252b07d41e2ed900\",\"operation_id\":\"5a368131d8d57a60112a1ddd\",\"label\":\"fixedstl\"}]},{\"_id\":\"5a367b57d8d57a5a562b08cb\",\"operation_key\":\"fix\",\"progress\":100,\"progress_phase\":\"Completed\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":{\"type\":\"3d\",\"print_quality\":\"standard\",\"filling_type\":\"not implemented\",\"filling_texture\":\"not implemented\",\"transparency\":false,\"wall_thickness\":1,\"closing_threshold\":-1,\"reduce_layers\":true,\"scale_x\":1,\"scale_y\":1,\"scale_z\":1,\"transform_x\":0,\"transform_y\":0,\"transform_z\":0,\"rotate_x\":0,\"rotate_y\":0,\"rotate_z\":0,\"cuts\":\"\",\"hollow\":0,\"hollowing\":false,\"pre_optimize\":0,\"post_optimize\":0,\"isCenterPivot\":false,\"texture\":false},\"inputs\":{\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"input_label\":\"item\"},\"callback_url\":\"https://api.makeprintable.com/v3/callbacks/operation\",\"created_at\":\"1513519959297\",\"updated_at\":\"1513519962732\",\"outputs\":[{\"extension\":\"obj\",\"type\":\"S3FILE\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/operations/59b06ab3d8d57a65a446d49b/5a367b57d8d57a5a562b08cb/char004_fixed_obj.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T144708Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=6385fb41abaeb31a3507c8007afa5cd1892705d694421901a52600fd3586720e\",\"operation_id\":\"5a367b57d8d57a5a562b08cb\",\"label\":\"fixedobj\"},{\"extension\":\"stl\",\"type\":\"S3FILE\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/operations/59b06ab3d8d57a65a446d49b/5a367b57d8d57a5a562b08cb/char004_fixed_stl.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T144708Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=1129c56f710af51100e1fbc76bbe2ab67af1f2fb8831bfb7433362911f3f7849\",\"operation_id\":\"5a367b57d8d57a5a562b08cb\",\"label\":\"fixedstl\"}]},{\"_id\":\"5a367af3d8d57a16bc5fbacd\",\"operation_key\":\"upload\",\"progress\":100,\"progress_phase\":\"Completed\",\"status\":1,\"source\":\"test\",\"output_name\":\"char004\",\"operation_settings\":null,\"inputs\":null,\"callback_url\":null,\"created_at\":\"1513519850984\",\"updated_at\":\"1513519850984\",\"outputs\":[{\"extension\":\"obj\",\"type\":\"ITEM\",\"output\":\"https://fmxd3dcom.s3-accelerate.amazonaws.com/mpv2-items/59b06ab3d8d57a65a446d49b/5a367af02905101f9619d692/original.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI4SCWWYFEFN7SZWA%2F20171217%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20171217T144708Z&X-Amz-SignedHeaders=host&X-Amz-Expires=259200&X-Amz-Signature=825e424e1ce525c41d82333a41edb41cb722cf2d4a4111806d566817c0c37f8d\",\"item_id\":\"5a367af02905101f9619d692\",\"operation_id\":\"5a367af3d8d57a16bc5fbacd\",\"label\":\"item\"}]}]"}],"_postman_id":"63a6fd8f-876a-6dbc-e2e7-d770fe18a687"},{"name":"Delete Operation","id":"a846c626-646e-3b8f-f543-939f2ab54a37","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.makeprintable.com/v3/operation/OPERATION_ID","description":"<p>Deletes an operation with a given <strong>OPERATION_ID</strong>.</p>\n","urlObject":{"protocol":"https","path":["v3","operation","OPERATION_ID"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"cc826510-9ac0-06fa-d87d-90b32e3c97e4","name":"Delete Operation","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.makeprintable.com/v3/operation/OPERATION_ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:53:44 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"503","body":"{\"status\":200,\"message\":\"Operation Deleted Successfuly!\"}"}],"_postman_id":"a846c626-646e-3b8f-f543-939f2ab54a37"},{"name":"Embed Endpoint","id":"79311d75-6f70-415c-0a76-4cbed37118ac","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN"}],"body":{"mode":"formdata","formdata":[{"key":"item_id","value":"OPERATION_ID","description":"<p>OPERATION_ID: the operation id of the input operation.</p>\n","type":"text"}]},"url":"https://api.makeprintable.com/v3/embed","description":"<p>The Embed Endpoint allow you to share your 3D file\nInput:OPRATION_ID\nOutput: URL</p>\n","urlObject":{"protocol":"https","path":["v3","embed"],"host":["api","makeprintable","com"],"query":[],"variable":[]}},"response":[{"id":"955f6fcf-809f-beec-81f5-e50baf02b339","name":"Embed Endpoint","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","warning":""}],"body":{"mode":"formdata","formdata":[{"key":"item_id","value":"OPERATION_ID","description":"OPERATION_ID: the operation id of the input operation.","type":"text"}]},"url":"https://api.makeprintable.com/v3/embed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"X-Pagination-Current-Page","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Sun, 17 Dec 2017 14:48:25 GMT","description":""},{"name":"expires","key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"nginx","description":""},{"name":"status","key":"status","value":"200","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-rate-limit-limit","key":"x-rate-limit-limit","value":"10000","description":""},{"name":"x-rate-limit-remaining","key":"x-rate-limit-remaining","value":"9999","description":""},{"name":"x-rate-limit-reset","key":"x-rate-limit-reset","value":"0","description":""}],"cookie":[],"responseTime":"1236","body":"{\n    \"url\": \"https://makeprintable.com/embed?e=%8D%B2r%A0c%D0%B0vK%EE%CCv%85%C6%E3%F0o%5EQ%1A%10WG%2F%1B%DE%F0%F6n%BFz%DC%28%E90%EE%FE%F5QQ%3D8%60%E9w%0D%00%EC%B8%DD%ED%D4%C3GZs%A2x%C6%3D\"\n}"}],"_postman_id":"79311d75-6f70-415c-0a76-4cbed37118ac"}]}