{"info":{"_postman_id":"d1bae6fe-059b-4bf1-be89-7a7ab8869a67","name":"SyVid","description":"<html><head></head><body><p>SyVid API Endpoints</p>\n<h2 id=\"endpoint-httpsappsyvidioapi\">Endpoint: <a href=\"https://app.syvid.io/api/\">https://app.syvid.io/api/</a></h2>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6111803","collectionId":"d1bae6fe-059b-4bf1-be89-7a7ab8869a67","publishedId":"RznBLf9P","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FE0964"},"publishDate":"2019-01-09T06:08:51.000Z"},"item":[{"name":"Auth","item":[{"name":"Authenticate user","id":"d68e3232-a207-4aea-abde-fe6f546f68c5","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"adi@vega6.com","description":"<p>Email address of the user</p>\n","type":"text"},{"key":"password","value":"adi","description":"<p>Login password of the user</p>\n","type":"text"}]},"url":"https://app.storyreel.io/verify_user","description":"<p>An authentication request is sent to the <code>Auth URL</code> of the application selected by the user to authenticate user credentials.</p>\n<p>If user is valid and is allowed to access the application, following response should be returned.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Required</th>\n<th>Desctiption</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>boolean</td>\n<td>required</td>\n<td><code>true</code> if authentication successfull, <code>false</code> if authentication failed</td>\n</tr>\n<tr>\n<td>data</td>\n<td>array</td>\n<td>required, if <code>status = true</code></td>\n<td>user data in array format containing <code>id</code> and <code>name</code> field atleast</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>optional</td>\n<td>Error message in case of authentication failure</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["verify_user"],"host":["app","storyreel","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d68e3232-a207-4aea-abde-fe6f546f68c5"},{"name":"Get Access Token","id":"e5d5ff73-d36b-4e9f-86d5-8bbbbbc8a49f","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"type","value":"new","description":"<p>Alwasy <code>new</code> if integration is successful.</p>\n","type":"text"},{"key":"integration_id","value":"1018459d-cc9f-4d98-942f-fa198c63baab","description":"<p>The record number under which integration data is saved in SyVid</p>\n","type":"text"},{"key":"access_token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBfaWQiOiIxMmY2NWY1NS0wNjQ3LTRlZmUtYTgwYS1mMDBhMmNiYjMasdfwrqwer1c2VyX2tleSI6ImE1YzEzZmM4LTVlODQtNGNjMS05YmIyLWI0ODlhMDczZjM3YyIsInVzZXJfaWQiOiI3NjhlNTZiNC04YTZkLTRmMDAtYWI0Mi05NWU5ZTc0NzU4NGIifQ.hDNgKvkkecRQDG-XyZf9RslyXZIJ5VFizhnSKuexato","description":"<p>Access token of the user. All request should be signed by this access token</p>\n","type":"text"},{"key":"user_name","value":"Anuj Sharma","description":"<p>Name of the user authenticating the integration</p>\n","type":"text"},{"key":"user_email","value":"contact@anujsh.in","description":"<p>Email of the user authenticating the integration</p>\n","type":"text"},{"key":"user_key","value":"768e56b4-8a6d-4f00-ad234-95e9e747584b","description":"<p>Record id of the user authenticating the integration</p>\n","type":"text"},{"key":"user_id","value":"12345","description":"<p>User <code>id</code> received in response while authentication. This is the record id in the remote application, authenticating the request.</p>\n","type":"text"}]},"url":"https://example.com/ian-url","description":"<p>Once user is authenticate, <code>access token</code> is sent to the <code>IAN URL</code>. This access token should be saved in the application and sign all request with the user's access token to perform action on behalf of the user.</p>\n<p>The <code>access token</code> will be sent only once, so make sure <code>IAN URL</code> endpoint is listening properly. In case of failure, the authenction has to be performed again after deleting the connected account by the user from <strong>SyVid Integrations</strong>.</p>\n","urlObject":{"protocol":"https","path":["ian-url"],"host":["example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5d5ff73-d36b-4e9f-86d5-8bbbbbc8a49f"},{"name":"Delete Integration","id":"b208c774-f70d-47c9-953e-62e877d3a68c","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"type","value":"delete","description":"<p>Always <code>delete</code></p>\n","type":"text"},{"key":"integration_id","value":"1018459d-cc9f-4d98-942f-fa198c63baab","description":"<p>Integration record id deleted from SyVid record. <code>integration_id</code> was send with <code>access_token</code> to the <code>IAN URL</code> while authentication.</p>\n","type":"text"},{"key":"access_token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBfaWQiOiIxMmY2NWY1NS0wNjQ3LTRlZmUtYTgwYS1mMDBhMmNiYjMasdfwrqwer1c2VyX2tleSI6ImE1YzEzZmM4LTVlODQtNGNjMS05YmIyLWI0ODlhMDczZjM3YyIsInVzZXJfaWQiOiI3NjhlNTZiNC04YTZkLTRmMDAtYWI0Mi05NWU5ZTc0NzU4NGIifQ.hDNgKvkkecRQDG-XyZf9RslyXZIJ5VFizhnSKuexato","description":"<p>Just for validation in case if required. This access token will no longer work since the integration has been deleted by the user from SyVid</p>\n","type":"text"},{"key":"user_key","value":"768e56b4-8a6d-4f00-ad234-95e9e747584b","description":"<p>Record id of the user authenticating the integration</p>\n","type":"text"},{"key":"user_id","value":"12345","description":"<p>User <code>id</code> received in response while authentication. This is the record id in the remote application, authenticating the request.</p>\n","type":"text"}]},"url":"https://example.com/ian-url","description":"<p>When a user deletes the integration from the SyVid panel. An <code>IAN</code> request is sent to the <code>IAN URL</code>. Proper handling should be done on the application endpoint in case when user deletes an integration.</p>\n<p>There is no way of deleting integration from the application end. Deleting can only be performed by the user from SyVid panel.</p>\n","urlObject":{"protocol":"https","path":["ian-url"],"host":["example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b208c774-f70d-47c9-953e-62e877d3a68c"}],"id":"c4b31b2f-8432-4e75-83bc-e4d173ca9b0e","description":"<p>Authentication and SyVid Integration can only be initiated by the user having SyVid account.<br />User will initiated SyVid integration to the remote application by loggin in to SyVid Dashboard.  </p>\n<ol>\n<li>Select <code>SyVid Integrations</code> from the sidebar menu  </li>\n<li>Click on <code>+ Add New Integration</code> button</li>\n<li>Select application to connect from the drop down.</li>\n<li>Enter the login username and password of the selected application. <strong>NOTE: SyVid login credential should not be provided.</strong></li>\n</ol>\n<p>Once the user account verification is confirmed. User account will be connected to the selected remote application.  </p>\n<p>You need to provide two endpoint url for the authentication of the user and receiving the <code>access token</code> of the user</p>\n<ol>\n<li><strong>Auth URL</strong>: To validate user login credentials with the remote application login credentials.\n <code>POST</code> request will be initiated to this endpoint, once user enters the username and password in <code>new syvid integration</code> panel.</li>\n<li><strong>IAN URL</strong>: <code>Instant Authentication Notification URL</code>. \n This endpoint will receive <strong>access token</strong> of the user as <code>POST</code> method. This access token should be saved somewhere in the application and every request on behalf of the user should be signed using this access token.</li>\n</ol>\n<p>For more details about the request/response parameters, see the endpoint details.</p>\n","event":[{"listen":"prerequest","script":{"id":"eede4131-d582-4ccf-85e8-2a5f39cee22d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0336a0f9-363d-4d33-b331-bc0fe58ff05e","type":"text/javascript","exec":[""]}}],"_postman_id":"c4b31b2f-8432-4e75-83bc-e4d173ca9b0e"},{"name":"Campaigns","item":[{"name":"Get Campaigns","id":"00f79ae7-03d4-4a3b-803e-ae6df2fa98bf","request":{"method":"GET","header":[],"url":"https://app.syvid.io/api/campaigns/all?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBfaWQiOiJkMjI0Y2E2Yy0zMjE3LTQ3NjUtYTk1ZC0zMDU3NmVmMDQzNzkiLCJ1c2VyX2tleSI6IjEiLCJ1c2VyX2lkIjoiN2I3ZjczYjItOTAyZS00ZGY3LTg3YWQtMTk3MDdkZjcwYjc0In0.sXquSC4drPrLvlA7o-QmlJX9IcX_iduBTwhCSYdAOZ4","description":"<p>Get campaigns created by the user.</p>\n","urlObject":{"protocol":"https","path":["api","campaigns","all"],"host":["app","syvid","io"],"query":[{"description":{"content":"<p>Access token of the user</p>\n","type":"text/plain"},"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBfaWQiOiJkMjI0Y2E2Yy0zMjE3LTQ3NjUtYTk1ZC0zMDU3NmVmMDQzNzkiLCJ1c2VyX2tleSI6IjEiLCJ1c2VyX2lkIjoiN2I3ZjczYjItOTAyZS00ZGY3LTg3YWQtMTk3MDdkZjcwYjc0In0.sXquSC4drPrLvlA7o-QmlJX9IcX_iduBTwhCSYdAOZ4"}],"variable":[]}},"response":[{"id":"978f3b9e-dad9-4810-8bd2-4a7384301ff1","name":"Get Campaigns","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.syvid.io/api/campaigns/all?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBfaWQiOiIxMmY2NWY1NS0wNjQ3LTRlZmUtYTgwYS1mMDBhMmNiYjMxOTkiLCJ1c2VyX2tleSI6ImE1YzEzZmM4LTVlODQtNGNjMS05YmIyLWI0ODlhMDczZjM3YyIsInVzZXJfaWQiOiI3NjhlNTZiNC04YTZkLTRmMDAtYWI0Mi05NWU5ZTc0NzU4NGIifQ.hDNgKvkkecRQDG-XyZf9RslyXZIJ5VFizhnSKuexato","host":["https://app.syvid.io/api/campaigns"],"path":["all"],"query":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBfaWQiOiIxMmY2NWY1NS0wNjQ3LTRlZmUtYTgwYS1mMDBhMmNiYjMxOTkiLCJ1c2VyX2tleSI6ImE1YzEzZmM4LTVlODQtNGNjMS05YmIyLWI0ODlhMDczZjM3YyIsInVzZXJfaWQiOiI3NjhlNTZiNC04YTZkLTRmMDAtYWI0Mi05NWU5ZTc0NzU4NGIifQ.hDNgKvkkecRQDG-XyZf9RslyXZIJ5VFizhnSKuexato"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 27 Dec 2018 07:20:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"status\":true,\"result\":{\"data\":[{\"id\":\"052d6e1c-6e2a-4f56-876c-1ea5350f67e6\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Linkedin Test\",\"description\":\"testing linkedin\",\"status\":0,\"deleted\":false,\"created\":\"2018-11-29T06:10:36\",\"modified\":\"2018-11-29T06:10:36\"},{\"id\":\"250b1033-8a5f-4d1a-a81c-28cde20ca8d3\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"wordpress\",\"description\":\"\",\"status\":0,\"deleted\":false,\"created\":\"2018-02-26T07:13:40\",\"modified\":\"2018-02-26T07:13:40\"},{\"id\":\"33eeac10-51fa-4ba3-8ab4-c16bede90677\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Dailymotion test\",\"description\":\"dailymotion test\",\"status\":0,\"deleted\":true,\"created\":\"2017-12-15T05:13:00\",\"modified\":\"2018-01-16T05:12:18\"},{\"id\":\"38e542ca-22d1-437f-b67e-e54b826dcd99\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Test Campaign\",\"description\":\"\",\"status\":0,\"deleted\":false,\"created\":\"2018-01-16T07:16:04\",\"modified\":\"2018-01-16T07:16:04\"},{\"id\":\"3fa3f7fa-f442-44b2-98b1-e26df02e30f8\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Linkedin 1\",\"description\":\"ad\",\"status\":0,\"deleted\":false,\"created\":\"2018-11-29T07:32:16\",\"modified\":\"2018-11-29T07:32:16\"},{\"id\":\"6ad3079d-a455-49a5-ac30-583af4899844\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Youtube\",\"description\":\"youtube share test\",\"status\":0,\"deleted\":false,\"created\":\"2017-12-27T04:37:20\",\"modified\":\"2017-12-27T04:37:20\"},{\"id\":\"7a946da6-250f-4ea9-a408-881c396735ce\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Vimeo\",\"description\":\"vimeo test\",\"status\":0,\"deleted\":false,\"created\":\"2018-01-16T09:34:19\",\"modified\":\"2018-01-16T09:34:19\"},{\"id\":\"84135f3e-a700-4a4e-9a16-dbc0a3140bda\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"anujsh\",\"description\":\"sdfsd\",\"status\":0,\"deleted\":false,\"created\":\"2018-01-16T07:12:34\",\"modified\":\"2018-01-16T07:12:34\"},{\"id\":\"8faf2091-e10a-40f1-8b78-dabbe21083bb\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Facebook and Youtube\",\"description\":\"video test to facebook and youtube\",\"status\":0,\"deleted\":false,\"created\":\"2017-11-16T15:37:31\",\"modified\":\"2017-11-16T15:37:31\"},{\"id\":\"b26e039c-6e77-4842-b014-7df7267e515d\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"zlataneos\",\"description\":\"\",\"status\":0,\"deleted\":false,\"created\":\"2018-08-21T11:29:55\",\"modified\":\"2018-08-21T11:29:55\"},{\"id\":\"b923adeb-38b8-445e-813f-7a700e085439\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Vzaar Test 2\",\"description\":\"\",\"status\":0,\"deleted\":false,\"created\":\"2018-11-20T11:08:39\",\"modified\":\"2018-11-20T11:08:39\"},{\"id\":\"ba4245b7-dd84-4c70-842b-d968e1650c50\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Tumblr\",\"description\":\"sdfsadf\",\"status\":0,\"deleted\":true,\"created\":\"2017-12-13T09:22:52\",\"modified\":\"2017-12-13T09:27:20\"},{\"id\":\"ba974e37-290f-46c0-8fbc-1086b668f101\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Twitch 2\",\"description\":\"twitch 2 test\",\"status\":0,\"deleted\":false,\"created\":\"2018-11-20T10:58:15\",\"modified\":\"2018-11-20T10:58:15\"},{\"id\":\"bbadbc09-594e-4de8-9466-329abc431370\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Vimeo Direct Test 111\",\"description\":\"D\",\"status\":0,\"deleted\":false,\"created\":\"2018-11-26T12:46:34\",\"modified\":\"2018-11-26T12:46:34\"},{\"id\":\"d1f97121-7ee7-4b62-bfd1-c19cb2d75626\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"hello\",\"description\":\"how are you\",\"status\":0,\"deleted\":false,\"created\":\"2018-08-30T04:54:33\",\"modified\":\"2018-08-30T04:54:33\"},{\"id\":\"dede6c18-743e-4b9f-88dc-63c05cb7ef7a\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"morning\",\"description\":\"\",\"status\":0,\"deleted\":false,\"created\":\"2018-08-21T11:38:46\",\"modified\":\"2018-08-21T11:38:46\"},{\"id\":\"defb42b6-bddd-4b84-b37a-afad1a62a7a9\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"test pop\",\"description\":\"\",\"status\":0,\"deleted\":false,\"created\":\"2018-08-21T11:34:06\",\"modified\":\"2018-08-21T11:34:06\"},{\"id\":\"e637c5ca-ce30-4ddb-b137-5cdfa420e59b\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"YouTube 002\",\"description\":\"\",\"status\":0,\"deleted\":false,\"created\":\"2018-08-21T11:46:56\",\"modified\":\"2018-08-21T11:46:56\"},{\"id\":\"e90d832d-e388-4c45-add4-0ad5eb0ae106\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"daily 2\",\"description\":\"motion test\",\"status\":0,\"deleted\":false,\"created\":\"2018-11-20T10:45:47\",\"modified\":\"2018-11-20T10:45:47\"},{\"id\":\"eb7cdf03-c20a-43e3-8091-f0f33ff8c652\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"wordpress\",\"description\":\"\",\"status\":0,\"deleted\":false,\"created\":\"2018-02-26T07:11:25\",\"modified\":\"2018-02-26T07:11:25\"},{\"id\":\"ef525705-22f3-4f7a-860e-4c1822b68936\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Dailymotion test\",\"description\":\"\",\"status\":0,\"deleted\":false,\"created\":\"2018-05-25T11:38:11\",\"modified\":\"2018-05-25T11:38:11\"},{\"id\":\"f64d4e08-3cea-42d0-95bb-4469708bb573\",\"user_id\":\"768e56b4-8a6d-4f00-ab42-95e9e747584b\",\"title\":\"Tumblr\",\"description\":\"sdfsadf\",\"status\":0,\"deleted\":true,\"created\":\"2017-12-13T09:22:44\",\"modified\":\"2018-01-16T05:12:13\"}]}}"}],"_postman_id":"00f79ae7-03d4-4a3b-803e-ae6df2fa98bf"}],"id":"54cfa3cc-3e85-4268-a9e9-4bc207c6d052","_postman_id":"54cfa3cc-3e85-4268-a9e9-4bc207c6d052","description":""},{"name":"Post Video","item":[{"name":"Publish Video","id":"a32eb640-a723-fd52-7944-7963459e969e","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBfaWQiOiIxMmY2NWY1NS0wNjQ3LTRlZmUtYTgwYS1mMDBhMmNiYjMxOTkiLCJ1c2VyX2tleSI6ImE1YzEzZmM4LTVlODQtNGNjMS05YmIyLWI0ODlhMDczZjM3YyIsInVzZXJfaWQiOiI3NjhlNTZiNC04YTZkLTRmMDAtYWI0Mi05NWU5ZTc0NzU4NGIifQ.hDNgKvkkecRQDG-XyZf9RslyXZIJ5VFizhnSKuexato","description":"<p>Access token of the user</p>\n","type":"text"},{"key":"campaign_id","value":"052d6e1c-6e2a-4f56-876c-1ea5350f67e6","description":"<p>Campaign id in which video has to be uploaded</p>\n","type":"text"},{"key":"video_file","value":null,"description":"<p>Video file: <code>.mp4</code></p>\n","type":"file"},{"key":"title","value":"Awesome SEO Trick","description":"<p>Title to be posted on social networks</p>\n","type":"text"},{"key":"keywords","value":"example,test","description":"<p>Each keyword separated by (,) comma</p>\n","type":"text"},{"key":"description","value":"Description to post on networks","description":"<p>Description to be posted on social networks. Description content can be spinned using SpinText feature. To spin the content, enclose in <code>{{ }}</code>. <code>Ex., {{hello|hola}}</code></p>\n","type":"text"},{"key":"initiate","value":"0","description":"<p><code>true</code> or <code>false</code>. Initiate the video distribution when upload is complete. If is not passed or is <code>false</code> video distribution has to be done manually be login to SyVid account.</p>\n","type":"text"}]},"url":"https://app.syvid.io/api/post-videos/upload","description":"<p>Publish video to the SyVid campaign.</p>\n","urlObject":{"protocol":"https","path":["api","post-videos","upload"],"host":["app","syvid","io"],"query":[],"variable":[]}},"response":[{"id":"3b9e78bf-f2f1-5414-a845-92580b14a97d","name":"Publish Video","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBfaWQiOiIxMmY2NWY1NS0wNjQ3LTRlZmUtYTgwYS1mMDBhMmNiYjMxOTkiLCJ1c2VyX2tleSI6ImE1YzEzZmM4LTVlODQtNGNjMS05YmIyLWI0ODlhMDczZjM3YyIsInVzZXJfaWQiOiI3NjhlNTZiNC04YTZkLTRmMDAtYWI0Mi05NWU5ZTc0NzU4NGIifQ.hDNgKvkkecRQDG-XyZf9RslyXZIJ5VFizhnSKuexato","description":"Access token of the user","type":"text"},{"key":"campaign_id","value":"052d6e1c-6e2a-4f56-876c-1ea5350f67e6","description":"Campaign id in which video has to be uploaded","type":"text"},{"key":"video_file","value":null,"description":"Video file: `.mp4`","type":"file"},{"key":"title","value":"Awesome SEO Trick","description":"Title to be posted on social networks","type":"text"},{"key":"keywords","value":"example,test","description":"Each keyword separated by (,) comma","type":"text"},{"key":"description","value":"Description to post on networks","description":"Description to be posted on social networks. Description content can be spinned using SpinText feature. To spin the content, enclose in `{{ }}`. `Ex., {{hello|hola}}`","type":"text"},{"key":"initiate","value":"0","description":"`true` or `false`. Initiate the video distribution when upload is complete. If is not passed or is `false` video distribution has to be done manually be login to SyVid account.","type":"text"}]},"url":"https://app.syvid.io/api/post-videos/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-headers","key":"access-control-allow-headers","value":"Content-Type, Authorization, Accept, Origin, Content-Type, Authorization, Accept, Origin","description":""},{"name":"access-control-allow-methods","key":"access-control-allow-methods","value":"GET, POST, OPTIONS, GET, POST, OPTIONS","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"access-control-max-age","key":"access-control-max-age","value":"262800000","description":""},{"name":"connection","key":"connection","value":"Keep-Alive","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Wed, 06 Feb 2019 06:43:49 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=200","description":""},{"name":"server","key":"server","value":"Apache","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"28084","body":"{\"status\":true,\"result\":{\"data\":{\"syvid_integration_id\":\"c7ac219e-7d98-4cb3-b149-12f2b0c2caff\",\"token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBfaWQiOiIxMmY2NWY1NS0wNjQ3LTRlZmUtYTgwYS1mMDBhMmNiYjMxOTkiLCJ1c2VyX2tleSI6ImRmNmQxYzA5LWQwYjMtNGIxNC05NjA4LWNhZjk5OWY3NjhmMyIsInVzZXJfaWQiOiIyY2ViMjY3YS1mMDdhLTQwM2ItOWNiMy03NTVjNjQzOTQwYTAifQ.VWZXnv3Bkw5e-ZYEjlwhCk9IDkXeYS_F8MgpqHiolzI\",\"campaign_id\":\"001e0e5d-9fea-4d24-813e-7b0996b3edc6\",\"title\":\"Awesome SEO Trick\",\"keywords\":\"example,test\",\"description\":\"Description to post on networks\",\"initiate\":\"0\",\"video_file\":\"narazgi-video-song-batti-gul-meter-chalu-shahid-kapoor-shraddha-kapoor-md-geet-qui1d1czbri.webm\",\"source\":\"12f65f55-0647-4efe-a80a-f00a2cbb3199\",\"created\":\"2019-02-06T06:44:15\",\"modified\":\"2019-02-06T06:44:15\",\"dir\":\"webroot\\/files\\/PostVideos\\/video_file\\/1549435455.3459\\/\",\"size\":30150667,\"type\":\"video\\/webm\",\"id\":\"49b495e5-ece2-45d3-8f6a-9a560cfa47b7\"}}}"}],"_postman_id":"a32eb640-a723-fd52-7944-7963459e969e"}],"id":"a3f64d05-4408-4c4b-abad-135abbd9a5e5","_postman_id":"a3f64d05-4408-4c4b-abad-135abbd9a5e5","description":""}],"event":[{"listen":"prerequest","script":{"id":"3de33c9e-3f3f-4f90-a1eb-516ba54c4885","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d1252e15-ce8e-45e0-abc6-eb84c005d4c2","type":"text/javascript","exec":[""]}}],"variable":[{"key":"ENPOINT_URL","value":"https://app.syvid.io/api/","type":"string"},{"key":"ACCESS_TOKEN","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBfaWQiOiIxMmY2NWY1NS0wNjQ3LTRlZmUtYTgwYS1mMDBhMmNiYjMxOTkiLCJ1c2VyX2tleSI6ImE1YzEzZmM4LTVlODQtNGNjMS05YmIyLWI0ODlhMDczZjM3YyIsInVzZXJfaWQiOiI3NjhlNTZiNC04YTZkLTRmMDAtYWI0Mi05NWU5ZTc0NzU4NGIifQ.hDNgKvkkecRQDG-XyZf9RslyXZIJ5VFizhnSKuexato","type":"string"}]}