{"info":{"_postman_id":"8fa2f095-d0e6-49e0-aa18-1c245524f752","name":"Video Manager","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6225567","collectionId":"8fa2f095-d0e6-49e0-aa18-1c245524f752","publishedId":"2s8ZDcyKSF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-25T10:58:36.000Z"},"item":[{"name":"Create User","id":"2922f78e-aac0-4ee3-b2cd-78381039c0ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_name\": \"tobslob\",\n    \"password\": \"Kazeem27\",\n    \"email\": \"odutola@yahoo.com\",\n    \"full_name\": \"Kazeem Odutola\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/api/v1/users","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2922f78e-aac0-4ee3-b2cd-78381039c0ac"},{"name":"Login User","id":"1b52c622-6247-4c2b-8012-e6412f24ee33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_name\": \"tobslob\",\n    \"password\": \"Kazeem27\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/api/v1/users/login","urlObject":{"protocol":"http","port":"8080","path":["api","v1","users","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b52c622-6247-4c2b-8012-e6412f24ee33"},{"name":"Create Video","id":"6385d4c0-7a48-41ed-98b4-0da1584840df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://youtube.com/video/uqjwdess\",\n    \"duration\": \"3h40m\",\n    \"title\": \"Gladetors\",\n    \"width\": 350,\n    \"height\": 500,\n    \"file_type\": \"mp4\",\n    \"resolutions\": 1000,\n    \"keywords\": \"titan video movies\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/api/v1/videos","urlObject":{"protocol":"http","port":"8080","path":["api","v1","videos"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6385d4c0-7a48-41ed-98b4-0da1584840df"},{"name":"Get Video","id":"c1bb1640-d8d2-4702-8297-8e694ac23e96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8080/api/v1/videos/:id","urlObject":{"protocol":"http","port":"8080","path":["api","v1","videos",":id"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"ef9d0ec4-1996-4ec7-b89d-584898ad1f86","type":"any","value":"e5d16a4e-f76a-4347-92bb-7d147341b725","key":"id"}]}},"response":[],"_postman_id":"c1bb1640-d8d2-4702-8297-8e694ac23e96"},{"name":"DELETE Video","id":"f14e71f5-7750-4af0-b6ff-5ba1a52f0ee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:8080/api/v1/videos/:id","urlObject":{"protocol":"http","port":"8080","path":["api","v1","videos",":id"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"c3727d85-7c35-4217-8306-95d4121fe926","type":"any","value":"e5d16a4e-f76a-4347-92bb-7d147341b725","key":"id"}]}},"response":[],"_postman_id":"f14e71f5-7750-4af0-b6ff-5ba1a52f0ee2"},{"name":"Create Annotation","id":"ecc92617-8ac7-453e-a630-9348b35890d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"video_id\": \"69757175-7423-4675-ad9c-ebf8249d600e\",\n    \"type\": \"Advertisment\",\n    \"note\": \"This is an Advertisment video annotation\",\n    \"title\": \"Advertisment\",\n    \"label\": \"advertise\",\n    \"start_time\": \"0m\",\n    \"end_time\": \"1h50m\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/api/v1/annotations","urlObject":{"protocol":"http","port":"8080","path":["api","v1","annotations"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecc92617-8ac7-453e-a630-9348b35890d4"},{"name":"Get Annotation","id":"e2a10a2d-6002-421b-884a-1ca1eb586af9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8080/api/v1/annotations/:id","urlObject":{"protocol":"http","port":"8080","path":["api","v1","annotations",":id"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"249b8556-f357-45a1-95ae-d06d3080a7e4","type":"any","value":"c1bc4dcb-6fcf-4bc8-9f5f-31f40aec33be","key":"id"}]}},"response":[],"_postman_id":"e2a10a2d-6002-421b-884a-1ca1eb586af9"},{"name":"List Annotations","id":"f099e8c8-5fca-48ac-8dfd-b11099310cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8080/api/v1/annotations?video_id=69757175-7423-4675-ad9c-ebf8249d600e&page_id=1&page_size=5","urlObject":{"protocol":"http","port":"8080","path":["api","v1","annotations"],"host":["127","0","0","1"],"query":[{"key":"video_id","value":"69757175-7423-4675-ad9c-ebf8249d600e"},{"key":"page_id","value":"1"},{"key":"page_size","value":"5"}],"variable":[]}},"response":[],"_postman_id":"f099e8c8-5fca-48ac-8dfd-b11099310cfe"},{"name":"Delete Annotation","id":"5af70600-3235-408f-b5df-7d11e48947c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:8080/api/v1/annotations/:id","urlObject":{"protocol":"http","port":"8080","path":["api","v1","annotations",":id"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"8b3895e9-46aa-47ad-8a0c-e7ce34d896a2","type":"any","value":"c1bc4dcb-6fcf-4bc8-9f5f-31f40aec33be","key":"id"}]}},"response":[],"_postman_id":"5af70600-3235-408f-b5df-7d11e48947c2"},{"name":"PATCH Annotation","id":"8ee09641-4087-4d57-a965-a99535eeedb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"3aace1c5-c2f9-46c7-8c33-e827dfc928f7\",\n    \"video_id\": \"69757175-7423-4675-ad9c-ebf8249d600e\",\n    \"type\": \"Advertisment\",\n    \"note\": \"This is an Advertisment video annotation\",\n    \"title\": \"Updated Advertisment\",\n    \"label\": \"updated advert\",\n    \"start_time\": \"0m\",\n    \"end_time\": \"5h50m\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/api/v1/annotations/:id/:video_id","urlObject":{"protocol":"http","port":"8080","path":["api","v1","annotations",":id",":video_id"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"31b63c5d-5ea8-47d3-bd4d-a87c6efacb66","type":"any","value":"3aace1c5-c2f9-46c7-8c33-e827dfc928f7","key":"id"},{"id":"2b55b37d-76cb-42f1-81a5-3401d61cb598","type":"any","value":"69757175-7423-4675-ad9c-ebf8249d600e","key":"video_id"}]}},"response":[],"_postman_id":"8ee09641-4087-4d57-a965-a99535eeedb6"}]}