{"id":355,"date":"2023-05-10T14:38:03","date_gmt":"2023-05-10T05:38:03","guid":{"rendered":"https:\/\/blog.anchors-biz.com\/?p=355"},"modified":"2023-05-10T14:39:03","modified_gmt":"2023-05-10T05:39:03","slug":"spring-boot%eb%a1%9c-chatgpt-api-%ec%82%ac%ec%9a%a9%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/blog.anchors-biz.com\/?p=355","title":{"rendered":"Spring Boot\ub85c ChatGPT API \uc0ac\uc6a9\ud558\uae30"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p><strong>OpenAI<\/strong>\uc758 ChatGPT\ub294 \ud604\uc7ac \uc804\uc138\uacc4\uc5d0\uc11c \uac00\uc7a5 \ud56b\ud55c \ud0a4\uc6cc\ub4dc \uc911 \ud558\ub098\ub2e4. <strong>ChatGPT<\/strong>\ub97c \uc811\ud558\uace0 API\ub97c \uc81c\uacf5\ud560 \ud150\ub370 \ud55c\ubc88 \ub9cc\ub4e4\uc5b4 \ubcfc\uae4c \uc0dd\uac01\uc774 \ub4e4\uc5b4 \uc2dc\uc791\ud588\ub2e4. \ub9c8\uce68 Spring Boot 3.0\uc774 \ub9b4\ub9ac\uc988 \ub41c \ud6c4 \uc81c\ub300\ub85c \uc368\ubcf4\uc9c0 \uc54a\uc558\uc5b4\uc11c Spring Boot 3.0 \uae30\ubc18\uc73c\ub85c \ub9cc\ub4e4\uae30\ub85c \ud588\ub2e4.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<br>\n<br>\n<br>\n\n\n\n<p><\/p>\n\n\n\n<h3>Spring Boot 3.0<\/h3>\n\n\n\n<hr>\n\n\n\n<p>Spring Boot 3.0 \ubc84\uc804\uc774 \ub9b4\ub9ac\uc988 \ub418\uba74\uc11c \uc5ec\ub7ec \ubcc0\uacbd \uc810\uc774 \uc788\uc9c0\ub9cc \uadf8 \uc911 \uac00\uc7a5 \uc8fc\ubaa9\ud588\ub358 \ubd80\ubd84\uc740 reactive programming\uc5d0 \ub300\ud55c \uc9c0\uc6d0\uc774 \uac1c\uc120\ub418\uc5c8\ub2e4\ub294 \uc810\uc774\ub2e4. \ub530\ub77c\uc11c \uc774\uc804 \ubc84\uc804\uc5d0\uc11c\ub294 dependency\ub97c \ucd94\uac00\ud574\uc57c\ub9cc \uc0ac\uc6a9\uc774 \uac00\ub2a5\ud588\ub358 <strong>Spring Web Flux\uac00<\/strong> \uae30\ubcf8\uc73c\ub85c \ud0d1\uc7ac\ub418\uc5b4 \ubcc4\ub3c4\uc758 dependency \ucd94\uac00 \uc5c6\uc774 \uc0ac\uc6a9\uc774 \uac00\ub2a5\ud574\uc84c\ub2e4.<\/p>\n\n\n\n<p>\uadf8\ub9ac\uace0 SpirngBoot 3.0\uc740 Java 17\ubd80\ud130 \uc9c0\uc6d0\ud558\uae30 \ub54c\ubb38\uc5d0 Java 16\uc5d0 \ub3c4\uc785\ub410\ub358 <strong>record<\/strong>\ub3c4 \uc0ac\uc6a9\uc774 \uac00\ub2a5\ud558\ub2e4.<\/p>\n\n\n\n<br>\n<br>\n<br>\n<br>\n\n\n\n<p><\/p>\n\n\n\n<h3>OpenAI Doc<\/h3>\n\n\n\n<hr>\n\n\n\n<p>ChatGPT API\ub97c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574\uc11c\ub294 OpenAI\uc5d0\uc11c \uc81c\uacf5\ud574\uc8fc\ub294 \ubb38\uc11c\ub97c \ucc3e\uc544\ubd24\ub2e4. <\/p>\n\n\n\n<p><strong>OpenAI Document Url :<\/strong> <a href=\"https:\/\/platform.openai.com\/docs\/api-reference\/introduction\">https:\/\/platform.openai.com\/docs\/api-reference\/introduction<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>API \ubb38\uc11c\uc5d0\uc11c \ud544\uc694\ud55c \ub0b4\uc6a9\uc740 API\uc5d0 \ubcf4\ub0bc <strong>Request<\/strong>\uc640 <strong>Response<\/strong>\uc758 \ud615\ud0dc\uc774\ub2e4. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<h4>Request Body<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>curl <a rel=\"noreferrer noopener\" href=\"https:\/\/api.openai.com\/v1\/completions\" target=\"_blank\">https:\/\/api.openai.com\/v1\/completions<\/a> \\ \n-H \"Content-Type: application\/json\" \\\n-H \"Authorization: Bearer $OPENAI_API_KEY\" \\ \n-d '{ \n    \"model\": \"text-davinci-003\", \n    \"prompt\": \"Say this is a test\", \n    \"max_tokens\": 7, \n    \"temperature\": 0 \n  }'<\/code><\/pre>\n\n\n\n<p>OpenAI\uac00 \uc81c\uacf5\ud574\uc8fc\ub294 Request Body \uc0d8\ud50c\uc774\ub2e4. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<h4>Response<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\": \"cmpl-uqkvlQyYK7bGYrRHQ0eXlWi7\",\n    \"object\": \"text_completion\",\n    \"created\": 1589478378,\n    \"model\": \"text-davinci-003\",\n    \"choices\": &#91;\n        {\n            \"text\": \"\\n\\nThis is indeed a test\",\n            \"index\": 0,\n            \"logprobs\": null,\n            \"finish_reason\": \"length\"\n        }\n    ],\n    \"usage\": {\n        \"prompt_tokens\": 5,\n        \"completion_tokens\": 7,\n        \"total_tokens\": 12\n    }\n}<\/code><\/pre>\n\n\n\n<p>OpenAI\uac00 \uc81c\uacf5\ud574\uc8fc\ub294 Response \uc0d8\ud50c\uc774\ub2e4. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<br>\n<br>\n<br>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3>API Key<\/h3>\n\n\n\n<hr>\n\n\n\n<p>\uac1c\ubc1c\ud558\uae30 \uc55e\uc11c Request\ub97c \ubcf4\ub0bc \ub54c Header\uc5d0 \ud544\uc694\ud55c API Key\ub97c \uc0dd\uc131\ud574\uc57c \ud55c\ub2e4. <\/p>\n\n\n\n<p>API Key\ub294 <a rel=\"noreferrer noopener\" href=\"https:\/\/platform.openai.com\/account\/api-keys\" target=\"_blank\">https:\/\/platform.openai.com\/account\/api-keys<\/a> \uc5d0\uc11c \uc0dd\uc131\ud558\uba74 \ub41c\ub2e4.<\/p>\n\n\n\n<br>\n<br>\n\n\n\n<p><\/p>\n\n\n\n<h3>\ucf54\ub529<\/h3>\n\n\n\n<hr>\n\n\n\n<p>\uc900\ube44\ub294 \ub05d\ub0ac\uc73c\ub2c8 \uc774\uc81c \ucf54\ub529\ub9cc \ud558\uba74\ub41c\ub2e4.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<br>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-container-1 wp-block-group\">\n<h4>Controller<\/h4>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"724\" height=\"469\" src=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/ChatGptController.png\" alt=\"\" class=\"wp-image-370\" srcset=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/ChatGptController.png 724w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/ChatGptController-300x194.png 300w\" sizes=\"(max-width: 724px) 100vw, 724px\" \/><\/figure>\n\n\n\n<p><strong>\ucee8\ud2b8\ub864\ub7ec\ub294<\/strong> \uac04\ub2e8\ud558\ub2e4.<\/p>\n\n\n\n<p>\ud654\uba74\uc5d0\uc11c chatgpt\uc5d0\uac8c \ubb3c\uc5b4\ubcfc <strong>prompt<\/strong>\ub9cc \ubc1b\uc544\uc11c<\/p>\n\n\n\n<p><strong>Service<\/strong>\uc5d0 \ub118\uaca8\uc8fc\uace0 \ubc1b\uc740 <strong>response<\/strong>\ub9cc \ub2e4\uc2dc \ub0b4\ub824\uc8fc\uba74 \ub41c\ub2e4.<\/p>\n\n\n\n<br>\n<br>\n\n\n\n<p><\/p>\n\n\n\n<h4>Data class (Request &amp; response)<\/h4>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"784\" height=\"196\" src=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/ChatGptRequest.png\" alt=\"\" class=\"wp-image-373\" srcset=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/ChatGptRequest.png 784w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/ChatGptRequest-300x75.png 300w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/ChatGptRequest-768x192.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"684\" height=\"239\" src=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/ChatGptResponse-1.png\" alt=\"\" class=\"wp-image-378\" srcset=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/ChatGptResponse-1.png 684w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/ChatGptResponse-1-300x105.png 300w\" sizes=\"(max-width: 684px) 100vw, 684px\" \/><\/figure>\n\n\n\n<p><strong>Spring Boot 3.0<\/strong>\uc73c\ub85c \ub9cc\ub4dc\ub294 \ub9cc\ud07c \uc775\uc219\ud55c <strong>lombok<\/strong>\uc774 \uc544\ub2cc <strong>record <\/strong>\ud074\ub798\uc2a4\ub85c \ub9cc\ub4e4\uc5c8\ub2e4.<\/p>\n\n\n\n<h6><br>Request<\/h6>\n\n\n\n<ul><li>\uc694\uccad\uc744 \ubcf4\ub0bc \ub54c \ud544\uc694\ud55c \ub370\uc774\ud130 <strong>model<\/strong>, <strong>promot<\/strong>, <strong>temperature<\/strong>, <strong>max_tokens<\/strong>\ub97c \ud3ec\ud568\ud55c record \ud074\ub798\uc2a4\ub2e4.<\/li><li><strong><em>create() <\/em><\/strong>method\ub97c \ud1b5\ud574 \uc0ac\uc6a9\uc790\uac00 \uc785\ub825\ud55c <strong>prompt <\/strong>\uac12\uc744 \ubc1b\uc544\uc11c reqeust\uc5d0 \ud544\uc694\ud55c \ub370\uc774\ud130\ub97c \uc0dd\uc131\ud574\uc900\ub2e4.<\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h6>Response<\/h6>\n\n\n\n<ul><li><em><strong>getText()<\/strong><\/em> method\ub97c \ud1b5\ud574 OpenAI\uc5d0 \ubc1b\uc544\uc628 Response\uc5d0\uc11c ChatGPT\uc758 \uc751\ub2f5 \uac12\uc778 <strong>text<\/strong>\ub97c \ucd94\ucd9c\ud574\uc900\ub2e4.<\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<br>\n<br>\n\n\n\n<p><\/p>\n\n\n\n<h4>SERVICE<\/h4>\n\n\n\n<p>Service \ub2e8\uc5d0\ub294 \ub450 \uac1c\uc758 method\uac00 \uc788\ub2e4.<\/p>\n\n\n\n<p><strong>1.<\/strong> <strong><em>chat() <\/em><\/strong><\/p>\n\n\n\n<p>Controller\ub85c \ubd80\ud130 \ubc1b\uc740 \uc0ac\uc6a9\uc790 \uc785\ub825 \uac12\uc73c\ub85c Request Record\ub97c \ub9cc\ub4e4\uace0 API\ub85c \ubd80\ud130 \ubc1b\uc740 \uc751\ub2f5\uc73c\ub85c Response Record\ub97c \ub9cc\ub4dc\ub294 \uae30\ub2a5\uc744 \ud55c\ub2e4.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"894\" height=\"196\" src=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/service_chat.png\" alt=\"\" class=\"wp-image-380\" srcset=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/service_chat.png 894w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/service_chat-300x66.png 300w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/service_chat-768x168.png 768w\" sizes=\"(max-width: 894px) 100vw, 894px\" \/><\/figure>\n\n\n\n<p>  <\/p>\n\n\n\n<p><strong>2.<\/strong> <strong><em>sendRequest()<\/em><\/strong><\/p>\n\n\n\n<p>OpenAI API\uc5d0 \uc694\uccad\uc744 \ubcf4\ub0b4\ub294 \uae30\ub2a5\uc744 \ud55c\ub2e4.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"672\" height=\"204\" src=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/service_sendrequest.png\" alt=\"\" class=\"wp-image-381\" srcset=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/service_sendrequest.png 672w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/service_sendrequest-300x91.png 300w\" sizes=\"(max-width: 672px) 100vw, 672px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<br>\n\n\n\n<p><\/p>\n\n\n\n<ul><li>ObjectMapper<br><br>ObjectMapper\ub97c \uc0ac\uc6a9\ud574\uc11c Request Record\ub97c String\uc73c\ub85c \ubc14\uafb8\uace0 \ubc1b\uc544\uc628 Response\ub97c \ub0b4\uac00 \ub9cc\ub4e0 Response record \ud074\ub798\uc2a4 \ud615\ud0dc\ub85c \uac04\ud3b8\ud558\uac8c \ubcc0\ud658\ud560 \uc218 \uc788\ub2e4.<\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<ul><li>HttpClient, HttpRequset, HttpResponse<br><br>java.net.http\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 Http\uac1d\uccb4\ub4e4\uc744 \uc0ac\uc6a9\ud558\uba74 Http \ud1b5\uc2e0\uc744 \ud3b8\ub9ac\ud558\uac8c \ud560 \uc218 \uc788\ub2e4. <\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<br>\n<br>\n<br>\n\n\n\n<p><\/p>\n\n\n\n<h3>\ud14c\uc2a4\ud2b8<\/h3>\n\n\n\n<hr>\n\n\n\n<p>\uc791\uc131\ud55c \ucf54\ub4dc\uac00 \uc798 \ub3cc\uc544\uac00\ub294\uc9c0 \ud14c\uc2a4\ud2b8 \ud574\ubcf4\uc790.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"879\" height=\"227\" src=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/index_req.png\" alt=\"\" class=\"wp-image-382\" srcset=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/index_req.png 879w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/index_req-300x77.png 300w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/index_req-768x198.png 768w\" sizes=\"(max-width: 879px) 100vw, 879px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\uba3c\uc800 \uc544\ub984\ub2e4\uc6b4 \ud654\uba74\uc744 \ud558\ub098 \ub9cc\ub4e4\uc5b4 \uc8fc\uace0 ChatGPT\uc5d0\uac8c \ub9d0\uc744 \uac78\uc5b4\ubcf4\uc790.<\/p>\n\n\n\n<br>\n\n\n\n<h4>\ub85c\uadf8<\/h4>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"102\" src=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/chatgpt_reqres_log-1024x102.png\" alt=\"\" class=\"wp-image-383\" srcset=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/chatgpt_reqres_log-1024x102.png 1024w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/chatgpt_reqres_log-300x30.png 300w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/chatgpt_reqres_log-768x76.png 768w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/chatgpt_reqres_log-1536x152.png 1536w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/chatgpt_reqres_log.png 1644w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>responseBody {\n    \"id\":\"cmpl-6udbCmqY9XsrFX1nJOrhFcqLXzopK\",\n    \"object\":\"text_completion\",\n    \"created\":1678956606,\"model\":\"text-davinci-003\",\n    \"choices\":&#91;{\n        \"text\":\"\\n\\nNo, I'm not.\",\n        \"index\":0,\"logprobs\":null,\n        \"finish_reason\":\"stop\"\n    }],\n    \"usage\":{\n        \"prompt_tokens\":4,\"completion_tokens\":8,\"total_tokens\":12\n    }\n}<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<br>\n\n\n\n<p>\uc751\ub2f5\uc744 \uc81c\ub300\ub85c \ubc1b\uc544\uc624\ub294 \uac78 \ubcfc \uc218 \uc788\ub2e4.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<br>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"908\" height=\"376\" src=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/index_res.png\" alt=\"\" class=\"wp-image-385\" srcset=\"https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/index_res.png 908w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/index_res-300x124.png 300w, https:\/\/blog.anchors-biz.com\/wp-content\/uploads\/2023\/03\/index_res-768x318.png 768w\" sizes=\"(max-width: 908px) 100vw, 908px\" \/><\/figure>\n\n\n\n<br>\n<br>\n<br>\n<br>\n\n\n\n<p><\/p>\n\n\n\n<p>Spring Boot\ub85c OpenAI ChatGPT3 API \uc5f0\uacb0\uc744 \uac04\ub2e8\ud558\uac8c \uad6c\ud604\ud574 \ubcf4\uc558\ub2e4.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<br>\n<br>\n<br>\n<br>\n\n\n\n<p><\/p>\n\n\n\n<p>\uadfc\ub370 <s>\ub2e4 \ub9cc\ub4e4\uace0 \ubcf4\ub2c8 ChatGPT4\uac00 \ucd9c\uc2dc\ub418\uc5c8\ub2e4.<\/s><\/p>\n\n\n\n<br>\n<br>\n<br>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>OpenAI\uc758 ChatGPT\ub294 \ud604\uc7ac \uc804\uc138\uacc4\uc5d0\uc11c \uac00\uc7a5 \ud56b\ud55c \ud0a4\uc6cc\ub4dc \uc911 \ud558\ub098\ub2e4. ChatGPT\ub97c \uc811\ud558\uace0 API\ub97c \uc81c\uacf5\ud560 \ud150\ub370 \ud55c\ubc88 \ub9cc\ub4e4\uc5b4 \ubcfc\uae4c \uc0dd\uac01\uc774 \ub4e4\uc5b4 \uc2dc\uc791\ud588\ub2e4. \ub9c8\uce68 Spring Boot 3.0\uc774 \ub9b4\ub9ac\uc988 \ub41c \ud6c4 \uc81c\ub300\ub85c \uc368\ubcf4\uc9c0 \uc54a\uc558\uc5b4\uc11c Spring Boot 3.0 \uae30\ubc18\uc73c\ub85c \ub9cc\ub4e4\uae30\ub85c \ud588\ub2e4. Spring Boot 3.0 Spring Boot 3.0 \ubc84\uc804\uc774 \ub9b4\ub9ac\uc988 \ub418\uba74\uc11c \uc5ec\ub7ec \ubcc0\uacbd \uc810\uc774 \uc788\uc9c0\ub9cc \uadf8 \uc911 \uac00\uc7a5 \uc8fc\ubaa9\ud588\ub358 \ubd80\ubd84\uc740 reactive [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_mi_skip_tracking":false},"categories":[3],"tags":[34,36,35],"_links":{"self":[{"href":"https:\/\/blog.anchors-biz.com\/index.php?rest_route=\/wp\/v2\/posts\/355"}],"collection":[{"href":"https:\/\/blog.anchors-biz.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.anchors-biz.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.anchors-biz.com\/index.php?rest_route=\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.anchors-biz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=355"}],"version-history":[{"count":30,"href":"https:\/\/blog.anchors-biz.com\/index.php?rest_route=\/wp\/v2\/posts\/355\/revisions"}],"predecessor-version":[{"id":450,"href":"https:\/\/blog.anchors-biz.com\/index.php?rest_route=\/wp\/v2\/posts\/355\/revisions\/450"}],"wp:attachment":[{"href":"https:\/\/blog.anchors-biz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=355"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.anchors-biz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=355"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.anchors-biz.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}