{"info":{"_postman_id":"ec032b50-83e2-426c-8393-f25754cc0aa2","name":"negavid-media","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"29367259","collectionId":"ec032b50-83e2-426c-8393-f25754cc0aa2","publishedId":"2sB2qZFNkP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-04T19:27:44.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","id":"fd82c7ed-e330-444f-b723-4fe3a97b3472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"09000000000","description":"<p>11 digit phone number</p>\n","type":"default"}]},"url":"https://api.negavid.com/api/v2/auth/phone","description":"<p>This endpoint allows the user to authenticate using their phone number. The request should be sent as an HTTP POST to the specified URL with the form-data request body type.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request is a JSON schema.</p>\n","urlObject":{"protocol":"https","path":["api","v2","auth","phone"],"host":["api","negavid","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd82c7ed-e330-444f-b723-4fe3a97b3472"},{"name":"Verify OTP","id":"5e3518f3-86a7-4d44-b6ca-2c2526e71547","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"50","type":"default"},{"key":"code","value":"493035","type":"default"}]},"url":"https://api.negavid.com/api/v2/auth/verify/sms/code","description":"<h3 id=\"verify-sms-code\">Verify SMS Code</h3>\n<p>This endpoint is used to verify the SMS code for authentication.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li>No parameters are required in the request body for this endpoint.</li>\n</ul>\n<p><strong>Response</strong></p>\n<ul>\n<li><p>The response will contain the result of the SMS code verification.</p>\n</li>\n<li><p>The response will contain the organizations code that this user access to.</p>\n</li>\n</ul>\n<p><strong>Impotant note:</strong></p>\n<p>Negavid supports a <strong>multi-account feature</strong>, allowing users to access multiple organizations. In API responses, you will see the list of organizations you have access to.</p>\n<p>To interact with a specific organization, you must include the <strong>organization code</strong> in each request header.</p>\n<p>To specify which organization you want to work with, include the following header in your API requests:</p>\n<h3 id=\"header-key\"><strong>Header Key:</strong></h3>\n<p><code>X-Organization-Code</code></p>\n","urlObject":{"protocol":"https","path":["api","v2","auth","verify","sms","code"],"host":["api","negavid","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e3518f3-86a7-4d44-b6ca-2c2526e71547"}],"id":"5b80c619-11d3-4aa6-8b5b-94a07c4455ec","_postman_id":"5b80c619-11d3-4aa6-8b5b-94a07c4455ec","description":""},{"name":"Audio","item":[{"name":"Folders","id":"9fbb7566-1a57-4590-ad86-d83c3a8c667f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"url":"https://api.negavid.com/api/v2/audio/folders","description":"<p>The <code>GET</code> request to <code>/audio/folders</code> endpoint retrieves a list of audio folders.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request can be documented as a JSON schema:</p>\n","urlObject":{"path":["folders"],"host":["https://api.negavid.com/api/v2/audio"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fbb7566-1a57-4590-ad86-d83c3a8c667f"},{"name":"Edit Folder","id":"09d3d9a9-c27d-48ab-9175-812353824791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"100","type":"default"},{"key":"name","value":"Negavid Production","type":"default"}]},"url":"https://api.negavid.com/api/v2/audio/edit/folder","description":"<h3 id=\"edit-audio-folder\">Edit Audio Folder</h3>\n<p>This endpoint allows you to edit an audio folder.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li>No request body parameters are required for this endpoint.</li>\n</ul>\n<p><strong>Response</strong></p>\n<ul>\n<li>The response will contain the updated details of the audio folder after the edit operation.</li>\n</ul>\n","urlObject":{"path":["edit","folder"],"host":["https://api.negavid.com/api/v2/audio"],"query":[],"variable":[]}},"response":[],"_postman_id":"09d3d9a9-c27d-48ab-9175-812353824791"},{"name":"Create folder","id":"f787af18-ce45-4e4d-9d5b-67f5a5853ed8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"1","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Negavid production","type":"default"}]},"url":"https://api.negavid.com/api/v2/audio/create/folder","urlObject":{"path":["create","folder"],"host":["https://api.negavid.com/api/v2/audio"],"query":[],"variable":[]}},"response":[],"_postman_id":"f787af18-ce45-4e4d-9d5b-67f5a5853ed8"},{"name":"Transfer","id":"3a41a9b9-05e5-4635-8d81-f4bccdfebf8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"folder_id","value":"100","type":"default"},{"key":"audio_ids[0]","value":"1500","type":"default"},{"key":"audio_ids[1]","value":"1600","type":"default"}]},"url":"https://api.negavid.com/api/v2/audio/transfer","description":"<h2 id=\"audio-transfer\">Audio Transfer</h2>\n<p>This endpoint is used to transfer audio files from selected folder to target folder.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><strong>audio_ids[1]</strong> (array, required): Specifies the audio ids to be transferred.</p>\n</li>\n<li><p><strong>folder_id</strong> (integer) : Specifies the target folder id.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the result of the audio transfer request.</p>\n","urlObject":{"path":["transfer"],"host":["https://api.negavid.com/api/v2/audio"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a41a9b9-05e5-4635-8d81-f4bccdfebf8e"},{"name":"Audios","id":"1c075e6f-a7bc-48a5-b3d7-c70c18210f82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"default"}],"url":"https://api.negavid.com/api/v2/audio/list/261","urlObject":{"path":["list","261"],"host":["https://api.negavid.com/api/v2/audio"],"query":[{"disabled":true,"key":"duration","value":"1"},{"disabled":true,"key":"download","value":""},{"disabled":true,"key":"hear_count","value":"1"}],"variable":[]}},"response":[],"_postman_id":"1c075e6f-a7bc-48a5-b3d7-c70c18210f82"},{"name":"Delete","id":"5076acfb-84af-42cc-a294-9ff120cb53d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"url":"https://api.negavid.com/api/v2/audio/delete/185","description":"<h3 id=\"delete-audio\">Delete Audio</h3>\n<p>This endpoint is used to delete a specific audio file.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li>Method: DELETE</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>This request does not require a request body.</p>\n","urlObject":{"path":["delete","185"],"host":["https://api.negavid.com/api/v2/audio"],"query":[],"variable":[]}},"response":[],"_postman_id":"5076acfb-84af-42cc-a294-9ff120cb53d5"},{"name":"Edit","id":"9e14eacc-8e4f-4eed-b1c3-dc3e6e498088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"url":"https://api.negavid.com/api/v2/audio/edit/184","description":"<h3 id=\"retrieve-edited-audio\">Retrieve Edited Audio</h3>\n<p>This endpoint retrieves the details of the audio with the specified ID.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li>Method: GET</li>\n</ul>\n","urlObject":{"path":["edit","184"],"host":["https://api.negavid.com/api/v2/audio"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e14eacc-8e4f-4eed-b1c3-dc3e6e498088"},{"name":"Update","id":"4d0c79de-5f1c-49f4-9390-0ee20ea0d194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Stream platform","type":"default"},{"key":"description","value":"Negavid","type":"default"},{"key":"folder_id","value":"206","type":"default"}]},"url":"https://api.negavid.com/api/v2/audio/update/184","description":"<h3 id=\"update-audio\">Update Audio</h3>\n<p>This endpoint is used to update an existing audio file.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li>Method: POST</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>description</code> (string): The description of the audio file.</p>\n</li>\n<li><p><code>folder_id</code> (integer): The ID of target folder if you want to change the folder of audio</p>\n</li>\n<li><p><code>title</code></p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request follows the JSON schema below:</p>\n","urlObject":{"path":["update","184"],"host":["https://api.negavid.com/api/v2/audio"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d0c79de-5f1c-49f4-9390-0ee20ea0d194"},{"name":"Upload","id":"d8ade9c1-6c60-4177-b0af-1047595db07c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Organization-Code","value":"4","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"negavid","type":"text"},{"key":"description","value":"desc","type":"text"},{"key":"folder_id","value":"258","description":"<p>If not presented upload to uncategorized</p>\n","type":"text"},{"key":"file","description":"<p>required | MP3 | AAC</p>\n","type":"file","value":null}]},"url":"https://api.negavid.com/api/v2/audio/upload","description":"<p>This endpoint allows users to upload audio files. The request should be sent as a POST request to the specified URL with the audio file attached as form-data.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>file</code> (file, required): The audio file to be uploaded. Only MP3 and AAC file types are accepted.</p>\n</li>\n<li><p><code>folder_id</code> (file, required): If is not presented thee file upload in UNCATEGORIZED folder.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request is documented as a JSON schema.</p>\n","urlObject":{"path":["upload"],"host":["https://api.negavid.com/api/v2/audio"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8ade9c1-6c60-4177-b0af-1047595db07c"}],"id":"7d118796-d6e3-4d25-ba17-a1c5de9117da","_postman_id":"7d118796-d6e3-4d25-ba17-a1c5de9117da","description":""},{"name":"Home","item":[{"name":"Overview","id":"7ef4b0de-41d8-4e4f-b34a-6a7055011a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"url":"https://api.negavid.com/api/v2/overview","description":"<h1 id=\"overview-endpoint\">Overview Endpoint</h1>\n<p>This endpoint sends an HTTP GET request to retrieve an overview of current service.</p>\n<h3 id=\"request\">Request</h3>\n<p>The request does not require a request body. It only includes the base URL and the endpoint path.</p>\n","urlObject":{"host":["https://api.negavid.com/api/v2/overview"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ef4b0de-41d8-4e4f-b34a-6a7055011a5b"},{"name":"Search","id":"6c2acb94-c597-4d1a-90df-c51d0269c05d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"url":"https://api.negavid.com/api/v2/search?query=negavid","description":"<p>This endpoint makes an HTTP GET request to search for results based on the provided query parameter. The query parameter \"negavid\" is used to search for relevant information.</p>\n<p>This endpoint search on all modules , incude video,audio,users</p>\n","urlObject":{"host":["https://api.negavid.com/api/v2/search"],"query":[{"key":"query","value":"negavid"}],"variable":[]}},"response":[],"_postman_id":"6c2acb94-c597-4d1a-90df-c51d0269c05d"}],"id":"0ee478cd-3033-44b7-9376-db00aa8765ed","_postman_id":"0ee478cd-3033-44b7-9376-db00aa8765ed","description":""},{"name":"Profile","item":[{"name":"website","item":[{"name":"Linked websites","id":"67d6009c-9bbb-43da-9981-f70167548e96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"X-Organization-Code","value":"4","type":"text"}],"url":"https://api.negavid.com/api/v2/profile/websites","description":"<h3 id=\"get-profile-websites\">Get Profile Websites</h3>\n<p>This endpoint retrieves the list of websites associated with the user's profile.</p>\n<h4 id=\"request\">Request</h4>\n<p>The request does not require a request body. It uses the HTTP GET method to retrieve the list of websites associated with the user's profile.</p>\n","urlObject":{"path":["websites"],"host":["https://api.negavid.com/api/v2/profile"],"query":[],"variable":[]}},"response":[],"_postman_id":"67d6009c-9bbb-43da-9981-f70167548e96"}],"id":"4fd0970b-bbb3-4cf5-a4e5-b17f1e949490","_postman_id":"4fd0970b-bbb3-4cf5-a4e5-b17f1e949490","description":""},{"name":"who am i","item":[{"name":"Profile summery","id":"af999754-b7a3-4363-9e11-821273e59ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"url":"https://api.negavid.com/api/v2/profile/summery","description":"<p>This endpoint makes an HTTP GET request to retrieve the summary of the user's profile.</p>\n","urlObject":{"path":["summery"],"host":["https://api.negavid.com/api/v2/profile"],"query":[],"variable":[]}},"response":[],"_postman_id":"af999754-b7a3-4363-9e11-821273e59ab2"},{"name":"My profile","id":"033bd53d-a962-4732-b1e2-8aad0f865e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"url":"https://api.negavid.com/api/v2/profile/my","description":"<p>This endpoint makes an HTTP GET request to retrieve the profile information of the authenticated user.</p>\n","urlObject":{"path":["my"],"host":["https://api.negavid.com/api/v2/profile"],"query":[],"variable":[]}},"response":[],"_postman_id":"033bd53d-a962-4732-b1e2-8aad0f865e85"}],"id":"5e3839b7-5ed9-4575-b8a7-fe386cc6418f","_postman_id":"5e3839b7-5ed9-4575-b8a7-fe386cc6418f","description":""}],"id":"d307f0bf-5a7f-4f67-a90b-1ea9e33362d7","_postman_id":"d307f0bf-5a7f-4f67-a90b-1ea9e33362d7","description":""},{"name":"Video","item":[{"name":"Folders","id":"aea58e50-26da-4230-9cd4-a64bedab0d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"url":"https://api.negavid.com/api/v2/video/folders","description":"<p>This endpoint makes an HTTP GET request to retrieve a list of video folders.</p>\n","urlObject":{"path":["folders"],"host":["https://api.negavid.com/api/v2/video"],"query":[],"variable":[]}},"response":[],"_postman_id":"aea58e50-26da-4230-9cd4-a64bedab0d57"},{"name":"UpdateFolder","id":"12c64642-30b7-4fdd-9c74-5073b4fcd1d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"1","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Negavid","type":"default"}]},"url":"https://api.negavid.com/api/v2/video/edit/folder/212","urlObject":{"path":["edit","folder","212"],"host":["https://api.negavid.com/api/v2/video"],"query":[],"variable":[]}},"response":[],"_postman_id":"12c64642-30b7-4fdd-9c74-5073b4fcd1d1"},{"name":"Create folder","id":"caacd17a-c18c-4411-9e76-e8e95fe13500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"1","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Negavid","type":"default"}]},"url":"https://api.negavid.com/api/v2/video/create/folder","description":"<p>This endpoint allows the user to create a new folder for organizing videos. The request should be sent as an HTTP POST to the specified URL.</p>\n","urlObject":{"path":["create","folder"],"host":["https://api.negavid.com/api/v2/video"],"query":[],"variable":[]}},"response":[],"_postman_id":"caacd17a-c18c-4411-9e76-e8e95fe13500"},{"name":"Transfer","id":"3fc7bef1-dffc-4d7d-9906-2f7f3f204491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"1","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"folder_id","value":"206","type":"default"},{"key":"video_ids[0]","value":"529","type":"default"},{"key":"video_ids[1]","value":"530","type":"default"}]},"url":"https://api.negavid.com/api/v2/video/transfer","description":"<h3 id=\"video-transfer\">Video Transfer</h3>\n<p>This endpoint is used to transfer a videos from desired follder to another folder in batch.</p>\n<p>The video ids must be sent as an array</p>\n","urlObject":{"path":["transfer"],"host":["https://api.negavid.com/api/v2/video"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fc7bef1-dffc-4d7d-9906-2f7f3f204491"},{"name":"Videos","id":"e918ca4b-3521-4038-805f-003ac622861e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"url":"https://api.negavid.com/api/v2/video/list/263","urlObject":{"path":["list","263"],"host":["https://api.negavid.com/api/v2/video"],"query":[{"disabled":true,"key":"duration","value":null},{"disabled":true,"key":"download","value":null},{"disabled":true,"key":"view","value":null}],"variable":[]}},"response":[],"_postman_id":"e918ca4b-3521-4038-805f-003ac622861e"},{"name":"Delete","id":"c90534c6-381a-4b4a-9f29-a434d1e41ed1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"3","type":"text"}],"url":"https://api.negavid.com/api/v2/video/delete/55","urlObject":{"path":["delete","55"],"host":["https://api.negavid.com/api/v2/video"],"query":[],"variable":[]}},"response":[],"_postman_id":"c90534c6-381a-4b4a-9f29-a434d1e41ed1"},{"name":"Edit","id":"42663bbd-3b23-46d2-a8f8-cecc3db7167e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"1","type":"text"}],"url":"https://api.negavid.com/api/v2/video/edit/552","description":"<p>This endpoint makes an HTTP GET request to retrieve the details of a specific video.</p>\n","urlObject":{"path":["edit","552"],"host":["https://api.negavid.com/api/v2/video"],"query":[],"variable":[]}},"response":[],"_postman_id":"42663bbd-3b23-46d2-a8f8-cecc3db7167e"},{"name":"UploadVideo","id":"6ecc7248-445a-4419-bb3d-12f69cfe96db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Negavid","description":"<p>Can be null</p>\n","type":"text","disabled":true},{"key":"description","value":"Negavid platform","description":"<p>Can be null</p>\n","type":"text","disabled":true},{"key":"folder_id","value":"212","description":"<p>Folder id is required if not presented it will upload in uncategorized folder</p>\n","type":"default"},{"key":"cover_image","description":"<p>Can be null | png format | under 1 MB</p>\n","type":"file","value":null,"disabled":true},{"key":"file","description":"<p>mp4 , mkv , mov</p>\n","type":"file","src":"/Users/sina/Downloads/Shadmehr Aghili - Koshhalam Barat خوشحالم برات (1).mp4"}]},"url":"https://api.negavid.com/api/v2/video/upload","description":"<p>The <code>POST /video/upload</code> endpoint is used to upload a video file to the server. The request should be sent as a form-data with the file parameter containing the video file to be uploaded.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>file</code> (file): The video file to be uploaded. Supported formats include mp4, mkv, and mov.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>the uploaded file id will send in response.</p>\n","urlObject":{"path":["upload"],"host":["https://api.negavid.com/api/v2/video"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ecc7248-445a-4419-bb3d-12f69cfe96db"},{"name":"Update","id":"d833a0d9-67cd-4e12-b29b-b990cc37b876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"1","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Negavid","type":"default"},{"key":"description","value":"platform","type":"default"},{"key":"folder_id","value":"206","type":"default"},{"key":"cover_image","description":"<p>Can be null | under 1MB | must be png</p>\n","type":"file","src":"/Users/sina/Downloads/Rectangle 18152.png","disabled":true}]},"url":"https://api.negavid.com/api/v2/video/update/551","description":"<h3 id=\"update-video\">Update Video</h3>\n<p>This endpoint is used to update a specific video by providing the video ID.</p>\n","urlObject":{"path":["update","551"],"host":["https://api.negavid.com/api/v2/video"],"query":[],"variable":[]}},"response":[],"_postman_id":"d833a0d9-67cd-4e12-b29b-b990cc37b876"}],"id":"8f8d67de-2c21-4c92-a486-6e2ec202c22b","_postman_id":"8f8d67de-2c21-4c92-a486-6e2ec202c22b","description":""},{"name":"Remote","item":[{"name":"Remote URl","id":"e39f26c2-06e9-4dd7-af43-25cef0d33a70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"X-Organization-Code","value":"4","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"url","value":"https://negavid.com","description":"<p>Link must be direct and accessible</p>\n","type":"default"},{"key":"folder_id","value":"206","description":"<p>If not presented uplaod to uncategorized</p>\n","type":"default"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.negavid.com/api/v2/media/upload/remote","description":"<h3 id=\"upload-remote-media\">Upload Remote Media</h3>\n<p>This endpoint allows users to upload media files from a remote source.</p>\n<ul>\n<li><p><strong>url</strong> : The url must be publiclly accessible and it must be direct link to file.</p>\n</li>\n<li><p><strong>folder_id</strong> : if. not present upload in UNCATEGORIZED</p>\n</li>\n</ul>\n","urlObject":{"path":["upload","remote"],"host":["https://api.negavid.com/api/v2/media"],"query":[],"variable":[]}},"response":[],"_postman_id":"e39f26c2-06e9-4dd7-af43-25cef0d33a70"}],"id":"b61ca7b7-ac80-4b28-9d52-4ed64e88d7fa","_postman_id":"b61ca7b7-ac80-4b28-9d52-4ed64e88d7fa","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"feeb45c9-ad4c-4538-8c8e-af6984ac09de"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"69ca55e2-06e1-4383-a4eb-ef3b63534499"}}],"variable":[{"key":"base_url","value":"https://api.negavid.com/api/v2/","type":"string"}]}