{"info":{"_postman_id":"9ea467fe-31c4-4a45-9b81-b7fa4cc1a857","name":"Graduation API","description":"<html><head></head><body><p>Gachon_USER Project API LIST</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19534544","collectionId":"9ea467fe-31c4-4a45-9b81-b7fa4cc1a857","publishedId":"2s93m7XMUt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-05-28T08:13:58.000Z"},"item":[{"name":"Spring_server","item":[{"name":"saveNewUser","id":"4247581c-1657-4c4b-8c05-808ccaf246d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>save new user UID from FireBaseUser</p>\n<p>clear : return 1</p>\n<p>fail : return 0</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"7db4bcb8-befa-478a-99b7-f94e857508b1","name":"result_example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"user_info\":\n    {\n                \"UID\":\"example.com\",\n                \"email\":\"example@gmail.com\",\n                \"password\":\"123456\",\n                \"auth\":\"user\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/android/saveNewUser"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"1"},{"key":"Date","value":"Sun, 28 May 2023 06:24:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"1"}],"_postman_id":"4247581c-1657-4c4b-8c05-808ccaf246d5"},{"name":"getUserDetail","id":"71ecc748-4381-488c-87d6-937fd6ec9601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>get User detail data</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"58e89841-e5f5-472d-bbf3-10980cc07f3d","name":"result_example","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://127.0.0.1:8080/android/getUserDetail?UID=example.com","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["android","getUserDetail"],"query":[{"key":"UID","value":"example.com","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"52"},{"key":"Date","value":"Sun, 28 May 2023 07:29:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\"UID\":\"example.com\",\"foodtaste\":null,\"lastfood\":-1}"}],"_postman_id":"71ecc748-4381-488c-87d6-937fd6ec9601"},{"name":"updateUser","id":"b85e1db3-73df-4fe3-9e07-39dc7f878898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>update User Data</p>\n<p>clear : return 1</p>\n<p>fail : return 0</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"c0355bca-5a08-4b99-9bdc-def72b15300e","name":"result_example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"user_info\":\n    {\n                \"UID\":\"example.com\",\n                \"email\":\"example@gmail.com\",\n                \"password\":\"123456\",\n                \"auth\":\"user_update1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/android/updateUser"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"1"},{"key":"Date","value":"Sun, 28 May 2023 07:30:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"1"}],"_postman_id":"b85e1db3-73df-4fe3-9e07-39dc7f878898"},{"name":"updateUserDetail","id":"58a06751-1558-4816-ac59-0401fa0891d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>update User Detail info</p>\n<p>clear : return 1</p>\n<p>fail : return 0</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"c6914e0f-996e-4d95-81e4-b5111b55f654","name":"result_example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"user_detail\":{\"UID\":\"example.com\",\"foodtaste\":null,\"lastfood\":-1,\"userRecipeList\":[{\n    \"ID\":1\n}]}}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/android/updateUserDetail"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"1"},{"key":"Date","value":"Sun, 28 May 2023 07:33:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"1"}],"_postman_id":"58a06751-1558-4816-ac59-0401fa0891d4"},{"name":"saveRecipe","id":"f9a1f940-5490-463b-b1c7-78995d56992a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>save User Make Food Recipe</p>\n<p>clear : return 1</p>\n<p>fail : return 0</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"0627e0df-6e00-46ec-baa6-898a549660f1","name":"result_example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"recipe_info\":\n    {\n        \"Name\":\"name\",\n        \"Url\":\"url\",\n        \"Tag\":\"tag\"\n    },\n    \"recipe_cooking\":[\n    {\n        \"cooking_order\":\"cooking_order1\",\n        \"cooking_order_no\":\"1\"\n    }],\n    \"recipe_ingredient\":[\n    {\n        \"ingredient_Name\": \"test_Name\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/android/saveRecipe"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"1"},{"key":"Date","value":"Sun, 28 May 2023 06:36:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"1"}],"_postman_id":"f9a1f940-5490-463b-b1c7-78995d56992a"},{"name":"recipeList","id":"2ba8cce2-d66c-4e17-9d11-1fd07327f296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>get all recipe list from database</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"d9a60a29-ad60-42bd-9f89-06e8356794d7","name":"result_example","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:8080/android/recipeList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 28 May 2023 06:36:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"haha\": [\n        {\n            \"recipe_tag\": \"tag\",\n            \"ID\": 0,\n            \"imgsrc\": \"url\",\n            \"Name\": \"name\"\n        },\n        {\n            \"recipe_tag\": \"tag\",\n            \"ID\": 1,\n            \"imgsrc\": \"url\",\n            \"Name\": \"name\"\n        },\n        {\n            \"recipe_tag\": \"tag\",\n            \"ID\": 2,\n            \"imgsrc\": \"url\",\n            \"Name\": \"name\"\n        },\n        {\n            \"recipe_tag\": \"tag\",\n            \"ID\": 3,\n            \"imgsrc\": \"url\",\n            \"Name\": \"name\"\n        },\n        {\n            \"recipe_tag\": \"tag\",\n            \"ID\": 4,\n            \"imgsrc\": \"url\",\n            \"Name\": \"name\"\n        }\n    ]\n}"}],"_postman_id":"2ba8cce2-d66c-4e17-9d11-1fd07327f296"},{"name":"recipeListFind","id":"6dde818d-c425-4caa-8af1-ba90f7493370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Search for a recipe for a specific id (from user request body)</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"8884362a-9e12-47f0-bd86-23b9443ec2f6","name":"result_example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"find\":[{\"ID\":\"1\"}]\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/android/recipeListFind"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 28 May 2023 06:52:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipelist\": [\n        {\n            \"recipe_tag\": \"tag\",\n            \"ID\": 1,\n            \"imgsrc\": \"url\",\n            \"Name\": \"name\"\n        }\n    ]\n}"}],"_postman_id":"6dde818d-c425-4caa-8af1-ba90f7493370"},{"name":"recipeIngredient","id":"861833db-9975-4b34-80b8-6f27da416afc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>get recipe ingredient info</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"9a4e9943-2b9e-4aa8-b84a-e55134df556b","name":"result_example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/android/recipeIngredient?id=4","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["android","recipeIngredient"],"query":[{"key":"id","value":"4","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 28 May 2023 06:54:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipeIngredient\": [\n        {\n            \"recipeList\": {\n                \"recipe_tag\": \"tag\",\n                \"ID\": 4,\n                \"imgsrc\": \"url\",\n                \"Name\": \"name\"\n            },\n            \"ingredient_name\": \"test_Name\",\n            \"idx_ing\": 1\n        }\n    ]\n}"}],"_postman_id":"861833db-9975-4b34-80b8-6f27da416afc"},{"name":"recipeCooking","id":"5897100b-43e2-49e0-90d7-c8d8ef9e9b6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>get recipe information</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"56dca8a3-0815-4c26-9bd0-40946e0f39e2","name":"result_example","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://127.0.0.1:8080/android/recipeCooking?id=4","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["android","recipeCooking"],"query":[{"key":"id","value":"4","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 28 May 2023 07:26:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipe\": [\n        {\n            \"recipeList\": {\n                \"recipe_tag\": \"tag\",\n                \"ID\": 4,\n                \"imgsrc\": \"url\",\n                \"Name\": \"name\"\n            },\n            \"cooking_order_no\": 1,\n            \"cooking_order\": \"cooking_order1\",\n            \"idx\": 0\n        }\n    ]\n}"}],"_postman_id":"5897100b-43e2-49e0-90d7-c8d8ef9e9b6d"},{"name":"recipeListByTag","id":"87d37d0d-6606-4e2c-a769-bdae748d8f95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Search for recipes for specific keywords</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"f9f00d9c-181d-4341-8b0c-4d851aec2f4c","name":"result_example","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:8080/android/recipeListByTag?tag_string=tag","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["android","recipeListByTag"],"query":[{"key":"tag_string","value":"tag","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 28 May 2023 07:27:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"recipe\": [\n        {\n            \"recipe_tag\": \"tag\",\n            \"ID\": 0,\n            \"imgsrc\": \"url\",\n            \"Name\": \"name\"\n        },\n        {\n            \"recipe_tag\": \"tag\",\n            \"ID\": 1,\n            \"imgsrc\": \"url\",\n            \"Name\": \"name\"\n        },\n        {\n            \"recipe_tag\": \"tag\",\n            \"ID\": 2,\n            \"imgsrc\": \"url\",\n            \"Name\": \"name\"\n        },\n        {\n            \"recipe_tag\": \"tag\",\n            \"ID\": 3,\n            \"imgsrc\": \"url\",\n            \"Name\": \"name\"\n        },\n        {\n            \"recipe_tag\": \"tag\",\n            \"ID\": 4,\n            \"imgsrc\": \"url\",\n            \"Name\": \"name\"\n        }\n    ]\n}"}],"_postman_id":"87d37d0d-6606-4e2c-a769-bdae748d8f95"}],"id":"eefe3fb6-f8d5-4024-b511-f7d2dcd14ed8","_postman_id":"eefe3fb6-f8d5-4024-b511-f7d2dcd14ed8","description":""},{"name":"ChatBot_FLASK","item":[{"name":"TiMMER Intent","id":"fbcd7859-582a-4178-be41-42053083acb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"0921d75f-9fb8-4b48-8852-0e996d30e5e4","name":"TiMMER Intent","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"chatString\":\"2분 30초 타이머\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/chat_request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sun, 28 May 2023 07:48:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"201"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent\": \"0\",\n    \"entity\": [\n        \"B-TIME\",\n        \"E-TIME\",\n        \"0\"\n    ],\n    \"append\": 150,\n    \"text\": [\n        \"2분\",\n        \"30초\",\n        \"타이머\"\n    ]\n}"}],"_postman_id":"fbcd7859-582a-4178-be41-42053083acb7"},{"name":"PAGE intent","id":"89d679af-a62f-4cd3-bf98-660ceb9345e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"cd67a514-b893-4927-ad76-d806c7e91ecd","name":"PAGE intent","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"chatString\":\"3장 다음 알려줘\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/chat_request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sun, 28 May 2023 07:50:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"226"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent\": \"2\",\n    \"entity\": [\n        \"S-Pcount\",\n        \"0\",\n        \"0\",\n        \"0\"\n    ],\n    \"append\": -3,\n    \"text\": [\n        \"3\",\n        \"장\",\n        \"다음\",\n        \"알려줘\"\n    ]\n}"}],"_postman_id":"89d679af-a62f-4cd3-bf98-660ceb9345e3"},{"name":"PAGE intent 2","id":"c5dd2ce4-6027-4226-841d-6c51a66238d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"40e91fb5-6816-4b77-a3ab-882bb972caff","name":"PAGE intent 2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"chatString\":\"2페이지 앞 보여줘\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/chat_request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sun, 28 May 2023 07:51:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"231"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent\": \"1\",\n    \"entity\": [\n        \"S-Pcount\",\n        \"0\",\n        \"0\",\n        \"0\"\n    ],\n    \"append\": 2,\n    \"text\": [\n        \"2\",\n        \"페이지\",\n        \"앞\",\n        \"보여줘\"\n    ]\n}"}],"_postman_id":"c5dd2ce4-6027-4226-841d-6c51a66238d6"},{"name":"REPEAT intent","id":"1ab95174-838b-47b7-b3f8-eb9cbd02862c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"0320b679-8124-4128-bb84-04d58027cad7","name":"REPEAT intent","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"chatString\":\"현재내용 다시 들려줘\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/chat_request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sun, 28 May 2023 07:52:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"239"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent\": \"3\",\n    \"entity\": [\n        \"S-NOW\",\n        \"0\",\n        \"0\",\n        \"0\"\n    ],\n    \"append\": 1,\n    \"text\": [\n        \"현재\",\n        \"내용\",\n        \"다시\",\n        \"들려줘\"\n    ]\n}"}],"_postman_id":"1ab95174-838b-47b7-b3f8-eb9cbd02862c"}],"id":"2abbfd71-4dd1-4146-b296-7b13d7854b3f","description":"<p>every intent API has two AI classification model.</p>\n<p>first : intent classification model for Command Categorization (KoBERT base)</p>\n<p>second : Command NER for Information extraction (like time or page num) (LSTM base)</p>\n","_postman_id":"2abbfd71-4dd1-4146-b296-7b13d7854b3f"},{"name":"Recommend_FLASK","item":[{"name":"recommend Request","id":"6e23473c-2df5-4bcb-96e9-fc38f8453fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"6ff47a04-cc71-40b9-9286-49bc781dde20","name":"recommend Result","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"last_ID\" : 0,\"user_ID\" : \"test2\",\"type\" : 0,\"num\" : 5}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/recommend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sun, 28 May 2023 08:11:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"content_base\": [\n        43,\n        22,\n        6,\n        24,\n        33\n    ],\n    \"user_base\": [\n        35,\n        39,\n        40,\n        8,\n        29\n    ],\n    \"num\": 5\n}"}],"_postman_id":"6e23473c-2df5-4bcb-96e9-fc38f8453fcd"}],"id":"24d94f7c-001d-4654-a5c4-5e33c18bd671","description":"<p>Recommendation API has  two types of recommendation systems.</p>\n<p>first : user base recommendation system (Collaborative filtering)</p>\n<p>second : recipe (content) base recommendation system (tf-idf + Cosine similarity)</p>\n","_postman_id":"24d94f7c-001d-4654-a5c4-5e33c18bd671"}]}