{"info":{"_postman_id":"478259f8-2437-4983-95f2-28c9ddaa9b36","name":"Deepfake Server","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"9427742","collectionId":"478259f8-2437-4983-95f2-28c9ddaa9b36","publishedId":"TVmQdvvp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-12-06T19:14:14.000Z"},"item":[{"name":"Signup","id":"5a23fdb1-ea7a-4159-8bbd-57143abcaff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"sample\",\r\n    \"email\": \"sample@example.com\",\r\n    \"password\": \"Example@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://deepfake.westus2.cloudapp.azure.com/users/signup","urlObject":{"protocol":"https","path":["users","signup"],"host":["deepfake","westus2","cloudapp","azure","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a23fdb1-ea7a-4159-8bbd-57143abcaff1"},{"name":"Login","id":"91050d43-78de-4090-a061-6dcc5f825e8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"sample\",\r\n    \"password\": \"Example@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://deepfake.westus2.cloudapp.azure.com/users/login","urlObject":{"protocol":"https","path":["users","login"],"host":["deepfake","westus2","cloudapp","azure","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"91050d43-78de-4090-a061-6dcc5f825e8d"},{"name":"Fetch History","id":"ef63e5d2-84b8-49b6-9c6e-1731df24b40b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer_Token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjA2YjUzMzdjYmZhMTU2ODRlOTVkNTYiLCJpYXQiOjE1OTQyNzUxMzEsImV4cCI6MTU5NDcwNzEzMX0.dPsTS3jgjPJU-b_S3SmxqvOfg2qHLg0BTmy1Sjje3tY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userId","value":"{{User_id}}","type":"text"}]},"url":"https://deepfake.westus2.cloudapp.azure.com/fetch-history","urlObject":{"protocol":"https","path":["fetch-history"],"host":["deepfake","westus2","cloudapp","azure","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef63e5d2-84b8-49b6-9c6e-1731df24b40b"},{"name":"Classify Video","id":"07ad27c8-f4bf-417c-9ccb-eeec83b7b7f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer_Token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"video","type":"file","src":"/C:/wamp64/www/SIH2020/Express_Server/video-cache/video-0ae11d0a.mp4"},{"key":"userId","value":"{{User_id}}","type":"text"}]},"url":"https://deepfake.westus2.cloudapp.azure.com/classify","urlObject":{"protocol":"https","path":["classify"],"host":["deepfake","westus2","cloudapp","azure","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"07ad27c8-f4bf-417c-9ccb-eeec83b7b7f0"},{"name":"Remove Video","id":"5ae3fcaf-afc3-443e-bbf7-f6bf3fb1d14a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer_Token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": {{User_id}},\r\n    \"videoId\": \"5f08fa6569cca212947e2bfa\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://52.225.219.201:3000/remove","urlObject":{"protocol":"http","port":"3000","path":["remove"],"host":["52","225","219","201"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ae3fcaf-afc3-443e-bbf7-f6bf3fb1d14a"},{"name":"Fetch PDF for  Video","id":"52623db0-225b-4d0f-bbef-d800ef36a405","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer_Token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/pdf?userId={{User_id}}&videoId=5f1150710aed29705c63992d","urlObject":{"port":"3000","path":["pdf"],"host":["localhost"],"query":[{"key":"userId","value":"{{User_id}}"},{"key":"videoId","value":"5f1150710aed29705c63992d"}],"variable":[]}},"response":[],"_postman_id":"52623db0-225b-4d0f-bbef-d800ef36a405"},{"name":"Classify Image","id":"dc2074a8-f163-4c97-999c-f89e8db1ef8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer_Token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"userId","value":"{{User_id}}","type":"text"},{"key":"image","type":"file","src":"/C:/Users/Akash/Pictures/akash.jpg"}]},"url":"https://deepfake.westus2.cloudapp.azure.com/get-image/","urlObject":{"protocol":"https","path":["get-image",""],"host":["deepfake","westus2","cloudapp","azure","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc2074a8-f163-4c97-999c-f89e8db1ef8f"},{"name":"Get Classified Image File Name","id":"fac87a1c-b0ac-4f82-95d7-356f59521226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer_Token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/get-image?userId={{User_id}}&imageId=5f145343c04d3d2c5c7d1c65","urlObject":{"port":"3000","path":["get-image"],"host":["localhost"],"query":[{"key":"userId","value":"{{User_id}}"},{"key":"imageId","value":"5f145343c04d3d2c5c7d1c65"}],"variable":[]}},"response":[],"_postman_id":"fac87a1c-b0ac-4f82-95d7-356f59521226"},{"name":"Fetch Labelled Image","id":"7d4e732b-2930-4426-aca4-78c7f05095f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/get-image/image?imageFile=image-09ed1670e.jpg","urlObject":{"protocol":"http","port":"3000","path":["get-image","image"],"host":["localhost"],"query":[{"key":"imageFile","value":"image-09ed1670e.jpg"}],"variable":[]}},"response":[],"_postman_id":"7d4e732b-2930-4426-aca4-78c7f05095f3"},{"name":"Remove Image","id":"de315ff0-2db4-4809-a79f-5d8e270743c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"imageId","value":"5f1452fb095bf920b037d720","type":"text"},{"key":"userId","value":"5f144f6fd60cde6ad8c54fd1","type":"text"}]},"url":"http://localhost:3000/remove/image","urlObject":{"protocol":"http","port":"3000","path":["remove","image"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"de315ff0-2db4-4809-a79f-5d8e270743c4"},{"name":"Fetch PDF for Image","id":"bf919aa7-bd82-4bc8-a09c-70944e693618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer_Token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/pdf-image?imageId=5f145343c04d3d2c5c7d1c65&userId={{User_id}}","urlObject":{"protocol":"http","port":"3000","path":["pdf-image"],"host":["localhost"],"query":[{"key":"imageId","value":"5f145343c04d3d2c5c7d1c65"},{"key":"userId","value":"{{User_id}}"}],"variable":[]}},"response":[],"_postman_id":"bf919aa7-bd82-4bc8-a09c-70944e693618"}]}