{"info":{"_postman_id":"1b11ef13-f987-4778-8d40-5b3edfbdbaa4","name":"Algorithm Management APIs","description":"<html><head></head><body><p>APIs for managing Algorithms on the Algorithmia platform</p>\n<p><a href=\"mailto:support@algorithmia.com\">support@algorithmia.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6515899","collectionId":"1b11ef13-f987-4778-8d40-5b3edfbdbaa4","publishedId":"Rztiuqao","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4F3393"},"publishDate":"2019-01-29T00:52:04.000Z"},"item":[{"name":"algorithms","item":[{"name":"{username}","item":[{"name":"{algoname}","item":[{"name":"Get Algorithm","id":"b237328f-7925-447e-b250-ebe913e3b6c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<string>","description":"<p>A Simple API key with 'Manage My Algorithms' enabled</p>\n"}],"url":"https://api.algorithmia.com/v1/algorithms/:username/:algoname","urlObject":{"path":["algorithms",":username",":algoname"],"host":["https://api.algorithmia.com/v1"],"query":[],"variable":[{"description":{"content":"<p>The user's username</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"username"},{"description":{"content":"<p>Algorithm name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"algoname"}]}},"response":[{"id":"81fbe205-f2b2-4c55-a566-feee94a5473c","name":"Get Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":""}],"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": \"<string>\",\n \"details\": {\n  \"summary\": \"<string>\",\n  \"label\": \"<string>\",\n  \"tagline\": \"<string>\"\n },\n \"settings\": {\n  \"algorithm_callability\": \"<string>\",\n  \"source_visibility\": \"<string>\",\n  \"language\": \"<string>\",\n  \"environment\": \"<string>\",\n  \"package_set\": \"<string>\",\n  \"license\": \"<string>\",\n  \"royalty_microcredits\": \"<integer>\",\n  \"network_access\": \"<string>\",\n  \"pipeline_enabled\": \"<boolean>\"\n },\n \"version_info\": {\n  \"type\": \"<string>\",\n  \"semantic_version\": \"<string>\",\n  \"git_hash\": \"<string>\",\n  \"release_notes\": \"<string>\",\n  \"sample_input\": \"<string>\",\n  \"sample_output\": \"<string>\"\n }\n}"}],"_postman_id":"b237328f-7925-447e-b250-ebe913e3b6c1"},{"name":"Update Algorithm","id":"686296e4-4546-4437-a9f4-ee2c004cd35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"<string>","description":"<p>A Simple API key with 'Manage My Algorithms' enabled</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/:username/:algoname","urlObject":{"path":["algorithms",":username",":algoname"],"host":["https://api.algorithmia.com/v1"],"query":[],"variable":[{"description":{"content":"<p>The user's username</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"username"},{"description":{"content":"<p>Algorithm name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"algoname"}]}},"response":[{"id":"322f090c-5db8-408c-9382-92e91843d493","name":"Error response for all non-200 response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"5aa804f7-1816-48f4-a509-fe364cab175e","name":"Error response for all non-200 response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"61a0fabf-b964-4d4c-ad19-0dffaf8035f8","name":"Error response for all non-200 response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"7873fb04-f7ea-492e-a375-22a39e7954ce","name":"Error response for all non-200 response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"88b3356f-a22c-4f37-8e30-b8ea24ef1275","name":"Error response for all non-200 response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"de52d0a2-937e-42ff-9410-fa27061f1bed","name":"Create, Update Response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": \"<string>\",\n \"details\": {\n  \"summary\": \"<string>\",\n  \"label\": \"<string>\",\n  \"tagline\": \"<string>\"\n },\n \"settings\": {\n  \"algorithm_callability\": \"<string>\",\n  \"source_visibility\": \"<string>\",\n  \"language\": \"<string>\",\n  \"environment\": \"<string>\",\n  \"package_set\": \"<string>\",\n  \"license\": \"<string>\",\n  \"royalty_microcredits\": \"<integer>\",\n  \"network_access\": \"<string>\",\n  \"pipeline_enabled\": \"<boolean>\"\n }\n}"}],"_postman_id":"686296e4-4546-4437-a9f4-ee2c004cd35f"},{"name":"Publish Algorithm","id":"ff886cf9-b0f5-4b50-82b0-476e184ce7dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"<p>A Simple API key with 'Manage My Algorithms' enabled</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"type\": \"<string>\",\n        \"semantic_version\": \"<string>\",\n        \"git_hash\": \"<string>\",\n        \"release_notes\": \"<string>\",\n        \"sample_input\": \"<string>\",\n        \"sample_output\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/:username/:algoname/versions","urlObject":{"path":["algorithms",":username",":algoname","versions"],"host":["https://api.algorithmia.com/v1"],"query":[],"variable":[{"description":{"content":"<p>The user's username</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"username"},{"description":{"content":"<p>Algorithm name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"algoname"}]}},"response":[{"id":"01e46d29-765d-4417-bab5-daa5b4f0c7b7","name":"Error response for all non-200 response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"type\": \"<string>\",\n        \"semantic_version\": \"<string>\",\n        \"git_hash\": \"<string>\",\n        \"release_notes\": \"<string>\",\n        \"sample_input\": \"<string>\",\n        \"sample_output\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>/versions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"17398cc8-aa41-42c5-89a9-f48c830859f9","name":"Error response for all non-200 response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"type\": \"<string>\",\n        \"semantic_version\": \"<string>\",\n        \"git_hash\": \"<string>\",\n        \"release_notes\": \"<string>\",\n        \"sample_input\": \"<string>\",\n        \"sample_output\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>/versions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"2fc5dcf1-c7f4-49a3-8412-697be7fd824e","name":"Error response for all non-200 response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"type\": \"<string>\",\n        \"semantic_version\": \"<string>\",\n        \"git_hash\": \"<string>\",\n        \"release_notes\": \"<string>\",\n        \"sample_input\": \"<string>\",\n        \"sample_output\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>/versions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"548a075c-bae2-4af1-9016-0bd35327229b","name":"Publish Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"type\": \"<string>\",\n        \"semantic_version\": \"<string>\",\n        \"git_hash\": \"<string>\",\n        \"release_notes\": \"<string>\",\n        \"sample_input\": \"<string>\",\n        \"sample_output\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>/versions"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": \"<string>\",\n \"details\": {\n  \"summary\": \"<string>\",\n  \"label\": \"<string>\",\n  \"tagline\": \"<string>\"\n },\n \"settings\": {\n  \"algorithm_callability\": \"<string>\",\n  \"source_visibility\": \"<string>\",\n  \"language\": \"<string>\",\n  \"environment\": \"<string>\",\n  \"package_set\": \"<string>\",\n  \"license\": \"<string>\",\n  \"royalty_microcredits\": \"<integer>\",\n  \"network_access\": \"<string>\",\n  \"pipeline_enabled\": \"<boolean>\"\n },\n \"version_info\": {\n  \"type\": \"<string>\",\n  \"semantic_version\": \"<string>\",\n  \"git_hash\": \"<string>\",\n  \"release_notes\": \"<string>\",\n  \"sample_input\": \"<string>\",\n  \"sample_output\": \"<string>\"\n }\n}"},{"id":"718ab5a7-616f-4bd6-9e44-ca9b1b86f8c6","name":"Error response for all non-200 response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"type\": \"<string>\",\n        \"semantic_version\": \"<string>\",\n        \"git_hash\": \"<string>\",\n        \"release_notes\": \"<string>\",\n        \"sample_input\": \"<string>\",\n        \"sample_output\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>/versions"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"c1f4f32b-91f7-4a15-ac84-fa2d7fb46832","name":"Error response for all non-200 response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"settings\": {\n        \"algorithm_callability\": \"<string>\",\n        \"source_visibility\": \"<string>\",\n        \"license\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\"\n    },\n    \"version_info\": {\n        \"type\": \"<string>\",\n        \"semantic_version\": \"<string>\",\n        \"git_hash\": \"<string>\",\n        \"release_notes\": \"<string>\",\n        \"sample_input\": \"<string>\",\n        \"sample_output\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>/<string>/versions"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"}],"_postman_id":"ff886cf9-b0f5-4b50-82b0-476e184ce7dc"}],"id":"36d7d0fb-186d-4a2e-b7e6-341d841f6752","_postman_id":"36d7d0fb-186d-4a2e-b7e6-341d841f6752","description":""},{"name":"Create Algorithm","id":"42e1b8ba-5df4-4c7f-b2be-2677e1771e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<string>","description":"<p>A Simple API key with 'Manage My Algorithms' enabled</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"name\": \"<string>\",\n    \"settings\": {\n        \"license\": \"<string>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/:username","urlObject":{"path":["algorithms",":username"],"host":["https://api.algorithmia.com/v1"],"query":[],"variable":[{"description":{"content":"<p>The user's username</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"username"}]}},"response":[{"id":"6849b3c2-ee06-429f-bb05-eb6c2d099a89","name":"Error response for all non-200 response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"name\": \"<string>\",\n    \"settings\": {\n        \"license\": \"<string>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"8c7e87fb-f3b8-4bcb-8f9d-4274d7a95910","name":"Error response for all non-200 response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"name\": \"<string>\",\n    \"settings\": {\n        \"license\": \"<string>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"9ad23e47-2cd9-4e87-a53b-878e78870830","name":"Error response for all non-200 response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"name\": \"<string>\",\n    \"settings\": {\n        \"license\": \"<string>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"},{"id":"aefb4a2b-5f3b-485e-97f7-6a47bf58b5c9","name":"Create, Update Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"name\": \"<string>\",\n    \"settings\": {\n        \"license\": \"<string>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": \"<string>\",\n \"details\": {\n  \"summary\": \"<string>\",\n  \"label\": \"<string>\",\n  \"tagline\": \"<string>\"\n },\n \"settings\": {\n  \"algorithm_callability\": \"<string>\",\n  \"source_visibility\": \"<string>\",\n  \"language\": \"<string>\",\n  \"environment\": \"<string>\",\n  \"package_set\": \"<string>\",\n  \"license\": \"<string>\",\n  \"royalty_microcredits\": \"<integer>\",\n  \"network_access\": \"<string>\",\n  \"pipeline_enabled\": \"<boolean>\"\n }\n}"},{"id":"b56881fa-5a4b-48ac-a7f6-60c25b52c310","name":"Error response for all non-200 response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"summary\": \"<string>\",\n        \"label\": \"<string>\",\n        \"tagline\": \"<string>\"\n    },\n    \"name\": \"<string>\",\n    \"settings\": {\n        \"license\": \"<string>\",\n        \"network_access\": \"<string>\",\n        \"pipeline_enabled\": \"<boolean>\",\n        \"source_visibility\": \"<string>\",\n        \"language\": \"<string>\",\n        \"environment\": \"<string>\",\n        \"package_set\": \"<string>\",\n        \"royalty_microcredits\": \"<integer>\"\n    },\n    \"version_info\": {\n        \"sample_input\": \"<string>\"\n    }\n}"},"url":"https://api.algorithmia.com/v1/algorithms/<string>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": {\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\"\n }\n}"}],"_postman_id":"42e1b8ba-5df4-4c7f-b2be-2677e1771e95"}],"id":"d310761a-893e-450c-9919-ddd69dea7977","_postman_id":"d310761a-893e-450c-9919-ddd69dea7977","description":""}],"id":"225df2db-ee67-4be9-bb74-4af50357e7a2","description":"<p>List and modify Algorithms on Algorithmia</p>\n","event":[{"listen":"prerequest","script":{"id":"88a3e165-3813-4f04-85e2-97cc22274476","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f7aac304-483d-41bc-bc81-2526bdf73f36","type":"text/javascript","exec":[""]}}],"_postman_id":"225df2db-ee67-4be9-bb74-4af50357e7a2"}],"event":[{"listen":"prerequest","script":{"id":"b8d453bf-b6c4-4b33-bd14-cadc274f9669","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d129f6ff-59e0-45ba-a10f-653416d0a948","type":"text/javascript","exec":[""]}}],"variable":[{"id":"baseUrl","key":"baseUrl","value":"https://api.algorithmia.com/v1"}]}