{"info":{"_postman_id":"6687d92d-8738-4f32-893c-be20faa23cb4","name":"가제트AI","description":"<html><head></head><body><p>가제트AI</p>\n<p>API v0.1</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"243195","collectionId":"6687d92d-8738-4f32-893c-be20faa23cb4","publishedId":"2s9YkgE5xS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-09T02:59:36.000Z"},"item":[{"name":"공통","item":[{"name":"고유ID생성","event":[{"listen":"test","script":{"id":"44cd7d40-7beb-41ce-bbf0-fcdd0206a3bc","exec":[""],"type":"text/javascript"}}],"id":"32f9d539-dd97-4804-8b65-92636ea5b730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://gazet.ai/api/v1/gw/comm/getGUID","description":"<h3 id=\"고유id생성\">고유ID생성</h3>\n<p>This endpoint allows you to make an HTTP POST request to generate a UID (Unique Identifier).</p>\n<p>The request should not include a request body.</p>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><code>rst_cd</code> (string): The result code.</li>\n<li><code>rst_msg</code> (string): The result message.</li>\n<li><code>uid</code> (string): The generated unique identifier.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","comm","getGUID"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"acddb5e5-6093-4fcc-b723-dedc6c24098b","name":"고유ID생성 Example","originalRequest":{"method":"POST","header":[],"url":"https://gazet.ai/api/v1/gw/comm/getGUID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 04:14:36 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"uid\": \"0422ea87-38e3-e1c3-6ca1-bbf0eb420508\"\n}"}],"_postman_id":"32f9d539-dd97-4804-8b65-92636ea5b730"},{"name":"키워드 조회","id":"6aeac755-fd9e-44f3-a499-f6e4cf33493d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"q","value":"캠핑밥솥","description":"<p>키워드를 조회할 단어</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/comm/searchKeywords","description":"<p>This endpoint allows you to search for keywords. You can make an HTTP POST request to <code>https://gazet.ai/api/v1/gw/searchKeywords</code> with a form-data request body. The key \"q\" should be used to specify the keyword to be searched, with the type of \"text\" and the description of \"키워드를 조회할 단어\".</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>q</code> (text) : 키워드를 조회할 단어</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li>Status: 200</li>\n<li><code>rst_cd</code> (string) : Result code</li>\n<li><code>rst_msg</code> (string) : Result message</li>\n<li><code>gen_keyword</code> (array) : Array of generated keywords<ul>\n<li><code>kwd</code> (string) : Keyword</li>\n<li><code>srch_vol</code> (integer) : Search volume</li>\n<li><code>comp_str</code> (string) : Competition strength</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","comm","searchKeywords"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"a077ec3d-ffb1-4c10-bfb2-db9fb5758026","name":"키워드 조회 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"q","value":"캠핑밥솥","description":"키워드를 조회할 단어","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/comm/searchKeywords"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 04:16:02 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"gen_keyword\": [\n        {\n            \"kwd\": \"이사선물세트\",\n            \"srch_vol\": 30,\n            \"comp_str\": \"중간\"\n        },\n        {\n            \"kwd\": \"캠핑용전기밥솥\",\n            \"srch_vol\": 340,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"캠핑전기밥솥\",\n            \"srch_vol\": 480,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"전기보온밥통\",\n            \"srch_vol\": 560,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"소형전기밥솥\",\n            \"srch_vol\": 600,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"캠핑용냄비\",\n            \"srch_vol\": 940,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"1인용전기밥솥\",\n            \"srch_vol\": 950,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"소형밥솥\",\n            \"srch_vol\": 990,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"캠핑용밥솥\",\n            \"srch_vol\": 1110,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"마카롱밥솥\",\n            \"srch_vol\": 1170,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"보온밥솥\",\n            \"srch_vol\": 1270,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"전기보온밥솥\",\n            \"srch_vol\": 1350,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"보온밥통\",\n            \"srch_vol\": 1690,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"2인용밥솥\",\n            \"srch_vol\": 1760,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"이유식밥솥\",\n            \"srch_vol\": 1850,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"3인용밥솥\",\n            \"srch_vol\": 1950,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"미니전기밥솥\",\n            \"srch_vol\": 2000,\n            \"comp_str\": \"중간\"\n        },\n        {\n            \"kwd\": \"캠핑코펠세트\",\n            \"srch_vol\": 2210,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"캠핑밥솥\",\n            \"srch_vol\": 2640,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"전기밥솥추천\",\n            \"srch_vol\": 2750,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"1인밥솥\",\n            \"srch_vol\": 4040,\n            \"comp_str\": \"중간\"\n        },\n        {\n            \"kwd\": \"감성캠핑용품\",\n            \"srch_vol\": 4690,\n            \"comp_str\": \"높음\"\n        },\n        {\n            \"kwd\": \"캠핑냄비\",\n            \"srch_vol\": 5650,\n            \"comp_str\": \"중간\"\n        },\n        {\n            \"kwd\": \"1인용밥솥\",\n            \"srch_vol\": 8260,\n            \"comp_str\": \"중간\"\n        },\n        {\n            \"kwd\": \"미니밥솥\",\n            \"srch_vol\": 10180,\n            \"comp_str\": \"중간\"\n        },\n        {\n            \"kwd\": \"저당밥솥\",\n            \"srch_vol\": 17510,\n            \"comp_str\": \"중간\"\n        },\n        {\n            \"kwd\": \"전기밥솥\",\n            \"srch_vol\": 35060,\n            \"comp_str\": \"중간\"\n        }\n    ]\n}"}],"_postman_id":"6aeac755-fd9e-44f3-a499-f6e4cf33493d"}],"id":"f777c139-a1c8-4958-81a8-3fedcab45e49","_postman_id":"f777c139-a1c8-4958-81a8-3fedcab45e49","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"6687d92d-8738-4f32-893c-be20faa23cb4","id":"6687d92d-8738-4f32-893c-be20faa23cb4","name":"가제트AI","type":"collection"}}},{"name":"블로그","item":[{"name":"제품사용후기","item":[{"name":"1. 제목 생성","event":[{"listen":"test","script":{"id":"feee886a-5918-4abc-947b-068b81412041","exec":[""],"type":"text/javascript"}}],"id":"0e439898-2bc2-4626-9b15-ca8665a4ebc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"01b20c99-fe86-7d30-7836-791480c84b0c","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"1인용 미니밥","description":"<p>제품명</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/goods/generateTitle","description":"<h3 id=\"generate-title\">Generate Title</h3>\n<p>This endpoint allows you to generate a title based on the provided parameters.</p>\n<ul>\n<li>The <code>uid</code> parameter is a unique identifier.</li>\n<li>The <code>type</code> parameter specifies the type of content (e.g., goods, store, info).</li>\n<li>The <code>goods_nm</code> parameter represents the name of the product, store, or a relevant topic.</li>\n</ul>\n<p><strong>Request Body</strong></p>\n<ul>\n<li><code>uid</code> (text): A unique identifier.</li>\n<li><code>type</code> (text): Type of content (goods, store, info).</li>\n<li><code>goods_nm</code> (text): Name of the product, store, or topic.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","goods","generateTitle"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"e27dd252-4d13-45af-8d1c-e78efa6c378a","name":"1. 제목 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"01b20c99-fe86-7d30-7836-791480c84b0c","description":"고유ID","type":"text"},{"key":"goods_nm","value":"1인용 미니밥","description":"제품명","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/goods/generateTitle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 04:45:57 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"gen_title\": [\n        \"1인용 미니밥 만들기\",\n        \"1인용 미니밥 (백미) 먹어봤어요~\",\n        \"1인용 미니밥 후기, 밥이 보약이다!!\"\n    ]\n}"}],"_postman_id":"0e439898-2bc2-4626-9b15-ca8665a4ebc1"},{"name":"2. 목차 생성","event":[{"listen":"test","script":{"id":"17962c96-1aef-4243-b230-9ea5fc83deaf","exec":[""],"type":"text/javascript"}}],"id":"eaf0dc92-1f98-4381-be45-bf974960f63c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"키친아트 1인용 캠핑밥솥","description":"<p>제품명</p>\n","type":"text"},{"key":"writer","value":"가제트AI","description":"<p>작성자명</p>\n","type":"text"},{"key":"blog_title","value":"자취생 밥솥 추천, 키친아트 1인용 미니밥솥 실사용 후기","description":"<p>블로그 제목</p>\n","type":"text"},{"key":"tag_list[]","value":"캠핑용전기밥솥","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"tag_list[]","value":"캠핑전기밥솥","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"tag_list[]","value":"캠핑용밥솥","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/goods/generateToc","description":"<h3 id=\"generate-table-of-contents\">Generate Table of Contents</h3>\n<p>This endpoint allows you to generate a table of contents for a given content type, such as product reviews, store reviews, or informative content.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><code>uid</code> (text): Unique ID of the content.</li>\n<li><code>type</code> (text): Type of content (e.g., goods for product reviews, store for store reviews, info for informative content).</li>\n<li><code>goods_nm</code> (text): Name of the product, store, or the main topic.</li>\n<li><code>writer</code> (text): Name of the author.</li>\n<li><code>blog_title</code> (text): Title of the blog.</li>\n<li><code>tag_list[]</code> (text): List of up to 10 keywords related to the content.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><code>rst_cd</code> (string): Result code.</li>\n<li><code>rst_msg</code> (string): Result message.</li>\n<li><code>ai_outline</code> (array): Array of generated table of contents.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","goods","generateToc"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"b3343507-a349-4fdb-b584-f0df3f96c5b1","name":"2. 목차 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"고유ID","type":"text"},{"key":"goods_nm","value":"키친아트 1인용 캠핑밥솥","description":"제품명","type":"text"},{"key":"writer","value":"가제트AI","description":"작성자명","type":"text"},{"key":"blog_title","value":"자취생 밥솥 추천, 키친아트 1인용 미니밥솥 실사용 후기","description":"블로그 제목","type":"text"},{"key":"tag_list[]","value":"캠핑용전기밥솥","description":"핵심키워드[] #최대10","type":"text"},{"key":"tag_list[]","value":"캠핑전기밥솥","description":"핵심키워드[] #최대10","type":"text"},{"key":"tag_list[]","value":"캠핑용밥솥","description":"핵심키워드[] #최대10","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/goods/generateToc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 04:46:00 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"ai_outline\": [\n        \"컴팩트한 사이즈의 초소형 전기밥솥\",\n        \"원터치 버튼으로 간편하게 분리되는 뚜껑 커버\",\n        \"스테인레스 내솥 사용으로 위생적임\",\n        \"시간 조절 기능 탑재돼 원하는 시간만큼 취사 가능\",\n        \"마이크로 5핀 충전 방식이라 휴대하기 간편함\",\n        \"캠핑장에서도 유용하게 쓸 수 있는 캠핑용전기밥솥\",\n        \"가성비 좋은 캠핑전기밥솥 찾는다면 추천!\",\n        \"혼자 사는 사람들에게 딱 맞는 키친아트 1인용 미니밥솥\"\n    ]\n}"}],"_postman_id":"eaf0dc92-1f98-4381-be45-bf974960f63c"},{"name":"3. 본문 생성","event":[{"listen":"test","script":{"id":"ee9bb3a3-9a5c-4940-b2f0-a928a0c4a7bc","exec":[""],"type":"text/javascript"}}],"id":"e4ff971a-de99-4216-b97d-eeffb50eb1ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"키친아트 1인용 캠핑밥솥","description":"<p>제품명</p>\n","type":"text"},{"key":"writer","value":"가제트AI","description":"<p>작성자명</p>\n","type":"text"},{"key":"blog_title","value":"자취생 밥솥 추천, 키친아트 1인용 미니밥솥 실사용 후기","description":"<p>블로그 제목</p>\n","type":"text"},{"key":"tag_list[]","value":"캠핑용전기밥솥","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"tag_list[]","value":"캠핑전기밥솥","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"tag_list[]","value":"캠핑용밥솥","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"컴팩트한 사이즈의 초경량 무게 1인용밥솥","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"원터치 버튼으로 간편한 조작 가능","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"분리형 커버로 세척 용이","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"2중 안전 장치 탑재해 안심하고 사용할 수 있는 키친아트 전기밥솥","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"자동 보온 기능으로 편리함 극대화","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"LED 디스플레이 화면 장착","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"백미부터 잡곡까지 다양한 요리 가능한 만능 미니밥솥","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"캠핑이나 여행 갈 때 챙겨가면 좋은 캠핑용전기밥솥","description":"<p>목차리스트[] #최대10</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/goods/generateContent","description":"<h3 id=\"generate-content\">Generate Content</h3>\n<p>This endpoint allows you to generate content by making an HTTP POST request to the specified URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>uid (text): Unique ID of the user.</li>\n<li>type (text): Type of content (e.g., goods, store, info).</li>\n<li>goods_nm (text): Name of the product, store, or a specific topic.</li>\n<li>writer (text): Name of the writer.</li>\n<li>blog_title (text): Title of the blog.</li>\n<li>tag_list[] (text): List of up to 10 keywords.</li>\n<li>outline_list[] (text): List of up to 10 outline items.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>rst_cd: Result code.</li>\n<li>rst_msg: Result message.</li>\n<li>content: Generated content.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","goods","generateContent"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"f34d5816-0658-4a9a-ba3e-18b99932a33e","name":"3. 본문 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"고유ID","type":"text"},{"key":"goods_nm","value":"키친아트 1인용 캠핑밥솥","description":"제품명","type":"text"},{"key":"writer","value":"가제트AI","description":"작성자명","type":"text"},{"key":"blog_title","value":"자취생 밥솥 추천, 키친아트 1인용 미니밥솥 실사용 후기","description":"블로그 제목","type":"text"},{"key":"tag_list[]","value":"캠핑용전기밥솥","description":"핵심키워드[] #최대10","type":"text"},{"key":"tag_list[]","value":"캠핑전기밥솥","description":"핵심키워드[] #최대10","type":"text"},{"key":"tag_list[]","value":"캠핑용밥솥","description":"핵심키워드[] #최대10","type":"text"},{"key":"outline_list[]","value":"컴팩트한 사이즈의 초경량 무게 1인용밥솥","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"원터치 버튼으로 간편한 조작 가능","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"분리형 커버로 세척 용이","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"2중 안전 장치 탑재해 안심하고 사용할 수 있는 키친아트 전기밥솥","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"자동 보온 기능으로 편리함 극대화","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"LED 디스플레이 화면 장착","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"백미부터 잡곡까지 다양한 요리 가능한 만능 미니밥솥","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"캠핑이나 여행 갈 때 챙겨가면 좋은 캠핑용전기밥솥","description":"목차리스트[] #최대10","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/goods/generateContent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 04:46:49 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"content\": \"\\n<span style='font-size:16px;'>\\n    <span style='font-size:20px;'>\\n        <strong>자취생 밥솥 추천, 키친아트 1인용 미니밥솥 실사용 후기</strong></span>\\n\\n안녕하세요. 가제트입니다. 요즘 집에서 밥을 해먹는 경우가 많은데요. 특히 혼자 사는 분들은 큰 밥솥이 부담스러울 수 있죠. 그래서 오늘은 자취생들에게 유용한 아이템! 키친아트 1인용 미니밥솥을 소개해드리려고 합니다.\\n\\n\\n            <span style'font-size:18px;'>\\n                <strong>컴팩트한 사이즈의 초경량 무게 1인용밥솥</strong></span>\\n키친아트 렉스 1인용밥솥은 성인 여성 손바닥만한 앙증맞은 크기인데요.\\n자취방 부엌 구석에 놓고 써도 전혀 거슬리지 않을 정도로 아담해서 참 좋았어요.\\n무게 또한 가벼워서 손목 약한 저도 쉽게 옮길 수 있었답니다.\\n\\n\\n                    <span style'font-size:18px;'>\\n                        <strong>원터치 버튼으로 간편한 조작 가능</strong></span>\\n밥 짓기 전 미리 쌀 씻어서 불려놓은 다음 뚜껑 열고 내용물 넣어줬어요.\\n버튼 하나만 누르면 알아서 작동하니까 요리 초보분들도 쉽고 간편하게 이용하실 수 있겠더라고요.\\n취사 시간 오래 걸리지 않아서 급하게 밥 지어야 할 때 요긴하게 쓰일 거 같아요. \\n\\n\\n                            <span style'font-size:18px;'>\\n                                <strong>분리형 커버로 세척 용이</strong></span>\\n쌀 넣고 취사 버튼 누른 뒤 10분정도 지나니까 증기 배출 시작되더라고요.\\n증기 다 빠지고 뜸 들이기까지 끝나면 자동으로 보온 모드로 넘어가요.\\n이후에는 언제든지 먹고 싶을 때마다 열어서 먹을 만큼 퍼서 먹으면 돼요.\\n뚜껑 부분 탈부착 가능하니 식사 후 설거지 하기도 편하답니다.\\n\\n\\n                                    <span style'font-size:18px;'>\\n                                        <strong>2중 안전 장치 탑재해 안심하고 사용할 수 있는 키친아트 전기밥솥</strong></span>\\n내부 압력 조절장치랑 온도센서 적용돼있어서 폭발 사고 걱정 없어요.\\n안심하고 믿고 쓸 수 있는 가성비 갑 아이템이니까 여러분들도 꼭 장만해보세요!\\n\\n\\n                                            <span style'font-size:18px;'>\\n                                                <strong>자동 보온 기능으로 편리함 극대화</strong></span>\\n키친아트 전기밥솥은 최대 12시간 동안 밥 상태를 따뜻하게 유지해주는 자동 보온 기능 탑재되어있어요.\\n밥통 내솥에 쌀 넣고 취사 버튼 누른 뒤 기다리기만 하면 갓 지은 따끈따끈한 밥 완성된답니다.\\n따끈따끈한 쌀밥 그냥 먹어도 맛있지만 밑반찬이랑 같이 먹으면 더욱 꿀맛이에요. \\n\\n\\n                                                    <span style'font-size:18px;'>\\n                                                        <strong>LED 디스플레이 화면 장착</strong></span>\\n화면에는 현재 시간 표시되고 남은 조리 시간 확인되니까 편하더라고요.\\n기존에 쓰던 건 눈금으로만 되어있어서 답답했는데 이거는 한눈에 쉽게 볼 수 있도록 숫자로 표기되니 좋았어요.\\n\\n\\n                                                            <span style'font-size:18px;'>\\n                                                                <strong>백미부터 잡곡까지 다양한 요리 가능한 만능 미니밥솥</strong></span>\\n자취생 밥솥 추천드리는 키친아트 미니밥솥은 여러 가지 메뉴 선택해서 만들 수 있어요.\\n평소 자주 먹는 백미뿐만 아니라 잡곡밥 죽 이유식 등등 못하는 게 없답니다.\\n계량컵 이용해서 재료 넣어준 다음 뚜껑 닫고 작동시키면 끝이니 엄청 간단하쥬!\\n\\n\\n                                                                    <span style'font-size:18px;'>\\n                                                                        <strong>캠핑이나 여행 갈 때 챙겨가면 좋은 캠핑용전기밥솥</strong></span>\\n사이즈 아담하니까 휴대하기도 간편하고 무게도 가벼워서 들고 다니기 부담스럽지 않더라고요.\\n내구성 튼튼한 데다가 가격대도 저렴한 편이라 가성비 최고예요.\\n\\n요즘 날씨가 많이 따뜻해져서 그런지 주말마다 캠핑을 떠나는 분들이 많은 것 같아요. 그래서 오늘은 야외에서도 맛있는 밥을 지어 먹을 수 있는 미니 전기밥솥을 소개해드리려고 합니다. 바로 키친아트의 \\\"라팔 컴팩트 멀티쿠커\\\"인데요. 작고 귀여운 디자인에 실용성까지 겸비한 제품이라 자취생이나 신혼부부 선물로도 딱이랍니다. 그럼 지금부터 자세히 살펴볼까요?</span>\"\n}"}],"_postman_id":"e4ff971a-de99-4216-b97d-eeffb50eb1ec"}],"id":"b9667967-96bb-4e47-a503-6be0e800c2a2","_postman_id":"b9667967-96bb-4e47-a503-6be0e800c2a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"6687d92d-8738-4f32-893c-be20faa23cb4","id":"6687d92d-8738-4f32-893c-be20faa23cb4","name":"가제트AI","type":"collection"}}},{"name":"방문후기","item":[{"name":"1. 제목 생성","event":[{"listen":"test","script":{"id":"feee886a-5918-4abc-947b-068b81412041","exec":[""],"type":"text/javascript"}}],"id":"35848bd7-9a93-4951-92e8-e3ba60e957ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"01b20c99-fe86-7d30-7836-791480c84b0c","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"강남역 류센소 일본라멘집","description":"<p>매장명(지역 + 상호명 + 업종을 조합) </p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/store/generateTitle","description":"<h3 id=\"generate-title\">Generate Title</h3>\n<p>This endpoint allows you to generate a title based on the provided parameters.</p>\n<ul>\n<li>The <code>uid</code> parameter is a unique identifier.</li>\n<li>The <code>type</code> parameter specifies the type of content (e.g., goods, store, info).</li>\n<li>The <code>goods_nm</code> parameter represents the name of the product, store, or a relevant topic.</li>\n</ul>\n<p><strong>Request Body</strong></p>\n<ul>\n<li><code>uid</code> (text): A unique identifier.</li>\n<li><code>type</code> (text): Type of content (goods, store, info).</li>\n<li><code>goods_nm</code> (text): Name of the product, store, or topic.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","store","generateTitle"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"bf4b8004-3645-4361-8291-6e55819706e9","name":"1. 제목 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"01b20c99-fe86-7d30-7836-791480c84b0c","description":"고유ID","type":"text"},{"key":"goods_nm","value":"강남역 류센소 일본라멘집","description":"매장명(지역 + 상호명 + 업종을 조합) ","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/store/generateTitle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 05:02:20 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"gen_title\": [\n        \"강남역 라멘 국물이 맛있는곳\",\n        \"강남역 라멘맛집 류센소 돈코츠라멘 존맛인정\",\n        \"강남역 라멘맛집 류센소에서 인생 첫 돈코츠라멘 도전!\"\n    ]\n}"}],"_postman_id":"35848bd7-9a93-4951-92e8-e3ba60e957ee"},{"name":"2. 목차 생성","event":[{"listen":"test","script":{"id":"17962c96-1aef-4243-b230-9ea5fc83deaf","exec":[""],"type":"text/javascript"}}],"id":"725333f0-e998-48e6-bc0d-f0e1ef60e3f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"강남역 류센소 일본라멘집","description":"<p>매장명(지역 + 상호명 + 업종을 조합) </p>\n","type":"text"},{"key":"writer","value":"가제트AI","description":"<p>작성자명</p>\n","type":"text"},{"key":"blog_title","value":"강남역 라멘맛집 류센소 돈코츠라멘 존맛인정","description":"<p>블로그 제목</p>\n","type":"text"},{"key":"tag_list[]","value":"일본라멘집","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/store/generateToc","description":"<h3 id=\"generate-table-of-contents\">Generate Table of Contents</h3>\n<p>This endpoint allows you to generate a table of contents for a given content type, such as product reviews, store reviews, or informative content.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><code>uid</code> (text): Unique ID of the content.</li>\n<li><code>type</code> (text): Type of content (e.g., goods for product reviews, store for store reviews, info for informative content).</li>\n<li><code>goods_nm</code> (text): Name of the product, store, or the main topic.</li>\n<li><code>writer</code> (text): Name of the author.</li>\n<li><code>blog_title</code> (text): Title of the blog.</li>\n<li><code>tag_list[]</code> (text): List of up to 10 keywords related to the content.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><code>rst_cd</code> (string): Result code.</li>\n<li><code>rst_msg</code> (string): Result message.</li>\n<li><code>ai_outline</code> (array): Array of generated table of contents.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","store","generateToc"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"4044693d-1a3c-4ca5-b0a9-823f130a7f5a","name":"2. 목차 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"고유ID","type":"text"},{"key":"goods_nm","value":"강남역 류센소 일본라멘집","description":"매장명(지역 + 상호명 + 업종을 조합) ","type":"text"},{"key":"writer","value":"가제트AI","description":"작성자명","type":"text"},{"key":"blog_title","value":"강남역 라멘맛집 류센소 돈코츠라멘 존맛인정","description":"블로그 제목","type":"text"},{"key":"tag_list[]","value":"일본라멘집","description":"핵심키워드[] #최대10","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/store/generateToc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 05:27:09 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"ai_outline\": [\n        \"하카타博多 지역의 日本 전통 방식으로 만든 福岡式 돈코츠라멘 전문점\",\n        \"자가제면을 통해 면발의 식감이 살아있는 강남역 라멘맛집\",\n        \"진한 육수와 차슈의 조화가 일품인 곳\",\n        \"혼밥하기 좋은 분위기의 식당\",\n        \"사이드 메뉴도 훌륭한 류센소\",\n        \"가성비 좋은 한 끼 식사로 추천하는 日式 라면전문점\",\n        \"야끼소바, 오코노미야끼 등 술안주로도 제격\",\n        \"재방문 의사 있는 야키소바 맛집\"\n    ]\n}"}],"_postman_id":"725333f0-e998-48e6-bc0d-f0e1ef60e3f4"},{"name":"3. 본문 생성","event":[{"listen":"test","script":{"id":"ee9bb3a3-9a5c-4940-b2f0-a928a0c4a7bc","exec":[""],"type":"text/javascript"}}],"id":"eea79360-99f9-4bd0-8c6c-de416e278df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"강남역 류센소 일본라멘집","description":"<p>매장명(지역 + 상호명 + 업종을 조합) </p>\n","type":"text"},{"key":"writer","value":"가제트AI","description":"<p>작성자명</p>\n","type":"text"},{"key":"blog_title","value":"강남역 라멘맛집 류센소 돈코츠라멘 존맛인정","description":"<p>블로그 제목</p>\n","type":"text"},{"key":"tag_list[]","value":"일본라멘집","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"하카타博多 지역의 日本 전통 방식으로 만든 福岡式 돈코츠라멘 전문점","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"자가제면을 통해 면발의 식감이 살아있는 강남역 라멘맛집","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"진한 육수와 차슈의 조화가 일품인 곳","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"재방문 의사 있는 야키소바 맛집","description":"<p>목차리스트[] #최대10</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/store/generateContent","description":"<h3 id=\"generate-content\">Generate Content</h3>\n<p>This endpoint allows you to generate content by making an HTTP POST request to the specified URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>uid (text): Unique ID of the user.</li>\n<li>type (text): Type of content (e.g., goods, store, info).</li>\n<li>goods_nm (text): Name of the product, store, or a specific topic.</li>\n<li>writer (text): Name of the writer.</li>\n<li>blog_title (text): Title of the blog.</li>\n<li>tag_list[] (text): List of up to 10 keywords.</li>\n<li>outline_list[] (text): List of up to 10 outline items.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>rst_cd: Result code.</li>\n<li>rst_msg: Result message.</li>\n<li>content: Generated content.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","store","generateContent"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"53c20995-e736-4124-8059-b9ef5b727378","name":"3. 본문 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"고유ID","type":"text"},{"key":"goods_nm","value":"강남역 류센소 일본라멘집","description":"매장명(지역 + 상호명 + 업종을 조합) ","type":"text"},{"key":"writer","value":"가제트AI","description":"작성자명","type":"text"},{"key":"blog_title","value":"강남역 라멘맛집 류센소 돈코츠라멘 존맛인정","description":"블로그 제목","type":"text"},{"key":"tag_list[]","value":"일본라멘집","description":"핵심키워드[] #최대10","type":"text"},{"key":"outline_list[]","value":"하카타博多 지역의 日本 전통 방식으로 만든 福岡式 돈코츠라멘 전문점","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"자가제면을 통해 면발의 식감이 살아있는 강남역 라멘맛집","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"진한 육수와 차슈의 조화가 일품인 곳","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"재방문 의사 있는 야키소바 맛집","description":"목차리스트[] #최대10","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/store/generateContent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 05:37:53 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"content\": \"\\n<span style='font-size:16px;'>\\n    <span style='font-size:20px;'>\\n        <strong>강남역 라멘맛집 류센소 돈코츠라멘 존맛인정</strong></span>\\n\\n안녕하세요. 가제트입니다. 오늘은 제가 좋아하는 음식 중 하나인 라멘 맛집을 소개해드리려고 해요. 바로 강남역에 위치한 류센소라는 곳인데요. 진한 국물과 푸짐한 양, 그리고 친절한 서비스까지 모두 만족스러웠던 곳이랍니다.\\n\\n\\n            <span style'font-size:18px;'>\\n                <strong>하카타博多 지역의 日本 전통 방식으로 만든 福岡式 돈코츠라멘 전문점</strong></span>\\n류센소는 일본 후쿠오카 지방의 대표 메뉴인 돈코츠라멘을 판매하는 음식점이에요.\\n후쿠오카 여행 가면 꼭 먹고 와야 한다는 그 유명한 돈코츠라멘을 현지 맛 그대로 맛볼 수 있다고 하니 기대되더라고요.\\n가게 내부는 아담하지만 따뜻한 분위기 물씬 풍겨서 좋았어요.\\n\\n\\n                    <span style'font-size:18px;'>\\n                        <strong>자가제면을 통해 면발의 식감이 살아있는 강남역 라멘맛집</strong></span>\\n돈코츠라멘 맛있게 먹는 방법 중 하나가 바로 이 생면이라고 하더라고요.\\n강남역 라멘맛집에서는 매일 아침 직접 뽑은 면을 사용한다고 하던데 그래서인지 탄력감이 장난 아니었어요.\\n국물과의 조화도 훌륭해서 자꾸만 생각나는 맛이네요.\\n\\n\\n                            <span style'font-size:18px;'>\\n                                <strong>진한 육수와 차슈의 조화가 일품인 곳</strong></span>\\n뽀얀 국물 속에는 돼지뼈를 푹 우려낸 육수가 가득 담겨있어요.\\n기본적으로 간이 되어 나오지만 입맛에 맞게 간 조절하면 돼요.\\n진하고 깊은 풍미가 느껴지는 게 제 입맛에 딱이더라고요.\\n거기에 야들야들한 차슈 얹어 먹으니 금상첨화랍니다.\\n\\n\\n                                    <span style'font-size:18px;'>\\n                                        <strong>재방문 의사 있는 야키소바 맛집</strong></span>\\n차슈덮밥이랑 고민하다가 주문한 야키소바인데 탁월한 선택이었어요.\\n짭짤한 소스 듬뿍 묻혀져 나온 소바 위로 반숙 계란후라이랑 가쓰오부시 토핑 올라가있는데 비주얼 최고예요.\\n생각보다 양도 많고 퀄리티 높아서 다음번에 또 시켜 먹으려고요.\\n\\n여러분도 오늘 저녁은 뜨끈한 국물이 일품인 라멘 한 그릇 어떠신가요? 지금까지 강남역 맛집 류센소에서 직접 맛보고 느낀 점들을 솔직하게 적어보았는데요. 앞으로도 종종 방문하게 될 것 같아요 :)</span>\"\n}"}],"_postman_id":"eea79360-99f9-4bd0-8c6c-de416e278df6"}],"id":"bfd7fae8-4aaa-480c-98f5-ae197ca33fd2","_postman_id":"bfd7fae8-4aaa-480c-98f5-ae197ca33fd2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"6687d92d-8738-4f32-893c-be20faa23cb4","id":"6687d92d-8738-4f32-893c-be20faa23cb4","name":"가제트AI","type":"collection"}}},{"name":"정보성","item":[{"name":"1. 제목 생성","event":[{"listen":"test","script":{"id":"feee886a-5918-4abc-947b-068b81412041","exec":[""],"type":"text/javascript"}}],"id":"ce7a6907-2421-448b-9c68-a14572b5b57c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"01b20c99-fe86-7d30-7836-791480c84b0c","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"오메가3","description":"<p>주제명</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info/generateTitle","description":"<h3 id=\"generate-title\">Generate Title</h3>\n<p>This endpoint allows you to generate a title based on the provided parameters.</p>\n<ul>\n<li>The <code>uid</code> parameter is a unique identifier.</li>\n<li>The <code>type</code> parameter specifies the type of content (e.g., goods, store, info).</li>\n<li>The <code>goods_nm</code> parameter represents the name of the product, store, or a relevant topic.</li>\n</ul>\n<p><strong>Request Body</strong></p>\n<ul>\n<li><code>uid</code> (text): A unique identifier.</li>\n<li><code>type</code> (text): Type of content (goods, store, info).</li>\n<li><code>goods_nm</code> (text): Name of the product, store, or topic.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","info","generateTitle"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"fb974c9b-c81b-494b-9da2-708ad974fe82","name":"1. 제목 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"01b20c99-fe86-7d30-7836-791480c84b0c","description":"고유ID","type":"text"},{"key":"goods_nm","value":"오메가3","description":"주제명","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info/generateTitle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 05:58:32 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"gen_title\": [\n        \"'오메가3'의 이해 - 건강에 어떤 영향을 주나요?\",\n        \"영양가 있는 작은 친구, 오메가3의 힘\",\n        \"오메가3의 효능과 섭취 방법, 모두 알려드립니다!\"\n    ]\n}"}],"_postman_id":"ce7a6907-2421-448b-9c68-a14572b5b57c"},{"name":"2. 목차 생성","event":[{"listen":"test","script":{"id":"17962c96-1aef-4243-b230-9ea5fc83deaf","exec":[""],"type":"text/javascript"}}],"id":"a69eacb5-3089-4faa-a2d9-64886763eb10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"오메가3","description":"<p>주제명</p>\n","type":"text"},{"key":"writer","value":"가제트AI","description":"<p>작성자명</p>\n","type":"text"},{"key":"blog_title","value":"영양가 있는 작은 친구, 오메가3의 힘","description":"<p>블로그 제목</p>\n","type":"text"},{"key":"tag_list[]","value":"오메가3효능","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"tag_list[]","value":"오메가3","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info/generateToc","description":"<h3 id=\"generate-table-of-contents\">Generate Table of Contents</h3>\n<p>This endpoint allows you to generate a table of contents for a given content type, such as product reviews, store reviews, or informative content.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><code>uid</code> (text): Unique ID of the content.</li>\n<li><code>type</code> (text): Type of content (e.g., goods for product reviews, store for store reviews, info for informative content).</li>\n<li><code>goods_nm</code> (text): Name of the product, store, or the main topic.</li>\n<li><code>writer</code> (text): Name of the author.</li>\n<li><code>blog_title</code> (text): Title of the blog.</li>\n<li><code>tag_list[]</code> (text): List of up to 10 keywords related to the content.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><code>rst_cd</code> (string): Result code.</li>\n<li><code>rst_msg</code> (string): Result message.</li>\n<li><code>ai_outline</code> (array): Array of generated table of contents.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","info","generateToc"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"4e8b648a-8350-4d7f-b449-b20495765b26","name":"2. 목차 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"고유ID","type":"text"},{"key":"goods_nm","value":"오메가3","description":"주제명","type":"text"},{"key":"writer","value":"가제트AI","description":"작성자명","type":"text"},{"key":"blog_title","value":"영양가 있는 작은 친구, 오메가3의 힘","description":"블로그 제목","type":"text"},{"key":"tag_list[]","value":"오메가3효능","description":"핵심키워드[] #최대10","type":"text"},{"key":"tag_list[]","value":"오메가3","description":"핵심키워드[] #최대10","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info/generateToc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 06:02:25 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"ai_outline\": [\n        \"오메가3란 무엇인가\",\n        \"오메가3의 역할과 기능\",\n        \"오메가3가 필요한 이유\",\n        \"오메가3의 종류와 섭취 권장량\",\n        \"오메가3의 우수한 출처\",\n        \"오메가3 섭취의 장단점\",\n        \"오메가3 부족 시 나타나는 증상\",\n        \"식품 보충제를 통해 오메가3를 섭취하는 방법\",\n        \"오메가3 섭취와 건강관리\",\n        \"오메가3와 더 건강한 미래\"\n    ]\n}"}],"_postman_id":"a69eacb5-3089-4faa-a2d9-64886763eb10"},{"name":"3. 본문 생성","event":[{"listen":"test","script":{"id":"ee9bb3a3-9a5c-4940-b2f0-a928a0c4a7bc","exec":[""],"type":"text/javascript"}}],"id":"f991edbc-d61c-47f0-a6ae-e21085282bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"오메가3","description":"<p>주제명</p>\n","type":"text"},{"key":"writer","value":"가제트AI","description":"<p>작성자명</p>\n","type":"text"},{"key":"blog_title","value":"영양가 있는 작은 친구, 오메가3의 힘","description":"<p>블로그 제목</p>\n","type":"text"},{"key":"tag_list[]","value":"오메가3효능","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"tag_list[]","value":"오메가3","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"오메가3의 역할과 기능","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"오메가3의 종류와 섭취 권장량","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"오메가3 부족 시 나타나는 증상","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"오메가3 섭취와 건강관리","description":"<p>목차리스트[] #최대10</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info/generateContent","description":"<h3 id=\"generate-content\">Generate Content</h3>\n<p>This endpoint allows you to generate content by making an HTTP POST request to the specified URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>uid (text): Unique ID of the user.</li>\n<li>type (text): Type of content (e.g., goods, store, info).</li>\n<li>goods_nm (text): Name of the product, store, or a specific topic.</li>\n<li>writer (text): Name of the writer.</li>\n<li>blog_title (text): Title of the blog.</li>\n<li>tag_list[] (text): List of up to 10 keywords.</li>\n<li>outline_list[] (text): List of up to 10 outline items.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>rst_cd: Result code.</li>\n<li>rst_msg: Result message.</li>\n<li>content: Generated content.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","info","generateContent"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"355208ed-dbea-407d-b323-2bf97110a938","name":"3. 본문 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"고유ID","type":"text"},{"key":"goods_nm","value":"오메가3","description":"주제명","type":"text"},{"key":"writer","value":"가제트AI","description":"작성자명","type":"text"},{"key":"blog_title","value":"영양가 있는 작은 친구, 오메가3의 힘","description":"블로그 제목","type":"text"},{"key":"tag_list[]","value":"오메가3효능","description":"핵심키워드[] #최대10","type":"text"},{"key":"tag_list[]","value":"오메가3","description":"핵심키워드[] #최대10","type":"text"},{"key":"outline_list[]","value":"오메가3의 역할과 기능","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"오메가3의 종류와 섭취 권장량","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"오메가3 부족 시 나타나는 증상","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"오메가3 섭취와 건강관리","description":"목차리스트[] #최대10","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info/generateContent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 06:27:43 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"content\": \"\\n<span style='font-size:16px;'>\\n    <span style='font-size:18px;'>\\n        <strong>영양가 있는 작은 친구, 오메가3의 힘</strong></span>\\n\\n안녕하세요. 가제트AI입니다. 오늘은 우리 몸에 매우 중요한 영양소인 오메가3에 대해 이야기하려고 해요. 오메가3는 작은 친구지만 건강에 많은 도움을 주는데요. 지금부터 오메가3의 힘에 대해 알아보도록 할게요!\\n\\n\\n            <span style='font-size:18px;'>\\n                <strong>영양가 있는 작은 친구, 오메가3의 힘</strong></span>\\n\\n\\n                    <span style='font-size:16px;'>\\n                        <strong>오메가3의 역할과 기능</strong></span>\\n오메가3은 우리 몸에 매우 중요한 영양소입니다. 주로 지방산의 일종으로, 우리 몸에 필수적인 지방산으로 분류됩니다. 이 중에서도 EPA(Eicosapentaenoic acid), DHA(Docosahexaenoic acid), ALA(Alpha-linolenic acid) 등 세 가지 주요한 오메가3 지방산이 있습니다. 오메가3은 심장 건강을 개선하고 심혈관 질환 예방에 탁월한 효과를 가지고 있습니다. 또한, 뇌 발달과 기능을 향상시키며 면역 체계를 강화하는데에도 도움이 됩니다.\\n\\n\\n                            <span style='font-size:16px;'>\\n                                <strong>오메가3의 종류와 섭취 권장량</strong></span>\\n오메가3은 주로 해산물과 식물성 기름에 다량으로 포함되어 있습니다. EPA와 DHA는 주로 물고기 기름에 많이 나타나며, 대표적으로 참치, 연어, 고등어 등에서 섭취할 수 있습니다. 또한, 다른 식물성 기름들에는 ALA가 함유되어 있습니다. 각각의 오메가3 지방산은 다양한 식품을 통해 섭취할 수 있지만, 한계 권장량을 충족하기 위해서는 보충제를 고려해야 할 수도 있습니다. 일반적으로 성인 남성은 하루에 1.6g, 여성은 1.1g의 오메가3를 섭취하는 것을 권장합니다.\\n\\n\\n                                    <span style='font-size:16px;'>\\n                                        <strong>오메가3 부족 시 나타나는 증상</strong></span>\\n오메가3가 부족한 경우 몸에 다양한 증상이 나타날 수 있습니다. 피부 건강의 악화, 관절염 증상의 악화, 우울감, 기억력 감소 등이 그 예입니다. 또한, 오메가3 부족은 심혈관 질환 및 뇌 기능에 영향을 줄 수 있으며, 면역 체계의 약화와 관련된 질병 발생 가능성도 증가할 수 있습니다.\\n\\n\\n                                            <span style='font-size:16px;'>\\n                                                <strong>오메가3 섭취와 건강관리</strong></span>\\n오메가3 섭취는 우리의 건강관리에 매우 중요한 역할을 합니다. 식단에 다양한 해산물과 식물성 기름을 포함시키는 것이 좋습니다. 먹는 것에 어려움이 있는 분들은 오메가3 보충제를 고려해볼 수도 있습니다. 그러나, 보충제를 섭취하는 경우에도 일반적인 섭취량과 과다 섭취에 주의해야 합니다. 또한, 항상 의사와 상담하여 적절한 섭취량과 방법을 결정하는 것이 좋습니다.\\n\\n오메가3는 우리 몸에 매우 중요한 영양소입니다. 심장 건강 개선, 뇌 발달 및 기능 향상, 면역 체계 강화 등 다양한 효과를 가지고 있습니다. 식단을 통해 다양한 오메가3 지방산을 섭취하거나 보충제를 활용하여 부족한 영양소를 보충할 수 있습니다. 하지만, 항상 적절한 섭취량과 방법을 유의하여 건강 관리에 신경을 써야 합니다. 🐟🥦🍤\\n\\n예시1: 오메가3가 풍부한 물고기인 연어는 심장 건강에 도움이 되는 DHA와 EPA를 많이 함유하고 있습니다.\\n\\n예시2: 오메가3가 부족한 사람들은 피부가 건조하고 가려움증을 느낄 수 있습니다.\\n\\n예시3: 오메가3를 충분히 섭취하는 것은 노인들의 인지 기능을 개선하는 데에도 도움이 될 수 있습니다.\"\n}"}],"_postman_id":"f991edbc-d61c-47f0-a6ae-e21085282bc8"}],"id":"68b95934-c709-42d4-88ef-64020a0c28df","_postman_id":"68b95934-c709-42d4-88ef-64020a0c28df","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"6687d92d-8738-4f32-893c-be20faa23cb4","id":"6687d92d-8738-4f32-893c-be20faa23cb4","name":"가제트AI","type":"collection"}}},{"name":"새로운 글로 바꾸기","item":[{"name":"새로운 글로 바꾸기","event":[{"listen":"test","script":{"id":"e9ccb7d9-99c7-4633-8ef9-ab704514bb2e","exec":[""],"type":"text/javascript"}}],"id":"d76f8b1b-9c1b-4ba3-b0e2-19b3e6654d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"01b20c99-fe86-7d30-7836-791480c84b0c","description":"<p>고유ID</p>\n","type":"text"},{"key":"in_txt","value":"홍대 지역은 서울의 핫 스팟으로서 많은 사람들이 주목하는 곳입니다.\n홍대 지역은 다양한 복합문화 시설들로 인해 많은 사람들이 찾는 명소입니다.","description":"<p>변환할 원문</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/renew/generateContent","description":"<h3 id=\"새로운-글로-바꾸기\">새로운 글로 바꾸기</h3>\n<p>This endpoint makes an HTTP POST request to renew the content at the specified URL. The request should be sent with form-data in the body.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><code>uid</code> (text): A unique identifier for the content.</li>\n<li><code>in_txt</code> (text): The original text to be converted.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>Status: 200 OK</li>\n<li><code>rst_cd</code> (string): Result code.</li>\n<li><code>rst_msg</code> (string): Result message.</li>\n<li><code>out_txt</code> (string): Renewed content.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","renew","generateContent"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"6001f3cc-c6ff-4bf8-865d-e5cdd25e9811","name":"새로운 글로 바꾸기 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"01b20c99-fe86-7d30-7836-791480c84b0c","description":"고유ID","type":"text"},{"key":"in_txt","value":"홍대 지역은 서울의 핫 스팟으로서 많은 사람들이 주목하는 곳입니다.\n홍대 지역은 다양한 복합문화 시설들로 인해 많은 사람들이 찾는 명소입니다.","description":"변환할 원문","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/renew/generateContent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 04:18:23 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"out_txt\": \"홍대는 서울에서 가장 인기있는 장소 중 하나로서 항상 수많은 인파로 북적이는 곳입니다. 홍대는 다양한 문화시설이 있어 젊은이들이 많이 찾는 곳입니다.\"\n}"}],"_postman_id":"d76f8b1b-9c1b-4ba3-b0e2-19b3e6654d23"}],"id":"1bf69d78-33a8-4a65-a14b-ab72ac7a5618","_postman_id":"1bf69d78-33a8-4a65-a14b-ab72ac7a5618","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"6687d92d-8738-4f32-893c-be20faa23cb4","id":"6687d92d-8738-4f32-893c-be20faa23cb4","name":"가제트AI","type":"collection"}}},{"name":"여행후기","item":[{"name":"1. 제목 생성","event":[{"listen":"test","script":{"id":"feee886a-5918-4abc-947b-068b81412041","exec":[""],"type":"text/javascript"}}],"id":"0a249150-db2f-48fb-ad5e-a31ab544a0c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"fc5441c0-2ad5-ecd0-7b39-7cb94aca5f13","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"베트남 다낭 가족여행","description":"<p>주제명</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/travel/generateTitle","description":"<h3 id=\"generate-title\">Generate Title</h3>\n<p>This endpoint allows you to generate a title based on the provided parameters.</p>\n<ul>\n<li>The <code>uid</code> parameter is a unique identifier.</li>\n<li>The <code>type</code> parameter specifies the type of content (e.g., goods, store, info).</li>\n<li>The <code>goods_nm</code> parameter represents the name of the product, store, or a relevant topic.</li>\n</ul>\n<p><strong>Request Body</strong></p>\n<ul>\n<li><code>uid</code> (text): A unique identifier.</li>\n<li><code>type</code> (text): Type of content (goods, store, info).</li>\n<li><code>goods_nm</code> (text): Name of the product, store, or topic.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","travel","generateTitle"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"b2dc1e7f-04a7-43e3-8c07-cbfaeb5154f1","name":"1. 제목 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"fc5441c0-2ad5-ecd0-7b39-7cb94aca5f13","description":"고유ID","type":"text"},{"key":"goods_nm","value":"베트남 다낭 가족여행","description":"주제명","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/travel/generateTitle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2024 01:29:36 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"gen_title\": [\n        \"다낭 4인 가족여행 경비 일정 공유\",\n        \"2월 날씨 옷차림 준비물 팁! (다낭/호이안)\",\n        \"[다낭] 빈펄 럭셔리 리조트 (빈펄1) 4베드룸 풀빌라 숙박기 - 수영장편\"\n    ]\n}"}],"_postman_id":"0a249150-db2f-48fb-ad5e-a31ab544a0c5"},{"name":"2. 목차 생성","event":[{"listen":"test","script":{"id":"17962c96-1aef-4243-b230-9ea5fc83deaf","exec":[""],"type":"text/javascript"}}],"id":"93239c07-44a6-42c1-8b9f-e98b3f63d305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"fc5441c0-2ad5-ecd0-7b39-7cb94aca5f13","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"베트남 다낭 가족여행","description":"<p>주제명</p>\n","type":"text"},{"key":"writer","value":"가제트AI","description":"<p>작성자명</p>\n","type":"text"},{"key":"blog_title","value":"완벽한 휴양! 4인 가족이 함께한 다낭 자유여행","description":"<p>블로그 제목</p>\n","type":"text"},{"key":"tag_list[]","value":"베트남","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"tag_list[]","value":"다낭","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/travel/generateToc","description":"<h3 id=\"generate-table-of-contents\">Generate Table of Contents</h3>\n<p>This endpoint allows you to generate a table of contents for a given content type, such as product reviews, store reviews, or informative content.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><code>uid</code> (text): Unique ID of the content.</li>\n<li><code>type</code> (text): Type of content (e.g., goods for product reviews, store for store reviews, info for informative content).</li>\n<li><code>goods_nm</code> (text): Name of the product, store, or the main topic.</li>\n<li><code>writer</code> (text): Name of the author.</li>\n<li><code>blog_title</code> (text): Title of the blog.</li>\n<li><code>tag_list[]</code> (text): List of up to 10 keywords related to the content.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><code>rst_cd</code> (string): Result code.</li>\n<li><code>rst_msg</code> (string): Result message.</li>\n<li><code>ai_outline</code> (array): Array of generated table of contents.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","travel","generateToc"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"1fceb215-80d6-4428-9f7f-04e784ac4234","name":"2. 목차 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"fc5441c0-2ad5-ecd0-7b39-7cb94aca5f13","description":"고유ID","type":"text"},{"key":"goods_nm","value":"베트남 다낭 가족여행","description":"주제명","type":"text"},{"key":"writer","value":"가제트AI","description":"작성자명","type":"text"},{"key":"blog_title","value":"완벽한 휴양! 4인 가족이 함께한 다낭 자유여행","description":"블로그 제목","type":"text"},{"key":"tag_list[]","value":"베트남","description":"핵심키워드[] #최대10","type":"text"},{"key":"tag_list[]","value":"다낭","description":"핵심키워드[] #최대10","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/travel/generateToc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2024 01:31:00 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"ai_outline\": [\n        \"베트남 다낭 여행의 필수 코스 호이안 올드타운\",\n        \"투본강 소원등 띄우며 낭만적인 시간 보내기\",\n        \"콩카페에서 즐기는 코코넛 커피 한 잔의 여유\",\n        \"한국 음식 그리울 땐 삼겹살 정식 추천\",\n        \"세계에서 두 번째로 긴 케이블카 타고 바나힐 가기\",\n        \"프랑스 마을과 놀이동산을 동시에 즐길 수 있는 곳\",\n        \"후에 왕궁 투어하며 베트남 역사 공부하기\",\n        \"완벽한 휴양! 4인 가족이 함께한 다낭 자유여행\"\n    ]\n}"}],"_postman_id":"93239c07-44a6-42c1-8b9f-e98b3f63d305"},{"name":"3. 본문 생성","event":[{"listen":"test","script":{"id":"ee9bb3a3-9a5c-4940-b2f0-a928a0c4a7bc","exec":[""],"type":"text/javascript"}}],"id":"f8d61f76-6f15-4011-a6a8-a0ac9939be53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"fc5441c0-2ad5-ecd0-7b39-7cb94aca5f13","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"베트남 다낭 가족여행","description":"<p>주제명</p>\n","type":"text"},{"key":"writer","value":"가제트AI","description":"<p>작성자명</p>\n","type":"text"},{"key":"blog_title","value":"완벽한 휴양! 4인 가족이 함께한 다낭 자유여행","description":"<p>블로그 제목</p>\n","type":"text"},{"key":"tag_list[]","value":"베트남","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"tag_list[]","value":"다낭","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"저렴한 물가로 즐기는 럭셔리 호캉스 베트남다낭","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"아름다운 해변에서 즐기는 해양 액티비티","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"다양한 볼거리와 즐길 거리가 있는 호이안 올드타운","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"야경이 아름다운 아시아 파크 대관람차","description":"<p>목차리스트[] #최대10</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/travel/generateContent","description":"<h3 id=\"generate-content\">Generate Content</h3>\n<p>This endpoint allows you to generate content by making an HTTP POST request to the specified URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>uid (text): Unique ID of the user.</li>\n<li>type (text): Type of content (e.g., goods, store, info).</li>\n<li>goods_nm (text): Name of the product, store, or a specific topic.</li>\n<li>writer (text): Name of the writer.</li>\n<li>blog_title (text): Title of the blog.</li>\n<li>tag_list[] (text): List of up to 10 keywords.</li>\n<li>outline_list[] (text): List of up to 10 outline items.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>rst_cd: Result code.</li>\n<li>rst_msg: Result message.</li>\n<li>content: Generated content.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","travel","generateContent"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"a7d46bd6-df04-440e-8caf-a0bbcff828df","name":"3. 본문 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"fc5441c0-2ad5-ecd0-7b39-7cb94aca5f13","description":"고유ID","type":"text"},{"key":"goods_nm","value":"베트남 다낭 가족여행","description":"주제명","type":"text"},{"key":"writer","value":"가제트AI","description":"작성자명","type":"text"},{"key":"blog_title","value":"완벽한 휴양! 4인 가족이 함께한 다낭 자유여행","description":"블로그 제목","type":"text"},{"key":"tag_list[]","value":"베트남","description":"핵심키워드[] #최대10","type":"text"},{"key":"tag_list[]","value":"다낭","description":"핵심키워드[] #최대10","type":"text"},{"key":"outline_list[]","value":"저렴한 물가로 즐기는 럭셔리 호캉스 베트남다낭","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"아름다운 해변에서 즐기는 해양 액티비티","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"다양한 볼거리와 즐길 거리가 있는 호이안 올드타운","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"야경이 아름다운 아시아 파크 대관람차","description":"목차리스트[] #최대10","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/travel/generateContent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2024 01:32:03 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"content\": \"\\n<span style='font-size:16px;'>\\n    <span style='font-size:20px;'>\\n        <strong>완벽한 휴양! 4인 가족이 함께한 다낭 자유여행</strong></span>\\n\\n안녕하세요. 가제트입니다. 요즘 핫한 여행지로 떠오르고 있는 베트남 다낭! 저도 얼마 전에 다녀왔는데요. 오늘은 저희 가족이 다녀온 일정을 소개해드릴게요~\\n\\n\\n            <span style'font-size:18px;'>\\n                <strong>저렴한 물가로 즐기는 럭셔리 호캉스 베트남다낭</strong></span>\\n베트남다낭은 한국보다 물가가 훨씬 저렴해서 호텔 시설 이용하거나 맛집 투어 다닐 때 부담스럽지 않더라고요.\\n매일 스파 받고 고급 레스토랑 가서 맛있는 음식 잔뜩 먹었는데도 예상했던 경비보다 적게 들어서 깜짝 놀랐어요.\\n호텔 수영장이랑 프라이빗 비치에서 물놀이 즐기거나 근처 관광지 돌아다니기도 좋아서 시간 가는 줄 모르고 신나게 놀다 왔답니다.\\n\\n\\n                    <span style'font-size:18px;'>\\n                        <strong>아름다운 해변에서 즐기는 해양 액티비티</strong></span>\\n세계 6대 해변으로 손꼽히는 미케비치에서는 바나나보트나 제트스키 등 각종 해양스포츠 체험할 수 있어요.\\n푸른 바다 바라보며 신나는 액티비티 즐기고 나니 스트레스 확 풀리고 제대로 힐링 되더라고요.\\n가족들끼리 다 같이 즐기기 좋으니 꼭 가보시길 바래요. \\n\\n\\n                            <span style'font-size:18px;'>\\n                                <strong>다양한 볼거리와 즐길 거리가 있는 호이안 올드타운</strong></span>\\n호이안 올드타운은 낮에는 고즈넉한 분위기인데 밤 되면 알록달록 화려한 등불 켜지면서 로맨틱한 분위기로 바뀌어요.\\n유네스코 세계문화유산으로 지정될 만큼 아름답고 역사 깊은 곳이니 여유롭게 산책하며 구경해보세요.\\n그리고 소원배 타고 풍등 띄우는 경험도 잊지 못할 추억 될 거예요.\\n\\n\\n                                    <span style'font-size:18px;'>\\n                                        <strong>야경이 아름다운 아시아 파크 대관람차</strong></span>\\n아시아 파크는 놀이기구뿐만 아니라 오락시설 및 워터파크 그리고 야외공연장까지 갖춘 복합 테마파크에요.\\n그중에서도 가장 인기 있는 건 단연 대관람차인데요.\\n높게 올라갈수록 멋진 풍경 볼 수 있는데 특히 저녁 무렵 노을 지는 모습 환상적이더라고요.\\n탑승시간 15분 정도 되는데 생각보다 길게 느껴져서 더 좋았어요.\\n\\n지금까지 베트남 다낭 가족여행을 하면서 느낀 점들을 솔직하게 적어보았는데요. 여러분들도 제가 알려드린 정보 참고하셔서 즐거운 여행 다녀오시길 바랍니다 :)</span>\"\n}"}],"_postman_id":"f8d61f76-6f15-4011-a6a8-a0ac9939be53"}],"id":"11a1d493-acf5-44fb-ae35-df91dec0f2f9","_postman_id":"11a1d493-acf5-44fb-ae35-df91dec0f2f9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"6687d92d-8738-4f32-893c-be20faa23cb4","id":"6687d92d-8738-4f32-893c-be20faa23cb4","name":"가제트AI","type":"collection"}}},{"name":"정보성 V2","item":[{"name":"1. 제목 생성","event":[{"listen":"test","script":{"id":"feee886a-5918-4abc-947b-068b81412041","exec":[""],"type":"text/javascript","packages":{}}}],"id":"71bc1160-f0ed-4ed4-bdb1-21a9819b1967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"01b20c99-fe86-7d30-7836-791480c84b0c","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"오메가3","description":"<p>주제명</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info-v2/generateTitle","description":"<h3 id=\"generate-title\">Generate Title</h3>\n<p>This endpoint allows you to generate a title based on the provided parameters.</p>\n<ul>\n<li>The <code>uid</code> parameter is a unique identifier.</li>\n<li>The <code>type</code> parameter specifies the type of content (e.g., goods, store, info).</li>\n<li>The <code>goods_nm</code> parameter represents the name of the product, store, or a relevant topic.</li>\n</ul>\n<p><strong>Request Body</strong></p>\n<ul>\n<li><code>uid</code> (text): A unique identifier.</li>\n<li><code>type</code> (text): Type of content (goods, store, info).</li>\n<li><code>goods_nm</code> (text): Name of the product, store, or topic.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","info-v2","generateTitle"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"b7327f3c-69b4-4b2a-b6d3-64aac9d63e94","name":"1. 제목 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"01b20c99-fe86-7d30-7836-791480c84b0c","description":"고유ID","type":"text"},{"key":"goods_nm","value":"오메가3","description":"주제명","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info-v2/generateTitle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 05:58:32 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"gen_title\": [\n        \"'오메가3'의 이해 - 건강에 어떤 영향을 주나요?\",\n        \"영양가 있는 작은 친구, 오메가3의 힘\",\n        \"오메가3의 효능과 섭취 방법, 모두 알려드립니다!\"\n    ]\n}"}],"_postman_id":"71bc1160-f0ed-4ed4-bdb1-21a9819b1967"},{"name":"2. 목차 생성","event":[{"listen":"test","script":{"id":"17962c96-1aef-4243-b230-9ea5fc83deaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7e6f01ef-4132-4878-b123-7c35dfaec538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"오메가3","description":"<p>주제명</p>\n","type":"text"},{"key":"writer","value":"가제트AI","description":"<p>작성자명</p>\n","type":"text"},{"key":"blog_title","value":"영양가 있는 작은 친구, 오메가3의 힘","description":"<p>블로그 제목</p>\n","type":"text"},{"key":"tag_list[]","value":"오메가3효능","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"tag_list[]","value":"오메가3","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info-v2/generateToc","description":"<h3 id=\"generate-table-of-contents\">Generate Table of Contents</h3>\n<p>This endpoint allows you to generate a table of contents for a given content type, such as product reviews, store reviews, or informative content.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><code>uid</code> (text): Unique ID of the content.</li>\n<li><code>type</code> (text): Type of content (e.g., goods for product reviews, store for store reviews, info for informative content).</li>\n<li><code>goods_nm</code> (text): Name of the product, store, or the main topic.</li>\n<li><code>writer</code> (text): Name of the author.</li>\n<li><code>blog_title</code> (text): Title of the blog.</li>\n<li><code>tag_list[]</code> (text): List of up to 10 keywords related to the content.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><code>rst_cd</code> (string): Result code.</li>\n<li><code>rst_msg</code> (string): Result message.</li>\n<li><code>ai_outline</code> (array): Array of generated table of contents.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","info-v2","generateToc"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"b05350a1-59a9-463b-a906-b96732cd8a02","name":"2. 목차 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"고유ID","type":"text"},{"key":"goods_nm","value":"오메가3","description":"주제명","type":"text"},{"key":"writer","value":"가제트AI","description":"작성자명","type":"text"},{"key":"blog_title","value":"영양가 있는 작은 친구, 오메가3의 힘","description":"블로그 제목","type":"text"},{"key":"tag_list[]","value":"오메가3효능","description":"핵심키워드[] #최대10","type":"text"},{"key":"tag_list[]","value":"오메가3","description":"핵심키워드[] #최대10","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info-v2/generateToc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 06:02:25 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"ai_outline\": [\n        \"오메가3란 무엇인가\",\n        \"오메가3의 역할과 기능\",\n        \"오메가3가 필요한 이유\",\n        \"오메가3의 종류와 섭취 권장량\",\n        \"오메가3의 우수한 출처\",\n        \"오메가3 섭취의 장단점\",\n        \"오메가3 부족 시 나타나는 증상\",\n        \"식품 보충제를 통해 오메가3를 섭취하는 방법\",\n        \"오메가3 섭취와 건강관리\",\n        \"오메가3와 더 건강한 미래\"\n    ]\n}"}],"_postman_id":"7e6f01ef-4132-4878-b123-7c35dfaec538"},{"name":"3. 본문 생성","event":[{"listen":"test","script":{"id":"ee9bb3a3-9a5c-4940-b2f0-a928a0c4a7bc","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5b8e675e-9e59-46b1-aacf-707ecbd53197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"<p>고유ID</p>\n","type":"text"},{"key":"goods_nm","value":"오메가3","description":"<p>주제명</p>\n","type":"text"},{"key":"writer","value":"가제트AI","description":"<p>작성자명</p>\n","type":"text"},{"key":"blog_title","value":"영양가 있는 작은 친구, 오메가3의 힘","description":"<p>블로그 제목</p>\n","type":"text"},{"key":"tag_list[]","value":"오메가3효능","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"tag_list[]","value":"오메가3","description":"<p>핵심키워드[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"오메가3의 역할과 기능","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"오메가3의 종류와 섭취 권장량","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"오메가3 부족 시 나타나는 증상","description":"<p>목차리스트[] #최대10</p>\n","type":"text"},{"key":"outline_list[]","value":"오메가3 섭취와 건강관리","description":"<p>목차리스트[] #최대10</p>\n","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info-v2/generateContent","description":"<h3 id=\"generate-content\">Generate Content</h3>\n<p>This endpoint allows you to generate content by making an HTTP POST request to the specified URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>uid (text): Unique ID of the user.</li>\n<li>type (text): Type of content (e.g., goods, store, info).</li>\n<li>goods_nm (text): Name of the product, store, or a specific topic.</li>\n<li>writer (text): Name of the writer.</li>\n<li>blog_title (text): Title of the blog.</li>\n<li>tag_list[] (text): List of up to 10 keywords.</li>\n<li>outline_list[] (text): List of up to 10 outline items.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>rst_cd: Result code.</li>\n<li>rst_msg: Result message.</li>\n<li>content: Generated content.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","gw","info-v2","generateContent"],"host":["gazet","ai"],"query":[],"variable":[]}},"response":[{"id":"eac17884-730a-46de-af8b-3e87cb88b946","name":"3. 본문 생성 Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"d7ddb63d-1559-7e6f-abc6-225727278b1d","description":"고유ID","type":"text"},{"key":"goods_nm","value":"오메가3","description":"주제명","type":"text"},{"key":"writer","value":"가제트AI","description":"작성자명","type":"text"},{"key":"blog_title","value":"영양가 있는 작은 친구, 오메가3의 힘","description":"블로그 제목","type":"text"},{"key":"tag_list[]","value":"오메가3효능","description":"핵심키워드[] #최대10","type":"text"},{"key":"tag_list[]","value":"오메가3","description":"핵심키워드[] #최대10","type":"text"},{"key":"outline_list[]","value":"오메가3의 역할과 기능","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"오메가3의 종류와 섭취 권장량","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"오메가3 부족 시 나타나는 증상","description":"목차리스트[] #최대10","type":"text"},{"key":"outline_list[]","value":"오메가3 섭취와 건강관리","description":"목차리스트[] #최대10","type":"text"}]},"url":"https://gazet.ai/api/v1/gw/info-v2/generateContent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 06:27:43 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rst_cd\": \"0000\",\n    \"rst_msg\": \"\",\n    \"content\": \"\\n<span style='font-size:16px;'>\\n    <span style='font-size:18px;'>\\n        <strong>영양가 있는 작은 친구, 오메가3의 힘</strong></span>\\n\\n안녕하세요. 가제트AI입니다. 오늘은 우리 몸에 매우 중요한 영양소인 오메가3에 대해 이야기하려고 해요. 오메가3는 작은 친구지만 건강에 많은 도움을 주는데요. 지금부터 오메가3의 힘에 대해 알아보도록 할게요!\\n\\n\\n            <span style='font-size:18px;'>\\n                <strong>영양가 있는 작은 친구, 오메가3의 힘</strong></span>\\n\\n\\n                    <span style='font-size:16px;'>\\n                        <strong>오메가3의 역할과 기능</strong></span>\\n오메가3은 우리 몸에 매우 중요한 영양소입니다. 주로 지방산의 일종으로, 우리 몸에 필수적인 지방산으로 분류됩니다. 이 중에서도 EPA(Eicosapentaenoic acid), DHA(Docosahexaenoic acid), ALA(Alpha-linolenic acid) 등 세 가지 주요한 오메가3 지방산이 있습니다. 오메가3은 심장 건강을 개선하고 심혈관 질환 예방에 탁월한 효과를 가지고 있습니다. 또한, 뇌 발달과 기능을 향상시키며 면역 체계를 강화하는데에도 도움이 됩니다.\\n\\n\\n                            <span style='font-size:16px;'>\\n                                <strong>오메가3의 종류와 섭취 권장량</strong></span>\\n오메가3은 주로 해산물과 식물성 기름에 다량으로 포함되어 있습니다. EPA와 DHA는 주로 물고기 기름에 많이 나타나며, 대표적으로 참치, 연어, 고등어 등에서 섭취할 수 있습니다. 또한, 다른 식물성 기름들에는 ALA가 함유되어 있습니다. 각각의 오메가3 지방산은 다양한 식품을 통해 섭취할 수 있지만, 한계 권장량을 충족하기 위해서는 보충제를 고려해야 할 수도 있습니다. 일반적으로 성인 남성은 하루에 1.6g, 여성은 1.1g의 오메가3를 섭취하는 것을 권장합니다.\\n\\n\\n                                    <span style='font-size:16px;'>\\n                                        <strong>오메가3 부족 시 나타나는 증상</strong></span>\\n오메가3가 부족한 경우 몸에 다양한 증상이 나타날 수 있습니다. 피부 건강의 악화, 관절염 증상의 악화, 우울감, 기억력 감소 등이 그 예입니다. 또한, 오메가3 부족은 심혈관 질환 및 뇌 기능에 영향을 줄 수 있으며, 면역 체계의 약화와 관련된 질병 발생 가능성도 증가할 수 있습니다.\\n\\n\\n                                            <span style='font-size:16px;'>\\n                                                <strong>오메가3 섭취와 건강관리</strong></span>\\n오메가3 섭취는 우리의 건강관리에 매우 중요한 역할을 합니다. 식단에 다양한 해산물과 식물성 기름을 포함시키는 것이 좋습니다. 먹는 것에 어려움이 있는 분들은 오메가3 보충제를 고려해볼 수도 있습니다. 그러나, 보충제를 섭취하는 경우에도 일반적인 섭취량과 과다 섭취에 주의해야 합니다. 또한, 항상 의사와 상담하여 적절한 섭취량과 방법을 결정하는 것이 좋습니다.\\n\\n오메가3는 우리 몸에 매우 중요한 영양소입니다. 심장 건강 개선, 뇌 발달 및 기능 향상, 면역 체계 강화 등 다양한 효과를 가지고 있습니다. 식단을 통해 다양한 오메가3 지방산을 섭취하거나 보충제를 활용하여 부족한 영양소를 보충할 수 있습니다. 하지만, 항상 적절한 섭취량과 방법을 유의하여 건강 관리에 신경을 써야 합니다. 🐟🥦🍤\\n\\n예시1: 오메가3가 풍부한 물고기인 연어는 심장 건강에 도움이 되는 DHA와 EPA를 많이 함유하고 있습니다.\\n\\n예시2: 오메가3가 부족한 사람들은 피부가 건조하고 가려움증을 느낄 수 있습니다.\\n\\n예시3: 오메가3를 충분히 섭취하는 것은 노인들의 인지 기능을 개선하는 데에도 도움이 될 수 있습니다.\"\n}"}],"_postman_id":"5b8e675e-9e59-46b1-aacf-707ecbd53197"}],"id":"26166192-c7a4-44d0-85b5-c236fda98b79","_postman_id":"26166192-c7a4-44d0-85b5-c236fda98b79","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"6687d92d-8738-4f32-893c-be20faa23cb4","id":"6687d92d-8738-4f32-893c-be20faa23cb4","name":"가제트AI","type":"collection"}}}],"id":"d7cb132d-325b-4c2f-b647-198596042c07","_postman_id":"d7cb132d-325b-4c2f-b647-198596042c07","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"6687d92d-8738-4f32-893c-be20faa23cb4","id":"6687d92d-8738-4f32-893c-be20faa23cb4","name":"가제트AI","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"d0e1e251-9cc1-4088-9609-ba0651a1a35d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"90afc5dc-b5db-4c46-bbe6-d7af9c5b92bd","type":"text/javascript","exec":[""]}}]}