{"info":{"_postman_id":"ac0ce9ee-0e22-4e15-a32c-b9192dc618d0","name":"SpotPlayer API","description":"<html><head></head><body><p>All API calls should have $Level and $API headers. The $Level header should always be -1 and $API header is your API Key which can be obtained in your SpotPlayer dashboard.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1110334","collectionId":"ac0ce9ee-0e22-4e15-a32c-b9192dc618d0","publishedId":"SVYrtecp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-08-07T09:15:04.000Z"},"item":[{"name":"Insert License","event":[{"listen":"test","script":{"id":"d4b7f90b-ae5f-437c-bcab-774e2f9db077","exec":[""],"type":"text/javascript"}}],"id":"1bc4aec8-8a96-4136-82ff-733fc2928f56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Always -1</p>\n","key":"$Level","type":"text","value":"-1"},{"description":"<p>Your API Key</p>\n","key":"$API","type":"text","value":"{{API}}"}],"body":{"mode":"raw","raw":"{\n    \"package\": \"5d2ee35bcddc092a304ae5eb\",\n    \"name\": \"Donald Trump\",\n    \"watermark\": {\n        \"text\": \"09121212266\"\n    }\n}"},"url":"https://panel.spotplayer.ir/license/edit/","description":"<p>All optional fields are omitted and package defaults will be used for them.</p>\n","urlObject":{"protocol":"https","path":["license","edit",""],"host":["panel","spotplayer","ir"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bc4aec8-8a96-4136-82ff-733fc2928f56"},{"name":"Insert License (All Params)","event":[{"listen":"test","script":{"id":"d4b7f90b-ae5f-437c-bcab-774e2f9db077","exec":[""],"type":"text/javascript"}}],"id":"2fe58f7a-c88b-40ad-9ab1-e85fa0583030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Always -1</p>\n","key":"$Level","type":"text","value":"-1"},{"description":"<p>Your API Key</p>\n","key":"$API","type":"text","value":"{{API}}"}],"body":{"mode":"raw","raw":"{\n    \"package\": \"5d2ee35bcddc092a304ae5eb\",\n    \"name\": \"Donald Trump\",\n    \"download\": 0,\n    \"offline\": 30,\n    \"watermark\": {\n        \"text\": \"09121212266\",\n        \"position\": 511,\n        \"reposition\": 15,\n        \"size\": 48,\n        \"margin\": 40,\n        \"color\": 2164260863\n    },\n    \"device\": {\n        \"all\": 1,\n        \"p1\": 1,\n        \"p2\": 1,\n        \"p3\": 0,\n        \"p4\": 0,\n        \"p5\": 0\n    }\n}"},"url":"https://panel.spotplayer.ir/license/edit/","description":"<h2 id=\"request-json-format\">Request JSON Format:</h2>\n<pre>\n{\n    \"package\": \"5d2ee35bcddc092a304ae5eb\",  <b>// ****</b>\n    \"name\": \"Donald Trump\",     <b>// ****</b> \n    \"download\": 0,              <b>// Download Cap Limit in Bytes 0-∞ [0=Unlimited]\n    \"offline\": 30,              <b>// Days 0-365</b>\n    \"watermark\": {\n        \"text\": \"09121112266\",  <b>// ****</b>\n        \"position\": 511,        <b>// Position Flag  [1     2    4]</b>\n                                <b>//                [8    16   32]</b>\n                                <b>//                [64  128  256]</b>\n                                <b>// Example: 1 | 2 | 4 | 8 | 16 | 64 | 128 | 256 = 511 [All Positions]</b>\n        \"reposition\": 15,       <b>// Seconds 1-3600</b>\n        \"size\": 48,             <b>// Pixels 6-500</b>\n        \"margin\": 40,           <b>// Pixels 0-1000</b>\n        \"color\": 2164260863     <b>// #AARRGGBB</b>\n    },\n    \"device\": {\n        \"all\": 1,               <b>// All Devices 1-99</b>\n        \"p1\": 1,                <b>// Windows 0-99</b>\n        \"p2\": 0,                <b>// MacOS 0-99</b>\n        \"p3\": 0,                <b>// Ubuntu 0-99</b>\n        \"p4\": 0,                <b>// Android 0-99</b>\n        \"p5\": 0                 <b>// IOS 0-99</b>\n    }\n}\n</b></pre>\n\n<p>Only fields specified with **** are required, other fields can be omitted and package default license settings are used for them.</p>\n<h2 id=\"response-json-format\">Response JSON Format:</h2>\n<pre>\n{\n    \"_id\": \"5d4fe05b18acf11f20e44622\",\n    \"key\": \"81f2a29220a802dd93318c6e193e2297c87eb3ecf531c0d80a04c9216768f956\"\n}\n</pre>\n\n<h2 id=\"license-videos-download-link-format\">License Videos Download Link Format</h2>\n<p>To generate video links append each video path to end of licnese link with '.spot':</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://dl.spotplayer.ir/$_id/Md5($key)/$video[path].spot\n</code></pre>","urlObject":{"protocol":"https","path":["license","edit",""],"host":["panel","spotplayer","ir"],"query":[],"variable":[]}},"response":[{"id":"230e9b9a-0e0b-49fc-889e-64cacf4f6137","name":"Insert License","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"$Level","value":"-1","description":"Always -1","type":"text"},{"key":"$API","value":"{{API}}","description":"Your API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"package\": \"5d2ee35bcddc092a304ae5eb\",\r\n    \"offline\": 30,\r\n    \"watermark\": {\r\n        \"text\": \"09121112266\",\r\n        \"position\": 511,\r\n        \"reposition\": 15,\r\n        \"size\": 48,\r\n        \"margin\": 40,\r\n        \"color\": 2164260863\r\n    },\r\n    \"name\": \"Donald Trump\",\r\n    \"cap\": 0,\r\n    \"device\": {\r\n    \t\"all\": 1,\r\n        \"p1\": 1,\r\n        \"p2\": 1,\r\n        \"p3\": 0,\r\n        \"p4\": 0,\r\n        \"p5\": 0\r\n    }\r\n}"},"url":"https://panel.spotplayer.ir/license/edit/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Vary","value":"Accept"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Sun, 11 Aug 2019 09:31:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"533"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5d4fe05b18acf11f20e44622\",\n    \"key\": \"81f2a29220a802dd93318c6e193e2297c87eb3ecf531c0d80a04c9216768f956\"\n}"}],"_postman_id":"2fe58f7a-c88b-40ad-9ab1-e85fa0583030"},{"name":"Get Package","id":"bc51d316-b64e-4656-94a2-a7bc2877ab2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dl.spotplayer.ir/:lid/:md5key/?f=js","urlObject":{"protocol":"https","path":[":lid",":md5key",""],"host":["dl","spotplayer","ir"],"query":[{"description":{"content":"<p>Output Format [json|js]</p>\n","type":"text/plain"},"key":"f","value":"js"}],"variable":[{"description":{"content":"<p>License Id</p>\n","type":"text/plain"},"type":"string","value":"5d5aa92e9b2c367378de11f3","key":"lid"},{"description":{"content":"<p>MD5 Hash of Key (buffer not string)</p>\n","type":"text/plain"},"type":"string","value":"f9b31229e3d16e751f16f0a6dfcd528c","key":"md5key"}]}},"response":[{"id":"2d1a3f53-b7a3-43b6-be5d-568162862419","name":"Get Package [?f=json]","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dl.spotplayer.ir/:lid/:md5key/?f=json","protocol":"https","host":["dl","spotplayer","ir"],"path":[":lid",":md5key",""],"query":[{"key":"f","value":"json","description":"Output Format [json|js]"}],"variable":[{"key":"lid","value":"5d5aa92e9b2c367378de11f3","description":"License Id"},{"key":"md5key","value":"f9b31229e3d16e751f16f0a6dfcd528c","description":"MD5 Hash of Key (buffer not string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Robots-Tag","value":"none"},{"key":"Vary","value":"Accept"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Sat, 24 Aug 2019 01:32:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"254"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5d5a91a89b2c367378de11f0\",\n    \"name\": \"Learning Android\",\n    \"desc\": \"Learning Android\",\n    \"link\": \"http://www.google.com/\",\n    \"videos\": [\n        {\n            \"_id\": \"5d5aa90f9b2c367378de11f2\",\n            \"path\": \"1-introduction\",\n            \"name\": \"Introduction\",\n            \"desc\": \"Introduction\",\n            \"duration\": 3278442,\n            \"size\": 180819643\n        }\n    ],\n    \"colors\": {\n        \"head\": {\n            \"text\": \"rgba(255, 255, 255, 1.00)\",\n            \"back\": \"rgba(102, 17, 221, 1.00)\"\n        },\n        \"body\": {\n            \"link\": \"rgba(0, 136, 0, 1.00)\",\n            \"text\": \"rgba(51, 51, 51, 1.00)\",\n            \"back\": \"rgba(255, 255, 255, 1.00)\"\n        }\n    },\n    \"images\": {\n        \"icon\": \"5d5a91a89b2c367378de11f1\"\n    }\n}"},{"id":"3c1266dc-6eee-4ba7-ad05-3bc1d8f9daa2","name":"Get Package [?f=js]","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dl.spotplayer.ir/:lid/:md5key/?f=js","protocol":"https","host":["dl","spotplayer","ir"],"path":[":lid",":md5key",""],"query":[{"key":"f","value":"js","description":"Output Format [json|js]"}],"variable":[{"key":"lid","value":"5d5aa92e9b2c367378de11f3","description":"License Id"},{"key":"md5key","value":"f9b31229e3d16e751f16f0a6dfcd528c","description":"MD5 Hash of Key (buffer not string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"script","header":[{"key":"X-Robots-Tag","value":"none"},{"key":"Vary","value":"Accept"},{"key":"Content-Type","value":"text/javascript; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 28 Aug 2019 14:42:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"318"}],"cookie":[],"responseTime":null,"body":"window.spotplayer_package={\"_id\":\"5d5a91a89b2c367378de11f0\",\"name\":\"Learning Android\",\"desc\":\"Learning Android\",\"link\":\"http://www.google.com\",\"videos\":[{\"_id\":\"5d5aa90f9b2c367378de11f2\",\"path\":\"1-Introduction\",\"name\":\"Introduction\",\"desc\":\"Introduction\",\"duration\":3278442,\"size\":180819643}],\"colors\":{\"head\":{\"text\":\"rgba(255, 255, 255, 1.00)\",\"back\":\"rgba(102, 17, 221, 1.00)\"},\"body\":{\"link\":\"rgba(0, 136, 0, 1.00)\",\"text\":\"rgba(51, 51, 51, 1.00)\",\"back\":\"rgba(255, 255, 255, 1.00)\"}},\"images\":{\"icon\":\"5d5a91a89b2c367378de11f1\"},\"url\":\"https://dl.spotplayer.ir/5d5aa92e9b2c367378de11f3/f9b31229e3d16e751f16f0a6dfcd528c/\"};"}],"_postman_id":"bc51d316-b64e-4656-94a2-a7bc2877ab2f"},{"name":"New Request","id":"58565a3d-58b3-4dd3-b9de-a48ef96d61d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"$API","value":"XQAF/pOgF16hf3XXlMSwoWHejWE=","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"sary\",\n    \"data\": {\n        \"limit\": {\n            \"5d861bcd8438a33fe298883b\": \"0-5\"\n        }\n    }\n}","options":{"raw":{"language":"text"}}},"url":"https://panel.spotplayer.ir/license/edit/62ed38151b76a040d30334cd","urlObject":{"protocol":"https","path":["license","edit","62ed38151b76a040d30334cd"],"host":["panel","spotplayer","ir"],"query":[],"variable":[]}},"response":[],"_postman_id":"58565a3d-58b3-4dd3-b9de-a48ef96d61d2"}],"event":[{"listen":"prerequest","script":{"id":"06d2bb9a-e55f-431e-b124-98ce9a7c4fd8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"99d9d036-7a45-484d-9164-35ba6cdd3c7c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"adas","value":"asd"}]}