{"id":5860,"date":"2026-07-16T11:54:23","date_gmt":"2026-07-16T02:54:23","guid":{"rendered":"https:\/\/typecast.ai\/kr\/learn\/?p=5860"},"modified":"2026-07-16T13:16:20","modified_gmt":"2026-07-16T04:16:20","slug":"voice-recommendation-api","status":"publish","type":"post","link":"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/","title":{"rendered":"\ud83c\udf99\ufe0f \uc218\ubc31 \uac1c AI \uc74c\uc131 \uc911 \ubb58 \uace8\ub77c\uc57c \ud560\uae4c? \u2014 \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"5860\" class=\"elementor elementor-5860\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ec894ca e-con-full e-flex e-con e-parent\" data-id=\"3ec894ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f146a64 elementor-widget elementor-widget-html\" data-id=\"f146a64\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<div class=\"typecast-blog-player\" data-character=\"\uc11c\ud604\">\r\n  <div class=\"typecast-play-btn\" onclick=\"togglePlay(this)\"><\/div>\r\n  <span class=\"typecast-title\">Typecast &nbsp;|&nbsp; \uc774\ubc88 \uc544\ud2f0\ud074, \uc624\ub514\uc624\ubd81\uc5d0 \uc798 \uc5b4\uc6b8\ub9ac\ub294<span style=\"color:#f97316;\"> '\uc9c0\uc120' <\/span>\ubaa9\uc18c\ub9ac\ub85c \uc77d\uc5b4\ub4dc\ub824\uc694<\/span>\r\n  <div class=\"typecast-controls\">\r\n    <button class=\"typecast-speed\" onclick=\"changeSpeed(this)\">\uc18d\ub3c4 1x<\/button>\r\n  <\/div>\r\n  <audio src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/20260716_voice_id\ub97c_.mp3\"><\/audio>\r\n<\/div>\r\n\r\n<style>\r\n.typecast-blog-player {\r\n  display: flex;\r\n  align-items: center;\r\n  background: #111;\r\n  border-radius: 10px;\r\n  padding: 15px 16px;\r\n  gap: 12px;\r\n  max-width: 700px;\r\n}\r\n.typecast-blog-player .typecast-play-btn {\r\n  background: #F97316;\r\n  border: none;\r\n  border-radius: 50%;\r\n  width: 32px;\r\n  height: 32px !important;\r\n  min-width: 32px;\r\n  min-height: 32px;\r\n  cursor: pointer;\r\n  flex-shrink: 0;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n}\r\n.typecast-blog-player .typecast-play-btn::before {\r\n  content: '';\r\n  display: inline-block;\r\n  width: 0;\r\n  height: 0;\r\n  border-style: solid;\r\n  border-width: 5px 0 5px 10px;\r\n  border-color: transparent transparent transparent white;\r\n  margin-left: 2px;\r\n}\r\n.typecast-blog-player .typecast-play-btn.is-playing::before {\r\n  border-style: double;\r\n  border-width: 0 0 0 10px;\r\n  border-color: transparent transparent transparent white;\r\n  margin-left: 0;\r\n}\r\n.typecast-blog-player .typecast-title {\r\n  color: white;\r\n  font-weight: 600;\r\n  font-size: 15px;\r\n  flex: 1;\r\n}\r\n.typecast-blog-player .typecast-controls {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 12px;\r\n  flex-shrink: 0;\r\n}\r\n.typecast-blog-player .typecast-speed {\r\n  background: transparent;\r\n  border: 1.5px solid #555;\r\n  border-radius: 20px;\r\n  color: white;\r\n  padding: 4px 10px;\r\n  font-weight: 500;\r\n  font-size: 11px;\r\n  cursor: pointer;\r\n}\r\n<\/style>\r\n\r\n<script>\r\nfunction togglePlay(btn) {\r\n  const player = btn.closest('.typecast-blog-player');\r\n  const audio = player.querySelector('audio');\r\n\r\n  document.querySelectorAll('.typecast-blog-player').forEach(p => {\r\n    if (p !== player) {\r\n      p.querySelector('audio').pause();\r\n      p.querySelector('.typecast-play-btn').classList.remove('is-playing');\r\n    }\r\n  });\r\n\r\n  if (audio.paused) {\r\n    audio.play();\r\n    btn.classList.add('is-playing');\r\n\r\n    if (!player.dataset.played) {\r\n      player.dataset.played = 'true';\r\n      window.dataLayer = window.dataLayer || [];\r\n      window.dataLayer.push({\r\n                event: 'typecast_blog_audio_play',\r\n        audio_character: player.dataset.character || '',\r\n        page_url: window.location.href\r\n      });\r\n    }\r\n  } else {\r\n    audio.pause();\r\n    btn.classList.remove('is-playing');\r\n  }\r\n}\r\n\r\nfunction changeSpeed(btn) {\r\n  const player = btn.closest('.typecast-blog-player');\r\n  const audio = player.querySelector('audio');\r\n  const speeds = [1, 1.5, 2, 0.75];\r\n\r\n  let idx = parseInt(player.dataset.speedIndex || '0');\r\n  idx = (idx + 1) % speeds.length;\r\n  player.dataset.speedIndex = idx;\r\n\r\n  audio.playbackRate = speeds[idx];\r\n  btn.textContent = '\uc18d\ub3c4 ' + speeds[idx] + 'x';\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-295fa8d elementor-widget elementor-widget-html\" data-id=\"295fa8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@graph\": [\r\n    {\r\n      \"@type\": \"BlogPosting\",\r\n      \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/#blogposting\",\r\n      \"headline\": \"voice_id\ub97c \uc77c\uc77c\uc774 \ucc3e\uc9c0 \ub9c8\uc138\uc694 \u2014 \uc6d0\ud558\ub294 \ubaa9\uc18c\ub9ac\ub97c \ubb38\uc7a5\uc73c\ub85c \uac80\uc0c9\ud558\ub294 \ubc95\",\r\n      \"description\": \"\uc6d0\ud558\ub294 \uc2a4\ud0c0\uc77c\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74 \uc5b4\uc6b8\ub9ac\ub294 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubcf4\uc774\uc2a4\ub97c \uad00\ub828\ub3c4\uc21c\uc73c\ub85c \ub3cc\ub824\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API. \ud638\ucd9c \ubc29\ubc95(STEP 1~4)\uacfc \ud504\ub86c\ud504\ud2b8 \uc791\uc131\ubc95\uc744 \uc2e4\uc81c \uc751\ub2f5\uac12\uacfc \ud568\uaed8 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\",\r\n      \"url\": \"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/\",\r\n      \"mainEntityOfPage\": { \"@type\": \"WebPage\", \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/\" },\r\n      \"datePublished\": \"2026-07-16\",\r\n      \"dateModified\": \"2026-07-16\",\r\n      \"inLanguage\": \"ko\",\r\n      \"image\": { \"@type\": \"ImageObject\", \"url\": \r\n      \"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/Frame-2086383342.png\", \"width\": 1200, \"height\": 600 },\r\n      \"author\": { \"@type\": \"Person\", \"name\": \"Heeju Choi\", \"jobTitle\": \"B2B \ub9c8\ucf00\ud130\", \"worksFor\": { \"@type\": \"Organization\", \"name\": \"Neosapience Inc.\", \"url\": \"https:\/\/typecast.ai\" }, \"sameAs\": [\"https:\/\/kr.linkedin.com\/company\/typecastkorea\"] },\r\n      \"publisher\": { \"@type\": \"Organization\", \"name\": \"Neosapience Inc.\", \"alternateName\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8\", \"url\": \"https:\/\/typecast.ai\/kr\", \"logo\": { \"@type\": \"ImageObject\", \"url\": \"https:\/\/typecast.ai\/_ipx\/_\/image\/logo\/tc_logo.webp\", \"width\": 600, \"height\": 60 } },\r\n      \"speakable\": { \"@type\": \"SpeakableSpecification\", \"cssSelector\": [\".answer-first-def\", \".faq\"] }\r\n    },\r\n    {\r\n      \"@type\": \"FAQPage\",\r\n      \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/#faq\",\r\n      \"mainEntity\": [\r\n        { \"@type\": \"Question\", \"name\": \"score\ub294 \uc815\ud655\ud788 \ubb34\uc2a8 \uac12\uc778\uac00\uc694? \uba87 \uc810 \uc774\uc0c1\uc774\uba74 \uc88b\uc740 \uac74\uac00\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\uc785\ub825\ud55c \ubb18\uc0ac\uc640 \uac01 \ubcf4\uc774\uc2a4\uac00 \uc5bc\ub9c8\ub098 \uac00\uae4c\uc6b4\uc9c0\ub97c \ub098\ud0c0\ub0b4\ub294 \uad00\ub828\ub3c4 \uc810\uc218(0~1)\uc774\uace0, \uacb0\uacfc\ub294 \uc774 \uc810\uc218 \uc21c\uc73c\ub85c \uc815\ub82c\ub429\ub2c8\ub2e4. \ub2e4\ub9cc \uc810\uc218 \ud3ed\uc740 \uac80\uc0c9\ud558\ub294 \ubb38\uc7a5(query)\ub9c8\ub2e4 \ub2ec\ub77c\uc694. \uc5b4\ub5a4 \uac80\uc0c9\uc740 \uc0c1\uc704\uac00 0.89, \ub2e4\ub978 \uac80\uc0c9\uc740 0.80\uc774 \ucd5c\uc0c1\uc704\uc77c \uc218 \uc788\uc5b4\uc11c, '0.85 \uc774\uc0c1\uc774\uba74 \uc88b\ub2e4'\ucc98\ub7fc \uc808\ub300 \uae30\uc900\uc73c\ub85c \uc4f0\uae30\ubcf4\ub2e4 \ud55c \uc751\ub2f5 \uc548\uc5d0\uc11c \uc0c1\uc704 \ud6c4\ubcf4\ub97c \uace0\ub974\ub294 \uc0c1\ub300 \uc9c0\ud45c\ub85c \ubcf4\ub294 \uac8c \ub9de\uc2b5\ub2c8\ub2e4.\" } },\r\n        { \"@type\": \"Question\", \"name\": \"\ubaa9\ub85d \uc870\ud68c API(\/v2\/voices) \ud544\ud130\ub791 \ubb50\uac00 \ub2e4\ub978\uac00\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ubaa9\ub85d \uc870\ud68c \ud544\ud130\ub294 \ubbf8\ub9ac \uc815\ud574\uc9c4 \ud56d\ubaa9 \uc911\uc5d0\uc11c\ub9cc \uace0\ub97c \uc218 \uc788\uc5b4\uc694. \uc131\ubcc4\uc740 \ub0a8\uc131\u00b7\uc5ec\uc131, \ub098\uc774\ub294 \uc5b4\ub9b0\uc774\u00b7\uccad\uc18c\ub144\u00b7\uccad\ub144\u00b7\uc911\ub144\u00b7\ub178\ub144, \uc720\uc2a4\ucf00\uc774\uc2a4\ub294 \uad11\uace0\u00b7\uc624\ub514\uc624\ubd81\u00b7\ub2e4\ud050\ucc98\ub7fc \uc815\ud574\uc9c4 \ubaa9\ub85d\uc5d0\uc11c \uc120\ud0dd\ud558\ub294 \uc2dd\uc774\uc8e0. '\ub530\ub73b\ud55c \ub290\ub08c' \uac19\uc740 \uc790\uc720\ub85c\uc6b4 \ubb18\uc0ac\ub294 \ub123\uc744 \uc218 \uc5c6\uc5b4\uc694. \ubc18\uba74 \ucd94\ucc9c API\ub294 \uc6d0\ud558\ub294 \ud1a4\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74 \uad00\ub828\ub3c4\uc21c\uc73c\ub85c \ucc3e\uc544\uc90d\ub2c8\ub2e4. \uc131\ubcc4\u00b7\ub098\uc774\ucc98\ub7fc \uc870\uac74\uc774 \uba85\ud655\ud558\uba74 \ubaa9\ub85d \uc870\ud68c\uac00, '\ucc28\ubd84\ud55c\ub370 \uc0ac\ubb34\uc801\uc774\uc9c4 \uc54a\uc740' \uac19\uc740 \ubcf5\ud569\uc801\uc778 \ub258\uc559\uc2a4\ub85c \ubc14\ub85c \uc881\ud788\uace0 \uc2f6\uc73c\uba74 \ucd94\ucc9c API\uac00 \ub9de\uc544\uc694. \uadf8\ub798\uc11c \ubcf4\ud1b5 \ucd94\ucc9c\uc73c\ub85c \ub113\uac8c \ucc3e\uc740 \ub4a4 \/v2\/voices\ub85c \uc131\ubcc4 \uac19\uc740 \ud544\uc218 \uc870\uac74\uc744 \ud655\uc778\ud558\ub294 \uc2dd\uc73c\ub85c \ub450 API\ub97c \uc9dd\uc9c0\uc5b4 \uc501\ub2c8\ub2e4.\" } },\r\n        { \"@type\": \"Question\", \"name\": \"\uac19\uc740 query\uba74 \ud56d\uc0c1 \uac19\uc740 \uacb0\uacfc\uac00 \ub098\uc624\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ub124. \ub3d9\uc77c\ud55c query\u00b7count\ub85c \ud638\ucd9c\ud558\uba74 \uacb0\uacfc\uc640 \uc810\uc218\uac00 \ub3d9\uc77c\ud558\uac8c \uc7ac\ud604\ub429\ub2c8\ub2e4. \uacb0\uacfc\ub97c \uce90\uc2f1\ud558\uac70\ub098 \ud14c\uc2a4\ud2b8\uc5d0 \ud65c\uc6a9\ud558\uae30 \uc88b\uc544\uc694.\" } },\r\n        { \"@type\": \"Question\", \"name\": \"\ucd94\ucc9c\ubc1b\uc740 \ubaa9\uc18c\ub9ac\ub85c \ubc14\ub85c \uc74c\uc131\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ub124. \uc751\ub2f5\uc758 voice_id\ub97c \uc74c\uc131\uc744 \ub9cc\ub4dc\ub294 \uc5d4\ub4dc\ud3ec\uc778\ud2b8(POST \/v1\/text-to-speech)\uc5d0 \uadf8\ub300\ub85c \ub123\uc73c\uba74 \ub429\ub2c8\ub2e4. \ubcc4\ub3c4 \ubcc0\ud658 \uc5c6\uc774 \uac80\uc0c9\uc5d0\uc11c \uc74c\uc131 \uc0dd\uc131\uae4c\uc9c0 \uc774\uc5b4\uc838\uc694.\" } },\r\n        { \"@type\": \"Question\", \"name\": \"\ud55c\uad6d\uc5b4 \ub9d0\uace0 \ub2e4\ub978 \uc5b8\uc5b4 \ubcf4\uc774\uc2a4\ub3c4 \ucc3e\uc744 \uc218 \uc788\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"query\uc5d0 \uc4f0\ub294 \uc5b8\uc5b4(\ud55c\uad6d\uc5b4\/\uc601\uc5b4)\ub294 \uc790\uc720\ub86d\uace0, 'japanese', 'german' \uac19\uc740 \uc5b8\uc5b4\u00b7\uad6d\uc801 \ub2e8\uc5b4\ub294 \ubcf4\uc774\uc2a4\uc758 \uce90\ub9ad\ud130\u00b7\ubd84\uc704\uae30 \ud78c\ud2b8\ub85c \uc791\ub3d9\ud574\uc694. \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubcf4\uc774\uc2a4\ub294 \ub2e4\uad6d\uc5b4(37\uac1c \uc5b8\uc5b4)\ub97c \uc9c0\uc6d0\ud558\ubbc0\ub85c, \uc2e4\uc81c \ub0ad\ub3c5 \uc5b8\uc5b4\ub294 \ud569\uc131 \ub2e8\uacc4\uc5d0\uc11c \uc815\ud558\uba74 \ub429\ub2c8\ub2e4.\" } },\r\n        { \"@type\": \"Question\", \"name\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub294 \ubb50\uac00 \uc88b\uc740\uac00\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 \ub204\uc801 320\ub9cc\uba85\uc758 \uac00\uc785\uc790\ub97c \uac00\uc9c4 \uad6d\ub0b4 1\uc704 \uc74c\uc131\u00b7\uc601\uc0c1 \uc0dd\uc131 AI \uae30\uc5c5\uc785\ub2c8\ub2e4. \uc804\ubb38 \uc131\uc6b0 \ub179\uc74c\uacfc Smart Emotion\uc73c\ub85c \ub9cc\ub4e0 \uc790\uc5f0\uc2a4\ub7ec\uc6c0, API \uae30\uc900 500\uac1c \uc774\uc0c1 \ubcf4\uc774\uc2a4\uc640 37\uac1c \uc5b8\uc5b4\uc758 \ub2e4\uc591\uc131, \uc218\ub9cc \uba85 \ub3d9\uc2dc\uc811\uc18d \ub77c\uc774\ube0c \ud658\uacbd\uc5d0\uc11c \uac80\uc99d\ub41c \uc548\uc815\uc131\uc744 \uac16\ucdc4\uc5b4\uc694. \ubcf4\uc774\uc2a4 \ucd94\ucc9c API\ub294 \uc774 \ub9ce\uc740 \ubcf4\uc774\uc2a4\ub97c \uc190\uc27d\uac8c \uace0\ub974\ub3c4\ub85d \ub3d5\ub294 \ub3c4\uad6c\uc785\ub2c8\ub2e4.\" } }\r\n      ]\r\n    }\r\n  ]\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f9254ed elementor-widget elementor-widget-text-editor\" data-id=\"5f9254ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\n<p class=\"wp-block-paragraph\">\u00a0<\/p>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\ucf58\ud150\uce20\uc5d0 \ub531 \ub9de\ub294 \ubaa9\uc18c\ub9ac\ub97c \ucc3e\ub294 \uac74 \uc0dd\uac01\ubcf4\ub2e4 \uc5b4\ub824\uc6cc\uc694. \ucf58\ud150\uce20\ub9c8\ub2e4 \uc5b4\uc6b8\ub9ac\ub294 \uc74c\uc131\uc774 \ub2e4\ub974\uac70\ub4e0\uc694. \uc81c\ud488 \ud29c\ud1a0\ub9ac\uc5bc\uc5d4 \ucc28\ubd84\ud558\uace0 \uc2e0\ub8b0\uac10 \uc788\ub294 \uc548\ub0b4 \ud1a4\uc774, \ube0c\ub79c\ub4dc \uad11\uace0\uc5d4 \ud65c\uae30\ucc2c \ubaa9\uc18c\ub9ac\uac00, \uc624\ub514\uc624\ubd81\uc5d4 \ub098\uae0b\ud55c \ub0ad\ub3c5 \ud1a4\uc774 \uc5b4\uc6b8\ub9ac\uc8e0. <strong>&#8216;\uc88b\uc740 \ubaa9\uc18c\ub9ac&#8217;\uac00 \uc544\ub2c8\ub77c &#8216;\uc774 \ucf58\ud150\uce20\uc5d0 \ub9de\ub294 \ubaa9\uc18c\ub9ac&#8217;\ub97c \ucc3e\uc544\uc57c \ud558\ub294 \uac70\uc608\uc694.<\/strong><\/p>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\uadf8\ub7f0\ub370 \uace0\ub97c \uc218 \uc788\ub294 \uc74c\uc131\uc774 \ub9ce\uc740 \uc11c\ube44\uc2a4\uc77c\uc218\ub85d \uc624\ud788\ub824 \uadf8 \ud558\ub098\ub97c \ucc3e\uae30 \ub354 \uc5b4\ub835\uc2b5\ub2c8\ub2e4. \uc218\ubc31 \uac00\uc9c0\uc758 \uc74c\uc131 \uc911 \ub531 \ub9de\ub294 \ubaa9\uc18c\ub9ac\ub97c \uace0\ub974\ub824\uba74 \ubbf8\ub9ac\ub4e3\uae30\ub97c \ubc18\ubcf5\ud558\uac70\ub098 \uc131\ubcc4\u00b7\ub098\uc774\u00b7\ubaa8\ub378 \ud544\ud130\ub97c \uc870\ud569\ud558\uba70 \uc2dc\ud589\ucc29\uc624\ub97c \uac70\uccd0\uc57c \ud558\uc8e0. \uac8c\ub2e4\uac00 &#8216;\ub530\ub73b\ud55c\ub370 \ub108\ubb34 \ub531\ub531\ud558\uc9c4 \uc54a\uc740&#8217; \uac19\uc740 \ub258\uc559\uc2a4\ub294 \ud544\ud130\ub85c \uc81c\uacf5\ud558\uc9c0 \uc54a\ub294 \uacbd\uc6b0\ub3c4 \ub9ce\uace0\uc694.<\/p>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\"><strong>\ud0c0\uc785\uce90\uc2a4\ud2b8 TTS API\ub97c \uc4f0\ub294 \ubd84\uc774\ub77c\uba74 \uc774\ub7f0 \uace0\ubbfc\uc744 \ud558\uc9c0 \uc54a\uc544\ub3c4 \ub429\ub2c8\ub2e4.<\/strong> \uc6d0\ud558\ub294 \uc2a4\ud0c0\uc77c\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74 \uc218\ubc31 \uac1c\uc758 \ubaa9\uc18c\ub9ac \uc911 \uc5b4\uc6b8\ub9ac\ub294 \ubcf4\uc774\uc2a4\ub97c \ucd94\ucc9c\ud558\ub294 <strong>\ubcf4\uc774\uc2a4 \ucd94\ucc9c API<\/strong>\uac00 \uc0c8\ub85c \ub098\uc654\uac70\ub4e0\uc694. \uc624\ub298\uc740 \uc5b4\ub5bb\uac8c \ud638\ucd9c\ud558\ub294\uc9c0, \uadf8\ub9ac\uace0 \uc6d0\ud558\ub294 \ubaa9\uc18c\ub9ac\ub97c \ub354 \uc798 \ucc3e\ub294 \ud504\ub86c\ud504\ud2b8 \uc791\uc131\ubc95\uae4c\uc9c0 \uc2e4\uc81c \uc751\ub2f5\uac12\uacfc \ud568\uaed8 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n\n<div class=\"callout-box\">\n<p class=\"callout-title\">\uc774\ub7f0 \ubd84\ub4e4\uc5d0\uac8c \ucd94\ucc9c\ub4dc\ub9bd\ub2c8\ub2e4<\/p>\n<p>\u2705 \uc218\ubc31 \uac1c \ubcf4\uc774\uc2a4\uc5d0\uc11c <strong>\ucf58\ud150\uce20\uc5d0 \ub9de\ub294 \ubaa9\uc18c\ub9ac\ub97c \ube60\ub974\uac8c<\/strong> \ucc3e\uace0 \uc2f6\uc740 \uc81c\uc791\uc790<\/p>\n<p>\u2705 \uc624\ub514\uc624\ubd81\u00b7\ub300\ud654\ud615 \uc571\u00b7\ucf58\ud150\uce20 \uc790\ub3d9\ud654\ucc98\ub7fc <strong>\ud654\uc790\uac00 \ub9ce\uac70\ub098 \ub300\ub7c9<\/strong>\uc774\ub77c \uc218\uc791\uc5c5 \uc120\ud0dd\uc774 \ubcd1\ubaa9\uc778 \ud300<\/p>\n<p>\u2705 &#8220;\ucc28\ubd84\ud55c 30\ub300 \uc5ec\uc131 \ub2e4\ud050 \ud1a4&#8221; \uac19\uc740 <strong>\ub258\uc559\uc2a4<\/strong>\ub85c \ubaa9\uc18c\ub9ac\ub97c \uace0\ub974\uace0 \uc2f6\uc740 \ubd84<\/p>\n<\/div>\n\n<p style=\"margin: 36px 0;\"><a style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 13px 30px; border-radius: 8px; font-size: 14.5px; font-weight: bold; text-decoration: none; box-shadow: 0 4px 14px rgba(254,126,67,0.3);\" href=\"https:\/\/typecast.ai\/kr\/developers\/api\">\ud0c0\uc785\uce90\uc2a4\ud2b8 API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a><\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin: 64px 0; border: 0; border-top: 1px solid #ececec;\" \/>\n<h2 class=\"wp-block-heading\" style=\"font-size: 26px !important; font-weight: bold; line-height: 1.4; letter-spacing: -0.03em; color: #1a1a1a; margin: 0 0 28px;\">\ubcf4\uc774\uc2a4 \ucd94\ucc9c API\uac00 \ubb54\uac00\uc694?<\/h2>\n\n<p class=\"post-body answer-first-def wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\ubcf4\uc774\uc2a4 \ucd94\ucc9c API\ub294 <strong>\uc6d0\ud558\ub294 \uc2a4\ud0c0\uc77c\u00b7\ubd84\uc704\uae30\u00b7\uc5b8\uc5b4\u00b7\uc0ac\uc6a9 \uc0ac\ub840\ub97c \ubb38\uc7a5\uc774\ub098 \ud0a4\uc6cc\ub4dc\ub85c \uc801\uc73c\uba74, \uc5b4\uc6b8\ub9ac\ub294 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubcf4\uc774\uc2a4\ub97c \uad00\ub828\ub3c4\uc21c\uc73c\ub85c \ub3cc\ub824\uc8fc\ub294 \uc5d4\ub4dc\ud3ec\uc778\ud2b8<\/strong>\uc785\ub2c8\ub2e4. voice_id\ub97c \ubbf8\ub9ac \uc54c \ud544\uc694 \uc5c6\uc774, \ud14d\uc2a4\ud2b8 \ubb18\uc0ac\ub9cc\uc73c\ub85c \ubcf4\uc774\uc2a4\ub97c \uac80\uc0c9\ud558\ub294 \ubc29\uc2dd\uc774\uc5d0\uc694. \uc694\uccad\uc5d0 \ub123\uc744 \uac74 <strong>\ub531 \ub450 \uac00\uc9c0<\/strong>\uc785\ub2c8\ub2e4.<\/p>\n\n<div style=\"margin: 22px 0 8px;\">\n<div style=\"border-top: 1px solid #ececec; padding: 18px 0;\">\n<p style=\"margin: 0 0 9px;\"><code style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 4px 11px; border-radius: 6px; font-size: 14px; font-weight: bold; font-family: 'Fira Code', monospace;\">query<\/code> <span style=\"font-size: 12.5px; color: #9ca3af; margin-left: 7px;\">\ubb38\uc790\uc5f4 \u00b7 1~500\uc790 \u00b7 \ud544\uc218<\/span><\/p>\n<p style=\"font-size: 14.5px; color: #444444; line-height: 1.75; margin: 0;\">\uc6d0\ud558\ub294 \ubcf4\uc774\uc2a4\ub97c \uc124\uba85\ud558\ub294 \ud14d\uc2a4\ud2b8. &#8220;\ub530\ub73b\ud558\uace0 \uc2e0\ub8b0\uac10 \uc788\ub294 \uc5ec\uc131, \uc81c\ud488 \ud29c\ud1a0\ub9ac\uc5bc\uc6a9&#8221;\ucc98\ub7fc \uc2a4\ud0c0\uc77c\u00b7\uc6a9\ub3c4\ub97c \ub2f4\uc2b5\ub2c8\ub2e4.<\/p>\n<\/div>\n<div style=\"border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; padding: 18px 0;\">\n<p style=\"margin: 0 0 9px;\"><code style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 4px 11px; border-radius: 6px; font-size: 14px; font-weight: bold; font-family: 'Fira Code', monospace;\">count<\/code> <span style=\"font-size: 12.5px; color: #9ca3af; margin-left: 7px;\">\uc815\uc218 \u00b7 1~10 \u00b7 \uae30\ubcf8 5<\/span><\/p>\n<p style=\"font-size: 14.5px; color: #444444; line-height: 1.75; margin: 0;\">\ucd94\ucc9c\ubc1b\uc744 \ubcf4\uc774\uc2a4\ub97c \uba87 \uac1c\uae4c\uc9c0 \ub3cc\ub824\ubc1b\uc744\uc9c0 \uc815\ud569\ub2c8\ub2e4.<\/p>\n<\/div>\n<\/div>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 22px 0; line-height: 1.85; color: #444444; font-size: 15px;\">\uc751\ub2f5\uc5d0\ub294 \ucd94\ucc9c\ub41c \ubaa9\uc18c\ub9ac \uc774\ub984(voice_name)\uacfc ID(voice_id), \uadf8\ub9ac\uace0 \uad00\ub828\ub3c4 \uc810\uc218(score)\ub97c \ud568\uaed8 \uc548\ub0b4\ud574\uc918\uc694. score\uac00 1\uc5d0 \uac00\uae4c\uc6b8\uc218\ub85d \uac80\uc0c9\uc5b4\uc5d0 \uc798 \ub9de\ub294 \ud6c4\ubcf4\uc774\uace0, \uacb0\uacfc\ub3c4 \uc774 \uc21c\uc11c\ub85c \uc815\ub82c\ub429\ub2c8\ub2e4. \ub9c8\uc74c\uc5d0 \ub4dc\ub294 \ubaa9\uc18c\ub9ac\uc758 <code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">voice_id<\/code>\ub85c \uc6d0\ud558\ub294 \ub300\ubcf8\uc744 \uc74c\uc131\uc73c\ub85c \ub9cc\ub4e4\uba74(<code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">POST \/v1\/text-to-speech<\/code>) \ub05d\uc774\uc5d0\uc694.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin: 64px 0; border: 0; border-top: 1px solid #ececec;\" \/>\n<h2 class=\"wp-block-heading\" style=\"font-size: 26px !important; font-weight: bold; line-height: 1.4; letter-spacing: -0.03em; color: #1a1a1a; margin: 0 0 28px;\">&#8220;\ucc28\ubd84\ud55c 30\ub300 \ub0a8\uc131 \ub2e4\ud050 \ud1a4&#8221; \u2014 \uc774 \ud55c \ubb38\uc7a5\uc774\uba74 \uac80\uc0c9 \ub05d<\/h2>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\ubcf4\uc774\uc2a4 \ucd94\ucc9c API\uc5d0 \uc6d0\ud558\ub294 \uc2a4\ud0c0\uc77c\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74, \uc5b4\uc6b8\ub9ac\ub294 \ubcf4\uc774\uc2a4\uac00 <strong>\uad00\ub828\ub3c4 \uc810\uc218\uc640 \ud568\uaed8 \uc21c\uc11c\ub300\ub85c<\/strong> \ub098\uc635\ub2c8\ub2e4. \uc218\ubc31 \uac1c\ub97c \ubbf8\ub9ac\ub4e3\uae30\ub85c \ub118\uae30\uac70\ub098 \ud544\ud130\ub97c \uc870\ud569\ud558\ub358 \uacfc\uc815\uc774 \uac80\uc0c9\uc5b4 \ud55c \uc904\ub85c \ub05d\ub098\ub294 \uac70\uc608\uc694. \uc2e4\uc81c\ub85c &#8220;\ucc28\ubd84\ud55c 30\ub300 \ub0a8\uc131 \ub2e4\ud050 \ud1a4&#8221;\uc73c\ub85c \uac80\uc0c9\ud558\uba74 \uc774\ub807\uac8c \ub098\uc635\ub2c8\ub2e4. \uac01 \ubcf4\uc774\uc2a4\ub294 \uc790\uae30\uac00 \uba87 \ubc88\uc9f8\ub85c \ucd94\ucc9c\ub410\ub294\uc9c0 \uc9c1\uc811 \uc18c\uac1c\ud574\uc918\uc694.<\/p>\n\n<div style=\"border: 1px solid #ffcaa6; border-radius: 12px; background: #fffaf7; padding: 20px 22px; margin: 20px 0;\">\n<p style=\"margin: 0 0 14px; font-size: 15px; color: #1a1a1a; line-height: 1.6;\"><code style=\"background-color: #ffffff; color: #9a6a4f; padding: 2px 7px; border-radius: 4px; font-size: 12.5px; font-family: 'Fira Code', monospace;\">query<\/code> <strong style=\"font-weight: 600;\">&#8220;\ucc28\ubd84\ud55c 30\ub300 \ub0a8\uc131 \ub2e4\ud050 \ud1a4&#8221;\uc73c\ub85c \uac80\uc0c9\ud55c \uc2e4\uc81c \uc751\ub2f5\uac12<\/strong><\/p>\n<div style=\"border-top: 1px solid #ffe0cc; padding: 16px 0 14px;\">\n<div style=\"display: flex; align-items: center; gap: 12px; margin: 0 0 10px;\"><span style=\"flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background-color: #fff1e8; color: #fe7e43; border-radius: 50%; font-size: 12px; font-weight: bold;\">1<\/span> <span style=\"font-size: 15px; font-weight: 600; color: #1a1a1a;\">Gunseok<\/span> <span style=\"margin-left: auto; font-size: 13px; color: #9a6a4f;\">\uad00\ub828\ub3c4 0.854<\/span><\/div>\n<audio style=\"width: 100%;\" src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/C_Gunseok.mp3\" preload=\"none\" controls=\"controls\"><\/audio><\/div>\n<div style=\"border-top: 1px solid #ffe0cc; padding: 16px 0 14px;\">\n<div style=\"display: flex; align-items: center; gap: 12px; margin: 0 0 10px;\"><span style=\"flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background-color: #fff1e8; color: #fe7e43; border-radius: 50%; font-size: 12px; font-weight: bold;\">2<\/span> <span style=\"font-size: 15px; font-weight: 600; color: #1a1a1a;\">Junsang<\/span> <span style=\"margin-left: auto; font-size: 13px; color: #9a6a4f;\">\uad00\ub828\ub3c4 0.852<\/span><\/div>\n<audio style=\"width: 100%;\" src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/C_Junsang.mp3\" preload=\"none\" controls=\"controls\"><\/audio><\/div>\n<div style=\"border-top: 1px solid #ffe0cc; padding: 16px 0 0;\">\n<div style=\"display: flex; align-items: center; gap: 12px; margin: 0 0 10px;\"><span style=\"flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background-color: #fff1e8; color: #fe7e43; border-radius: 50%; font-size: 12px; font-weight: bold;\">3<\/span> <span style=\"font-size: 15px; font-weight: 600; color: #1a1a1a;\">Youngmok<\/span> <span style=\"margin-left: auto; font-size: 13px; color: #9a6a4f;\">\uad00\ub828\ub3c4 0.848<\/span><\/div>\n<audio style=\"width: 100%;\" src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/C_Youngmok.mp3\" preload=\"none\" controls=\"controls\"><\/audio><\/div>\n<\/div>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 28px 0 14px; line-height: 1.85; color: #444444; font-size: 15px;\">\ubcf4\uc774\uc2a4 \ucd94\ucc9c API\ub97c \uc368\uc11c \ud3b8\ud574\uc9c0\ub294 \uc810\uc740 \uc138 \uac00\uc9c0\uc608\uc694.<\/p>\n\n<ul style=\"margin: 0 0 22px; padding-left: 20px; list-style: disc;\">\n<li style=\"margin: 0 0 12px; line-height: 1.85; color: #444444; font-size: 15px;\"><strong style=\"color: #1a1a1a;\">\uc218\ubc31 \uac1c\uc758 \uc74c\uc131\uc744 \uc9c1\uc811 \ub4e4\uc5b4\ubcfc \ud544\uc694\uac00 \uc5c6\uc5b4\uc694.<\/strong> \uc5b4\ub5a4 \ubcf4\uc774\uc2a4\uac00 \uc788\ub294\uc9c0 \ubab0\ub77c\ub3c4, \uc6d0\ud558\ub294 \ud1a4\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74 \uba87 \ucd08 \ub9cc\uc5d0 \uc5b4\uc6b8\ub9ac\ub294 \ud6c4\ubcf4\uac00 \uad00\ub828\ub3c4\uc21c\uc73c\ub85c \ub098\uc624\uac70\ub4e0\uc694.<\/li>\n<li style=\"margin: 0 0 12px; line-height: 1.85; color: #444444; font-size: 15px;\"><strong style=\"color: #1a1a1a;\">\ud544\ud130\ub85c\ub294 \ubabb \uace0\ub974\ub294 \ubbf8\ubb18\ud55c \ub258\uc559\uc2a4\ub3c4 \ucc3e\uc544\uc918\uc694.<\/strong> &#8220;\ub530\ub73b\ud55c\ub370 \ub108\ubb34 \ub531\ub531\ud558\uc9c4 \uc54a\uc740&#8221; \uac19\uc740 \ub290\ub08c\uc740 \uc131\ubcc4\u00b7\ub098\uc774\ucc98\ub7fc \uc815\ud574\uc9c4 \ud56d\ubaa9\uc73c\ub85c\ub294 \ucf55 \uc9d1\uc5b4\ub0bc \uc218 \uc5c6\uc8e0. \uc774\ub807\uac8c \uc815\ud574\uc9c4 \uac12\uc5d0 \uc5c6\ub294 \ud2b9\uc9d5\ub3c4 \uc790\uc720\ub86d\uac8c \ubb38\uc7a5\uc73c\ub85c \ubb18\uc0ac\ud558\uba74 \ucd94\ucc9c API\uac00 \uc54c\uc544\ub4e3\uace0 \ucc3e\uc544\uc90d\ub2c8\ub2e4.<\/li>\n<li style=\"margin: 0; line-height: 1.85; color: #444444; font-size: 15px;\"><strong style=\"color: #1a1a1a;\">\ucf54\ub4dc\ub85c \uc790\ub3d9\ud654\ud560 \uc218 \uc788\uc5b4\uc694.<\/strong> \ubcf4\uc774\uc2a4 \uc120\ud0dd\uc744 \uc0ac\ub78c\uc774 \ub9e4\ubc88 \ud558\uc9c0 \uc54a\uc544\ub3c4 \ub3fc\uc11c, \ud654\uc790\uac00 \ub9ce\uc740 \ucf58\ud150\uce20\ub098 \ub300\ub7c9 \uc0dd\uc131 \ud30c\uc774\ud504\ub77c\uc778\uc5d0\ub3c4 \uc801\uc6a9\ud574\ubcfc \uc218 \uc788\uc5b4\uc694.<\/li>\n<\/ul>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 28px 0 16px; line-height: 1.85; color: #444444; font-size: 15px;\">\ubb18\uc0ac\ub97c \ubc14\uafb8\uba74 \uacb0\uacfc\uac00 \uc5bc\ub9c8\ub098 \ub2ec\ub77c\uc9c0\ub294\uc9c0\ub3c4 \ub4e4\uc5b4\ubcf4\uc138\uc694. \uac19\uc740 API\uc5d0 &#8220;\ubb34\uc12d\uace0 \uc704\ud611\uc801\uc778 \uac8c\uc784 \uc545\ub2f9 \uce90\ub9ad\ud130&#8221;\ub97c \ub123\uc73c\uba74, \uc55e\uc11c \ub098\uc628 \ucc28\ubd84\ud55c \ub2e4\ud050 \ud1a4\uc758 30\ub300 \ub0a8\uc131\uacfc\ub294 \uc804\ud600 \ub2e4\ub978 \ubcf4\uc774\uc2a4\uac00 \uc62c\ub77c\uc635\ub2c8\ub2e4.<\/p>\n\n<div style=\"border: 1px solid #ffcaa6; border-radius: 12px; background: #fffaf7; padding: 20px 22px; margin: 20px 0;\">\n<p style=\"margin: 0 0 14px; font-size: 15px; color: #1a1a1a; line-height: 1.6;\"><code style=\"background-color: #ffffff; color: #9a6a4f; padding: 2px 7px; border-radius: 4px; font-size: 12.5px; font-family: 'Fira Code', monospace;\">query<\/code> <strong style=\"font-weight: 600;\">&#8220;\ubb34\uc12d\uace0 \uc704\ud611\uc801\uc778 \uac8c\uc784 \uc545\ub2f9 \uce90\ub9ad\ud130&#8221;\ub85c \uac80\uc0c9\ud55c \uc2e4\uc81c \uc751\ub2f5\uac12<\/strong><\/p>\n<div style=\"border-top: 1px solid #ffe0cc; padding: 16px 0 0;\">\n<div style=\"display: flex; align-items: center; gap: 12px; margin: 0 0 10px;\"><span style=\"flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background-color: #fff1e8; color: #fe7e43; border-radius: 50%; font-size: 12px; font-weight: bold;\">1<\/span> <span style=\"font-size: 15px; font-weight: 600; color: #1a1a1a;\">Viktor<\/span> <span style=\"margin-left: auto; font-size: 13px; color: #9a6a4f;\">&#8220;\uac10\ud788 \ub0b4 \uc55e\uc744 \ub9c9\uc544\uc11c\ub2e4\ub2c8\u2026&#8221;<\/span><\/div>\n<audio style=\"width: 100%;\" src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/B_Viktor.mp3\" preload=\"none\" controls=\"controls\"><\/audio><\/div>\n<\/div>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 22px 0; line-height: 1.85; color: #444444; font-size: 15px;\">\uba85\ub839\ud615\u00b7\uad6c\uc5b4\uccb4\ub85c \uc801\uc5b4\ub3c4 \uad1c\ucc2e\uc544\uc694. &#8220;\ucc28\ubd84\ud55c \uc544\uc800\uc528 \ubaa9\uc18c\ub9ac&#8221;, &#8220;\uc544\uc774 \uac19\uc740 \uadc0\uc5ec\uc6b4 \ubaa9\uc18c\ub9ac\ub85c&#8221;\ucc98\ub7fc \ub123\uc5b4\ub3c4 \uac01\uac01 \uc911\ub144 \ub0a8\uc131\u00b7\uc5b4\ub9b0 \ubaa9\uc18c\ub9ac\ub85c \uc815\ud655\ud788 \ub9e4\uce6d\ub429\ub2c8\ub2e4.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin: 64px 0; border: 0; border-top: 1px solid #ececec;\" \/>\n<h2 class=\"wp-block-heading\" style=\"font-size: 26px !important; font-weight: bold; line-height: 1.4; letter-spacing: -0.03em; color: #1a1a1a; margin: 0 0 28px;\">\uc9c1\uc811 \ud638\ucd9c\ud574\ubcf4\uae30<\/h2>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\ucd94\ucc9c \uacb0\uacfc\ub97c \ubc1b\uc544 \uc74c\uc131\uae4c\uc9c0 \ub9cc\ub4dc\ub294 \uacfc\uc815\uc740 \ub124 \ub2e8\uacc4\uba74 \ub429\ub2c8\ub2e4.<\/p>\n\n<p style=\"margin: 28px 0 8px;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 4px 12px; border-radius: 6px; font-size: 12px; font-weight: bold;\">STEP 1<\/span> <strong style=\"font-size: 16px; color: #1a1a1a;\">API \ud0a4 \ubc1c\uae09\ubc1b\uae30<\/strong><\/p>\n<p style=\"font-size: 14.5px; color: #444444; line-height: 1.8; margin: 0 0 12px;\">\uba3c\uc800 \ud0c0\uc785\uce90\uc2a4\ud2b8 API \ud0a4\ub97c \ubc1c\uae09\ubc1b\uc544\uc8fc\uc138\uc694. \ubc1c\uae09\u00b7\uc778\uc99d \ubc29\ubc95 \ub4f1 \uc790\uc138\ud55c \uc548\ub0b4\ub294 \uc544\ub798 \ud398\uc774\uc9c0\uc5d0\uc11c \uc0b4\ud3b4\ubcf4\uc138\uc694. (\ubb34\ub8cc \ud06c\ub808\ub527 30,000 \uc81c\uacf5)<\/p>\n<p style=\"margin: 0 0 8px;\"><a style=\"display: inline-block; background-color: #ffffff; color: #fe7e43; padding: 10px 22px; border-radius: 8px; font-size: 14px; font-weight: bold; text-decoration: none; border: 1px solid #fe7e43;\" href=\"https:\/\/typecast.ai\/kr\/developers\/api\">\ud0c0\uc785\uce90\uc2a4\ud2b8 API \ud0a4 \ubc1c\uae09\ubc1b\uae30 \u2192<\/a><\/p>\n\n<p style=\"margin: 32px 0 8px;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 4px 12px; border-radius: 6px; font-size: 12px; font-weight: bold;\">STEP 2<\/span> <strong style=\"font-size: 16px; color: #1a1a1a;\">\ubcf4\uc774\uc2a4 \ucd94\ucc9c API\ub85c \uc6d0\ud558\ub294 \ubaa9\uc18c\ub9ac \uac80\uc0c9\ud558\uae30<\/strong><\/p>\n<p style=\"font-size: 14.5px; color: #444444; line-height: 1.8; margin: 0 0 12px;\"><code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">query<\/code>\uc5d0 \uc6d0\ud558\ub294 \ubcf4\uc774\uc2a4\ub97c \ubb38\uc7a5\uc73c\ub85c \uc801\uace0, <code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">count<\/code>\ub85c \ubc1b\uc744 \ubaa9\uc18c\ub9ac \uac1c\uc218\ub97c \uc815\ud574 \ud638\ucd9c\ud574\uc694.<\/p>\n<pre style=\"background: #1a1a1a; color: #e5e7eb; border-radius: 10px; padding: 20px 22px; overflow-x: auto; font-size: 13px; line-height: 1.7; font-family: 'Fira Code', monospace; margin: 0;\"><code>curl -G 'https:\/\/api.typecast.ai\/v1\/voices\/recommendations' \\\n  --data-urlencode 'query=\ub530\ub73b\ud558\uace0 \uc2e0\ub8b0\uac10 \uc788\ub294 \uc5ec\uc131, \uc81c\ud488 \ud29c\ud1a0\ub9ac\uc5bc\uc6a9' \\\n  --data-urlencode 'count=3' \\\n  -H 'X-API-KEY: \ubc1c\uae09\ubc1b\uc740_API_\ud0a4'<\/code><\/pre>\n\n<p style=\"margin: 32px 0 8px;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 4px 12px; border-radius: 6px; font-size: 12px; font-weight: bold;\">STEP 3<\/span> <strong style=\"font-size: 16px; color: #1a1a1a;\">\uacb0\uacfc\uc5d0\uc11c \uc6d0\ud558\ub294 \ubcf4\uc774\uc2a4 \uace0\ub974\uae30<\/strong><\/p>\n<p style=\"font-size: 14.5px; color: #444444; line-height: 1.8; margin: 0 0 12px;\">\uad00\ub828\ub3c4(score)\uac00 \ub192\uc740 \uc21c\uc11c\ub85c \ub0b4\ub824\uc640\uc694. \ub9ac\uc2a4\ud2b8\uc758 \uc74c\uc131\uc744 \ub4e3\uace0, \uc6d0\ud558\ub294 \ubaa9\uc18c\ub9ac\uc758 <code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">voice_id<\/code>\ub97c \ubcf5\uc0ac\ud558\uba74 \ub429\ub2c8\ub2e4.<\/p>\n<pre style=\"background: #1a1a1a; color: #e5e7eb; border-radius: 10px; padding: 20px 22px; overflow-x: auto; font-size: 13px; line-height: 1.7; font-family: 'Fira Code', monospace; margin: 0;\"><code>[\n  { \"voice_id\": \"tc_660e5c29eef728e75f95f538\", \"voice_name\": \"Patricia\", \"score\": 0.89 },\n  { \"voice_id\": \"tc_63049449e7dfae64b10c6cb9\", \"voice_name\": \"Agatha\",   \"score\": 0.88 },\n  { \"voice_id\": \"tc_68f9c6a72f0f04a417bb136f\", \"voice_name\": \"Moonjung\", \"score\": 0.88 }\n]<\/code><\/pre>\n\n<p style=\"margin: 32px 0 8px;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 4px 12px; border-radius: 6px; font-size: 12px; font-weight: bold;\">STEP 4<\/span> <strong style=\"font-size: 16px; color: #1a1a1a;\">\uace0\ub978 \ubcf4\uc774\uc2a4\ub85c \uc74c\uc131 \ub9cc\ub4e4\uae30<\/strong><\/p>\n<p style=\"font-size: 14.5px; color: #444444; line-height: 1.8; margin: 0 0 12px;\">\uace0\ub978 <code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">voice_id<\/code>\ub85c \uc74c\uc131\uc744 \ub9cc\ub4e4\uba74 \ub05d\uc774\uc5d0\uc694.<\/p>\n<pre style=\"background: #1a1a1a; color: #e5e7eb; border-radius: 10px; padding: 20px 22px; overflow-x: auto; font-size: 13px; line-height: 1.7; font-family: 'Fira Code', monospace; margin: 0;\"><code>curl -X POST 'https:\/\/api.typecast.ai\/v1\/text-to-speech' \\\n  -H 'X-API-KEY: \ubc1c\uae09\ubc1b\uc740_API_\ud0a4' \\\n  -H 'Content-Type: application\/json' \\\n  -d '{\n    \"voice_id\": \"tc_660e5c29eef728e75f95f538\",\n    \"text\": \"\uc548\ub155\ud558\uc138\uc694, \uc774 \uae30\ub2a5\uc758 \uc0ac\uc6a9\ubc95\uc744 \ucc28\uadfc\ucc28\uadfc \uc54c\ub824\ub4dc\ub9b4\uac8c\uc694.\",\n    \"model\": \"ssfm-v30\"\n  }'<\/code><\/pre>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin: 64px 0; border: 0; border-top: 1px solid #ececec;\" \/>\n<h2 class=\"wp-block-heading\" style=\"font-size: 26px !important; font-weight: bold; line-height: 1.4; letter-spacing: -0.03em; color: #1a1a1a; margin: 0 0 28px;\">\ubcf4\uc774\uc2a4 \ucd94\ucc9c API, \ub354 \uc798 \uc4f0\ub294 \uafc0\ud301<\/h2>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\uac19\uc740 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API\ub77c\ub3c4 <code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">query<\/code>\ub97c \uc5b4\ub5bb\uac8c \uc4f0\ub290\ub0d0\uc5d0 \ub530\ub77c \uacb0\uacfc\uac00 \uaf64 \ub2ec\ub77c\uc838\uc694. \uadf8\ub798\uc11c <strong>\uc81c\uac00 \uc9c1\uc811 \uc5ec\ub7ec \ubc29\uc2dd\uc73c\ub85c \ucffc\ub9ac\ub97c \ub123\uc5b4\ubcf4\uace0, \uc6d0\ud558\ub294 \ubcf4\uc774\uc2a4\uc5d0 \ub354 \uac00\uae4c\uc6cc\uc9c0\ub294 \uaddc\uce59<\/strong>\uc744 \uc815\ub9ac\ud574\ubd24\uc5b4\uc694. \uacb0\ub860\ubd80\ud130 \ub9d0\ud558\uba74 <strong>\uc138 \uac00\uc9c0\ub9cc \uc21c\uc11c\ub300\ub85c \uc801\uc73c\uba74 \ub429\ub2c8\ub2e4.<\/strong><\/p>\n\n<div style=\"border: 1px solid #ffcaa6; border-radius: 12px; background: #fffaf7; padding: 24px 22px 22px; margin: 24px 0;\">\n<p style=\"font-size: 12px; font-weight: bold; color: #fe7e43; letter-spacing: 0.06em; margin: 0 0 6px;\">QUERY \uc791\uc131 \uacf5\uc2dd<\/p>\n<p style=\"font-size: 13.5px; color: #9a6a4f; margin: 0 0 20px; line-height: 1.7;\">\uc544\ub798 \ud55c \uc904\uc744 \uadf8\ub300\ub85c <code style=\"background-color: #ffffff; color: #9a6a4f; padding: 2px 7px; border-radius: 4px; font-size: 12.5px; font-family: 'Fira Code', monospace;\">query<\/code>\uc5d0 \ub123\uc73c\uba74 \ub429\ub2c8\ub2e4.<\/p>\n<div style=\"display: flex; flex-wrap: wrap; gap: 4px 8px; align-items: flex-start;\">\n<div>\n<p style=\"font-size: 16.5px; font-weight: bold; color: #1a1a1a; margin: 0 0 7px; padding: 0 2px 8px; border-bottom: 2px solid #fe7e43; line-height: 1.5;\">\ucc28\ubd84\ud558\uace0 \uc2e0\ub8b0\uac10 \uc788\ub294,<\/p>\n<p style=\"font-size: 12.5px; color: #b08b76; margin: 0; padding: 0 2px;\">\ubd84\uc704\uae30\u00b7\ud1a4 \ud615\uc6a9\uc0ac<\/p>\n<\/div>\n<div>\n<p style=\"font-size: 16.5px; font-weight: bold; color: #1a1a1a; margin: 0 0 7px; padding: 0 2px 8px; border-bottom: 2px solid #fe7e43; line-height: 1.5;\">\uc774\ub7ec\ub2dd \uc548\ub0b4,<\/p>\n<p style=\"font-size: 12.5px; color: #b08b76; margin: 0; padding: 0 2px;\">\ucf58\ud150\uce20 \uc6a9\ub3c4<\/p>\n<\/div>\n<div>\n<p style=\"font-size: 16.5px; font-weight: bold; color: #1a1a1a; margin: 0 0 7px; padding: 0 2px 8px; border-bottom: 2px solid #fe7e43; line-height: 1.5;\">30\ub300 \uc5ec\uc131<\/p>\n<p style=\"font-size: 12.5px; color: #b08b76; margin: 0; padding: 0 2px;\">\uc131\ubcc4 + \ub098\uc774\ub300<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 22px 0 14px; line-height: 1.85; color: #444444; font-size: 15px;\">\uc774 \uc138 \uac00\uc9c0\ub97c \ucc44\uc6b8 \ub54c \uacb0\uacfc\uac00 \ub354 \uc88b\uc544\uc9c0\ub294 TIP\uc744 \uc18c\uac1c\ud569\ub2c8\ub2e4.<\/p>\n\n<ul style=\"margin: 0 0 22px; padding-left: 20px; list-style: disc;\">\n<li style=\"margin: 0 0 12px; line-height: 1.85; color: #444444; font-size: 15px;\"><strong style=\"color: #1a1a1a;\">\ubd84\uc704\uae30\u00b7\ud1a4 \ud615\uc6a9\uc0ac\ub294 \ubc18\ub4dc\uc2dc \ud3ec\ud568\ud558\uc138\uc694.<\/strong> \uc138 \uac00\uc9c0 \uc911 \uacb0\uacfc\ub97c \uac00\uc7a5 \ud06c\uac8c \ubc14\uafb8\ub294 \uac8c \ud615\uc6a9\uc0ac\uac70\ub4e0\uc694. <code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">\uc5ec\uc131<\/code>\ub9cc \ub123\uc73c\uba74 \ud6c4\ubcf4\uac00 \ub450\ub8e8\ubb49\uc220\ud55c\ub370, <code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">\ucc28\ubd84\ud55c \uc5ec\uc131<\/code>\uc73c\ub85c \ud55c \ub2e8\uc5b4\ub9cc \ubd99\uc5ec\ub3c4 \uc6d0\ud558\ub294 \ud1a4\uc5d0 \ud6e8\uc52c \uac00\uae4c\uc6cc\uc9d1\ub2c8\ub2e4.<\/li>\n<li style=\"margin: 0 0 12px; line-height: 1.85; color: #444444; font-size: 15px;\"><strong style=\"color: #1a1a1a;\">\ucf58\ud150\uce20 \uc6a9\ub3c4\ub97c \uac19\uc774 \uc801\uc73c\uc138\uc694.<\/strong> \uc624\ub514\uc624\ubd81\u00b7\uc20f\ud3fc\u00b7\ub2e4\ud050\u00b7\uc774\ub7ec\ub2dd\u00b7\uad11\uace0\u00b7\uac8c\uc784\ucc98\ub7fc \uc4f0\uc784\uc0c8\ub97c \ub123\uc73c\uba74 \uadf8 \uc6a9\ub3c4\uc5d0 \uc5b4\uc6b8\ub9ac\ub294 \ubcf4\uc774\uc2a4\ub85c \ud6c4\ubcf4\uac00 \ub354 \uc798 \uc881\ud600\uc838\uc694.<\/li>\n<li style=\"margin: 0; line-height: 1.85; color: #444444; font-size: 15px;\"><strong style=\"color: #1a1a1a;\">\ubb38\ubc95\uc740 \uc2e0\uacbd \uc4f0\uc9c0 \ub9c8\uc138\uc694.<\/strong> \uc644\uacb0\ub41c \ubb38\uc7a5\uc774 \uc544\ub2c8\uc5b4\ub3c4 \uad1c\ucc2e\uc544\uc694. &#8220;\ucc28\ubd84\ud55c, 30\ub300 \uc5ec\uc131, \uc624\ub514\uc624\ubd81&#8221;\ucc98\ub7fc \ud0a4\uc6cc\ub4dc\ub9cc \uc27c\ud45c\ub85c \ub098\uc5f4\ud574\ub3c4 \ubb38\uc7a5\uc73c\ub85c \uc4f4 \uac83\uacfc \uacb0\uacfc\uac00 \uac70\uc758 \uac19\uc558\uac70\ub4e0\uc694.<\/li>\n<\/ul>\n\n<div style=\"background-color: #f7f8f9; border-left: 4px solid #c4c9d0; border-radius: 0 12px 12px 0; padding: 18px 22px; margin: 28px 0;\">\n<p style=\"font-size: 14.5px; color: #555555; line-height: 1.85; margin: 0;\">\ubcf4\uc774\uc2a4 \ucd94\ucc9c API\ub294 \uc870\uac74\uc5d0 \ub9de\ub294 \uac83\ub9cc \uac78\ub7ec\uc8fc\ub294 \ud544\ud130\uac00 \uc544\ub2c8\ub77c, <strong style=\"color: #374151;\">\uac80\uc0c9\uc5b4\uc640 \uac00\uae4c\uc6b4 \uc21c\uc11c\ub85c \uc904\uc744 \uc138\uc6cc\uc8fc\ub294 \uae30\ub2a5<\/strong>\uc774\uc5d0\uc694. \uadf8\ub798\uc11c <code style=\"background-color: #ffffff; color: #6b7280; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">query<\/code>\uc5d0 &#8220;\uc5ec\uc131&#8221;\uc744 \ub123\uc5b4\ub3c4 \ub0a8\uc131 \ubcf4\uc774\uc2a4\uac00 \uc11e\uc5ec \ub098\uc62c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc131\ubcc4\u00b7\ub098\uc774\u00b7\uc6a9\ub3c4\uac00 \ubc18\ub4dc\uc2dc \uc9c0\ucf1c\uc838\uc57c \ud55c\ub2e4\uba74, <a style=\"color: #374151; text-decoration: underline; text-underline-offset: 2px; font-weight: 600;\" href=\"https:\/\/typecast.ai\/docs\/ko\/api-reference\/voices\/list-voices\">\ubaa9\ub85d \uc870\ud68c API<\/a>\uc5d0\uc11c <code style=\"background-color: #ffffff; color: #6b7280; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">gender<\/code>\u00b7<code style=\"background-color: #ffffff; color: #6b7280; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">age<\/code>\u00b7<code style=\"background-color: #ffffff; color: #6b7280; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">use_cases<\/code> \ud544\ud130\ub85c \uc870\uac74\uc5d0 \ub9de\ub294 \ubcf4\uc774\uc2a4\ub9cc \uc870\ud68c\ud574\ubcf4\uc138\uc694.<\/p>\n<\/div>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin: 64px 0; border: 0; border-top: 1px solid #ececec;\" \/>\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px !important; font-weight: bold; color: #1a1a1a; margin: 48px 0 16px;\">FAQ. \uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38<\/h3>\n\n<div class=\"faq\"><details style=\"border-bottom: 1px solid #ececec; padding: 18px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #1a1a1a; font-size: 15px;\">Q. score\ub294 \uc815\ud655\ud788 \ubb34\uc2a8 \uac12\uc778\uac00\uc694? \uba87 \uc810 \uc774\uc0c1\uc774\uba74 \uc88b\uc740 \uac74\uac00\uc694? <span style=\"font-size: 18px; font-weight: 300; color: #9ca3af;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 14px; color: #444444; font-size: 14.5px; line-height: 1.75;\">\uc785\ub825\ud55c \ubb18\uc0ac\uc640 \uac01 \ubcf4\uc774\uc2a4\uac00 \uc5bc\ub9c8\ub098 \uac00\uae4c\uc6b4\uc9c0\ub97c \ub098\ud0c0\ub0b4\ub294 \uad00\ub828\ub3c4 \uc810\uc218(0~1)\uc774\uace0, \uacb0\uacfc\ub294 \uc774 \uc810\uc218 \uc21c\uc73c\ub85c \uc815\ub82c\ub429\ub2c8\ub2e4. \ub2e4\ub9cc \uc810\uc218 \ud3ed\uc740 \uac80\uc0c9\ud558\ub294 \ubb38\uc7a5(query)\ub9c8\ub2e4 \ub2ec\ub77c\uc694. \uc5b4\ub5a4 \uac80\uc0c9\uc740 \uc0c1\uc704\uac00 0.89, \ub2e4\ub978 \uac80\uc0c9\uc740 0.80\uc774 \ucd5c\uc0c1\uc704\uc77c \uc218 \uc788\uc5b4\uc11c, &#8220;0.85 \uc774\uc0c1\uc774\uba74 \uc88b\ub2e4&#8221;\ucc98\ub7fc \uc808\ub300 \uae30\uc900\uc73c\ub85c \uc4f0\uae30\ubcf4\ub2e4 \ud55c \uc751\ub2f5 \uc548\uc5d0\uc11c \uc0c1\uc704 \ud6c4\ubcf4\ub97c \uace0\ub974\ub294 \uc0c1\ub300 \uc9c0\ud45c\ub85c \ubcf4\ub294 \uac8c \ub9de\uc2b5\ub2c8\ub2e4.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #ececec; padding: 18px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #1a1a1a; font-size: 15px;\">Q. \ubaa9\ub85d \uc870\ud68c API(\/v2\/voices) \ud544\ud130\ub791 \ubb50\uac00 \ub2e4\ub978\uac00\uc694? <span style=\"font-size: 18px; font-weight: 300; color: #9ca3af;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 14px; color: #444444; font-size: 14.5px; line-height: 1.75;\">\ubaa9\ub85d \uc870\ud68c \ud544\ud130\ub294 \ubbf8\ub9ac \uc815\ud574\uc9c4 \ud56d\ubaa9 \uc911\uc5d0\uc11c\ub9cc \uace0\ub97c \uc218 \uc788\uc5b4\uc694. \uc131\ubcc4\uc740 \ub0a8\uc131\u00b7\uc5ec\uc131, \ub098\uc774\ub294 \uc5b4\ub9b0\uc774\u00b7\uccad\uc18c\ub144\u00b7\uccad\ub144\u00b7\uc911\ub144\u00b7\ub178\ub144, \uc720\uc2a4\ucf00\uc774\uc2a4\ub294 \uad11\uace0\u00b7\uc624\ub514\uc624\ubd81\u00b7\ub2e4\ud050\ucc98\ub7fc \uc815\ud574\uc9c4 \ubaa9\ub85d\uc5d0\uc11c \uc120\ud0dd\ud558\ub294 \uc2dd\uc774\uc8e0. &#8220;\ub530\ub73b\ud55c \ub290\ub08c&#8221; \uac19\uc740 \uc790\uc720\ub85c\uc6b4 \ubb18\uc0ac\ub294 \ub123\uc744 \uc218 \uc5c6\uc5b4\uc694. \ubc18\uba74 \ucd94\ucc9c API\ub294 \uc6d0\ud558\ub294 \ud1a4\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74 \uad00\ub828\ub3c4\uc21c\uc73c\ub85c \ucc3e\uc544\uc90d\ub2c8\ub2e4. \uc131\ubcc4\u00b7\ub098\uc774\ucc98\ub7fc \uc870\uac74\uc774 \uba85\ud655\ud558\uba74 \ubaa9\ub85d \uc870\ud68c\uac00, &#8220;\ucc28\ubd84\ud55c\ub370 \uc0ac\ubb34\uc801\uc774\uc9c4 \uc54a\uc740&#8221; \uac19\uc740 \ubcf5\ud569\uc801\uc778 \ub258\uc559\uc2a4\ub85c \ubc14\ub85c \uc881\ud788\uace0 \uc2f6\uc73c\uba74 \ucd94\ucc9c API\uac00 \ub9de\uc544\uc694. \uadf8\ub798\uc11c \ubcf4\ud1b5 \ucd94\ucc9c\uc73c\ub85c \ub113\uac8c \ucc3e\uc740 \ub4a4 \/v2\/voices\ub85c \uc131\ubcc4 \uac19\uc740 \ud544\uc218 \uc870\uac74\uc744 \ud655\uc778\ud558\ub294 \uc2dd\uc73c\ub85c \ub450 API\ub97c \uc9dd\uc9c0\uc5b4 \uc501\ub2c8\ub2e4.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #ececec; padding: 18px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #1a1a1a; font-size: 15px;\">Q. \uac19\uc740 query\uba74 \ud56d\uc0c1 \uac19\uc740 \uacb0\uacfc\uac00 \ub098\uc624\ub098\uc694? <span style=\"font-size: 18px; font-weight: 300; color: #9ca3af;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 14px; color: #444444; font-size: 14.5px; line-height: 1.75;\">\ub124. \ub3d9\uc77c\ud55c query\u00b7count\ub85c \ud638\ucd9c\ud558\uba74 \uacb0\uacfc\uc640 \uc810\uc218\uac00 \ub3d9\uc77c\ud558\uac8c \uc7ac\ud604\ub429\ub2c8\ub2e4. \uacb0\uacfc\ub97c \uce90\uc2f1\ud558\uac70\ub098 \ud14c\uc2a4\ud2b8\uc5d0 \ud65c\uc6a9\ud558\uae30 \uc88b\uc544\uc694.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #ececec; padding: 18px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #1a1a1a; font-size: 15px;\">Q. \ucd94\ucc9c\ubc1b\uc740 \ubaa9\uc18c\ub9ac\ub85c \ubc14\ub85c \uc74c\uc131\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub098\uc694? <span style=\"font-size: 18px; font-weight: 300; color: #9ca3af;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 14px; color: #444444; font-size: 14.5px; line-height: 1.75;\">\ub124. \uc751\ub2f5\uc758 voice_id\ub97c \uc74c\uc131\uc744 \ub9cc\ub4dc\ub294 \uc5d4\ub4dc\ud3ec\uc778\ud2b8(POST \/v1\/text-to-speech)\uc5d0 \uadf8\ub300\ub85c \ub123\uc73c\uba74 \ub429\ub2c8\ub2e4. \ubcc4\ub3c4 \ubcc0\ud658 \uc5c6\uc774 \uac80\uc0c9\uc5d0\uc11c \uc74c\uc131 \uc0dd\uc131\uae4c\uc9c0 \uc774\uc5b4\uc838\uc694.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #ececec; padding: 18px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #1a1a1a; font-size: 15px;\">Q. \ud55c\uad6d\uc5b4 \ub9d0\uace0 \ub2e4\ub978 \uc5b8\uc5b4 \ubcf4\uc774\uc2a4\ub3c4 \ucc3e\uc744 \uc218 \uc788\ub098\uc694? <span style=\"font-size: 18px; font-weight: 300; color: #9ca3af;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 14px; color: #444444; font-size: 14.5px; line-height: 1.75;\">query\uc5d0 \uc4f0\ub294 \uc5b8\uc5b4(\ud55c\uad6d\uc5b4\/\uc601\uc5b4)\ub294 \uc790\uc720\ub86d\uace0, &#8220;japanese&#8221;, &#8220;german&#8221; \uac19\uc740 \uc5b8\uc5b4\u00b7\uad6d\uc801 \ub2e8\uc5b4\ub294 \ubcf4\uc774\uc2a4\uc758 \uce90\ub9ad\ud130\u00b7\ubd84\uc704\uae30 \ud78c\ud2b8\ub85c \uc791\ub3d9\ud574\uc694. \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubcf4\uc774\uc2a4\ub294 \ub2e4\uad6d\uc5b4(37\uac1c \uc5b8\uc5b4)\ub97c \uc9c0\uc6d0\ud558\ubbc0\ub85c, \uc2e4\uc81c \ub0ad\ub3c5 \uc5b8\uc5b4\ub294 \ud569\uc131 \ub2e8\uacc4\uc5d0\uc11c \uc815\ud558\uba74 \ub429\ub2c8\ub2e4.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #ececec; padding: 18px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #1a1a1a; font-size: 15px;\">Q. \ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub294 \ubb50\uac00 \uc88b\uc740\uac00\uc694? <span style=\"font-size: 18px; font-weight: 300; color: #9ca3af;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 14px; color: #444444; font-size: 14.5px; line-height: 1.75;\">\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 \ub204\uc801 320\ub9cc\uba85\uc758 \uac00\uc785\uc790\ub97c \uac00\uc9c4 \uad6d\ub0b4 1\uc704 \uc74c\uc131\u00b7\uc601\uc0c1 \uc0dd\uc131 AI \uae30\uc5c5\uc785\ub2c8\ub2e4. \u2460 \uc804\ubb38 \uc131\uc6b0 \ub179\uc74c\uacfc Smart Emotion\uc73c\ub85c \ub9cc\ub4e0 \uc790\uc5f0\uc2a4\ub7ec\uc6c0, \u2461 API \uae30\uc900 500\uac1c \uc774\uc0c1 \ubcf4\uc774\uc2a4\uc640 37\uac1c \uc5b8\uc5b4\uc758 \ub2e4\uc591\uc131, \u2462 \uc218\ub9cc \uba85 \ub3d9\uc2dc\uc811\uc18d \ub77c\uc774\ube0c \ud658\uacbd\uc5d0\uc11c \uac80\uc99d\ub41c \uc548\uc815\uc131\uc744 \uac16\ucdc4\uc5b4\uc694. \ubcf4\uc774\uc2a4 \ucd94\ucc9c API\ub294 \uc774 \ub9ce\uc740 \ubcf4\uc774\uc2a4\ub97c \uc190\uc27d\uac8c \uace0\ub974\ub3c4\ub85d \ub3d5\ub294 \ub3c4\uad6c\uc785\ub2c8\ub2e4.<\/p>\n<\/details><\/div>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin: 64px 0; border: 0; border-top: 1px solid #ececec;\" \/>\n<div style=\"background-color: rgba(254,126,67,0.08); border-radius: 14px; padding: 44px 36px; margin: 24px 0; text-align: center;\">\n<p style=\"font-size: 20px; font-weight: bold; color: #1a1a1a; margin: 0 0 14px; letter-spacing: -0.02em;\">\uc6d0\ud558\ub294 \ubaa9\uc18c\ub9ac, \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\ubcf4\uc138\uc694<\/p>\n<p style=\"font-size: 14.5px; color: #555555; margin: 0 0 28px; line-height: 1.75;\">\uc218\ubc31 \uac1c\ub97c \uc77c\uc77c\uc774 \ub4e4\uc5b4\ubcfc \ud544\uc694 \uc5c6\uc774, \uc6d0\ud558\ub294 \ubaa9\uc18c\ub9ac\ub97c \ubb38\uc7a5\uc73c\ub85c \uac80\uc0c9\ud574\ubcf4\uc138\uc694.<br \/>\ub9c8\uc74c\uc5d0 \ub4dc\ub294 \ubcf4\uc774\uc2a4\ub97c \uace8\ub77c \ubc14\ub85c \uc74c\uc131\uae4c\uc9c0 \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694.<\/p>\n<p style=\"margin: 0;\"><a style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 13px 30px; border-radius: 8px; font-size: 14.5px; font-weight: bold; text-decoration: none; box-shadow: 0 4px 14px rgba(254,126,67,0.3); margin: 4px 8px;\" href=\"https:\/\/typecast.ai\/kr\/developers\/api\">\ud0c0\uc785\uce90\uc2a4\ud2b8 API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a> <a style=\"display: inline-block; background-color: transparent; color: #1a1a1a; padding: 11px 26px; border-radius: 8px; font-size: 14.5px; font-weight: 600; text-decoration: none; border: 1px solid #d1d5db; margin: 4px 8px;\" href=\"https:\/\/typecast.ai\/docs\/ko\/api-reference\/voices\/recommend-voices\">\ubcf4\uc774\uc2a4 \ucd94\ucc9c API \ubb38\uc11c \ubcf4\uae30 \u2192<\/a><\/p>\n<\/div>\n\n<p>\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eed580c e-flex e-con-boxed e-con e-parent\" data-id=\"eed580c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Typecast &nbsp;|&nbsp; \uc774\ubc88 \uc544\ud2f0\ud074, \uc624\ub514\uc624\ubd81\uc5d0 \uc798 \uc5b4\uc6b8\ub9ac\ub294 &#8216;\uc9c0\uc120&#8217; \ubaa9\uc18c\ub9ac\ub85c \uc77d\uc5b4\ub4dc\ub824\uc694 \uc18d\ub3c4 1x \u00a0 \ucf58\ud150\uce20\uc5d0 \ub531 \ub9de\ub294 \ubaa9\uc18c\ub9ac\ub97c \ucc3e\ub294 \uac74 \uc0dd\uac01\ubcf4\ub2e4 \uc5b4\ub824\uc6cc\uc694. \ucf58\ud150\uce20\ub9c8\ub2e4 \uc5b4\uc6b8\ub9ac\ub294 \uc74c\uc131\uc774 \ub2e4\ub974\uac70\ub4e0\uc694. \uc81c\ud488 \ud29c\ud1a0\ub9ac\uc5bc\uc5d4 \ucc28\ubd84\ud558\uace0 \uc2e0\ub8b0\uac10 \uc788\ub294 \uc548\ub0b4 \ud1a4\uc774, \ube0c\ub79c\ub4dc \uad11\uace0\uc5d4 \ud65c\uae30\ucc2c \ubaa9\uc18c\ub9ac\uac00, \uc624\ub514\uc624\ubd81\uc5d4 \ub098\uae0b\ud55c \ub0ad\ub3c5 \ud1a4\uc774 \uc5b4\uc6b8\ub9ac\uc8e0. &#8216;\uc88b\uc740 \ubaa9\uc18c\ub9ac&#8217;\uac00 \uc544\ub2c8\ub77c &#8216;\uc774 \ucf58\ud150\uce20\uc5d0 \ub9de\ub294 \ubaa9\uc18c\ub9ac&#8217;\ub97c \ucc3e\uc544\uc57c \ud558\ub294 \uac70\uc608\uc694. \uadf8\ub7f0\ub370 \uace0\ub97c \uc218 \uc788\ub294 &#8230; <a title=\"\ud83c\udf99\ufe0f \uc218\ubc31 \uac1c AI \uc74c\uc131 \uc911 \ubb58 \uace8\ub77c\uc57c \ud560\uae4c? \u2014 \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API\" class=\"read-more\" href=\"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/\" aria-label=\"\ud83c\udf99\ufe0f \uc218\ubc31 \uac1c AI \uc74c\uc131 \uc911 \ubb58 \uace8\ub77c\uc57c \ud560\uae4c? \u2014 \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API\uc5d0 \ub300\ud574 \ub354 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uc138\uc694\">\ub354 \uc77d\uae30<\/a><\/p>\n","protected":false},"author":24,"featured_media":5849,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[5,356],"tags":[80,118,119,33],"class_list":["post-5860","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aitrend","category-api","tag-ai","tag-api","tag-ttsapi","tag-33"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ud83c\udf99\ufe0f \uc218\ubc31 \uac1c AI \uc74c\uc131 \uc911 \ubb58 \uace8\ub77c\uc57c \ud560\uae4c? \u2014 \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API | \ud0c0\uc785\uce90\uc2a4\ud2b8<\/title>\n<meta name=\"description\" content=\"AI \ubaa9\uc18c\ub9ac, \uc77c\uc77c\uc774 \ucc3e\uc9c0 \ub9c8\uc138\uc694. \uc6d0\ud558\ub294 \uc2a4\ud0c0\uc77c\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74 \uc5b4\uc6b8\ub9ac\ub294 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubcf4\uc774\uc2a4\ub97c \uad00\ub828\ub3c4\uc21c\uc73c\ub85c \ub3cc\ub824\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API. \ud638\ucd9c \ubc29\ubc95(STEP 1~4)\uacfc \ud504\ub86c\ud504\ud2b8 \uc791\uc131\ubc95\uc744 \uc2e4\uc81c \uc751\ub2f5\uac12\uacfc \ud568\uaed8 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud83c\udf99\ufe0f \uc218\ubc31 \uac1c AI \uc74c\uc131 \uc911 \ubb58 \uace8\ub77c\uc57c \ud560\uae4c? \u2014 \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API | \ud0c0\uc785\uce90\uc2a4\ud2b8\" \/>\n<meta property=\"og:description\" content=\"AI \ubaa9\uc18c\ub9ac, \uc77c\uc77c\uc774 \ucc3e\uc9c0 \ub9c8\uc138\uc694. \uc6d0\ud558\ub294 \uc2a4\ud0c0\uc77c\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74 \uc5b4\uc6b8\ub9ac\ub294 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubcf4\uc774\uc2a4\ub97c \uad00\ub828\ub3c4\uc21c\uc73c\ub85c \ub3cc\ub824\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API. \ud638\ucd9c \ubc29\ubc95(STEP 1~4)\uacfc \ud504\ub86c\ud504\ud2b8 \uc791\uc131\ubc95\uc744 \uc2e4\uc81c \uc751\ub2f5\uac12\uacfc \ud568\uaed8 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/\" \/>\n<meta property=\"og:site_name\" content=\"\ud0c0\uc785\uce90\uc2a4\ud2b8\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/neospaienceai\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-16T02:54:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-16T04:16:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/Frame-2086383342.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Heeju Choi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"Heeju Choi\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"10\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-recommendation-api\\\/\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-recommendation-api\\\/\",\"name\":\"\ud83c\udf99\ufe0f \uc218\ubc31 \uac1c AI \uc74c\uc131 \uc911 \ubb58 \uace8\ub77c\uc57c \ud560\uae4c? \u2014 \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API | \ud0c0\uc785\uce90\uc2a4\ud2b8\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-recommendation-api\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-recommendation-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Frame-2086383342.png\",\"datePublished\":\"2026-07-16T02:54:23+00:00\",\"dateModified\":\"2026-07-16T04:16:20+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\"},\"description\":\"AI \ubaa9\uc18c\ub9ac, \uc77c\uc77c\uc774 \ucc3e\uc9c0 \ub9c8\uc138\uc694. \uc6d0\ud558\ub294 \uc2a4\ud0c0\uc77c\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74 \uc5b4\uc6b8\ub9ac\ub294 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubcf4\uc774\uc2a4\ub97c \uad00\ub828\ub3c4\uc21c\uc73c\ub85c \ub3cc\ub824\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API. \ud638\ucd9c \ubc29\ubc95(STEP 1~4)\uacfc \ud504\ub86c\ud504\ud2b8 \uc791\uc131\ubc95\uc744 \uc2e4\uc81c \uc751\ub2f5\uac12\uacfc \ud568\uaed8 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-recommendation-api\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-recommendation-api\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-recommendation-api\\\/#primaryimage\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Frame-2086383342.png\",\"contentUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Frame-2086383342.png\",\"width\":1200,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-recommendation-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud83c\udf99\ufe0f \uc218\ubc31 \uac1c AI \uc74c\uc131 \uc911 \ubb58 \uace8\ub77c\uc57c \ud560\uae4c? \u2014 \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#website\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/\",\"name\":\"\ud0c0\uc785\uce90\uc2a4\ud2b8\",\"description\":\"\uc778\uacf5\uc9c0\ub2a5 \uc74c\uc131 TTS \uc11c\ube44\uc2a4\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud83c\udf99\ufe0f \uc218\ubc31 \uac1c AI \uc74c\uc131 \uc911 \ubb58 \uace8\ub77c\uc57c \ud560\uae4c? \u2014 \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API | \ud0c0\uc785\uce90\uc2a4\ud2b8","description":"AI \ubaa9\uc18c\ub9ac, \uc77c\uc77c\uc774 \ucc3e\uc9c0 \ub9c8\uc138\uc694. \uc6d0\ud558\ub294 \uc2a4\ud0c0\uc77c\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74 \uc5b4\uc6b8\ub9ac\ub294 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubcf4\uc774\uc2a4\ub97c \uad00\ub828\ub3c4\uc21c\uc73c\ub85c \ub3cc\ub824\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API. \ud638\ucd9c \ubc29\ubc95(STEP 1~4)\uacfc \ud504\ub86c\ud504\ud2b8 \uc791\uc131\ubc95\uc744 \uc2e4\uc81c \uc751\ub2f5\uac12\uacfc \ud568\uaed8 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud83c\udf99\ufe0f \uc218\ubc31 \uac1c AI \uc74c\uc131 \uc911 \ubb58 \uace8\ub77c\uc57c \ud560\uae4c? \u2014 \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API | \ud0c0\uc785\uce90\uc2a4\ud2b8","og_description":"AI \ubaa9\uc18c\ub9ac, \uc77c\uc77c\uc774 \ucc3e\uc9c0 \ub9c8\uc138\uc694. \uc6d0\ud558\ub294 \uc2a4\ud0c0\uc77c\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74 \uc5b4\uc6b8\ub9ac\ub294 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubcf4\uc774\uc2a4\ub97c \uad00\ub828\ub3c4\uc21c\uc73c\ub85c \ub3cc\ub824\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API. \ud638\ucd9c \ubc29\ubc95(STEP 1~4)\uacfc \ud504\ub86c\ud504\ud2b8 \uc791\uc131\ubc95\uc744 \uc2e4\uc81c \uc751\ub2f5\uac12\uacfc \ud568\uaed8 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","og_url":"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/","og_site_name":"\ud0c0\uc785\uce90\uc2a4\ud2b8","article_publisher":"https:\/\/www.facebook.com\/neospaienceai\/","article_published_time":"2026-07-16T02:54:23+00:00","article_modified_time":"2026-07-16T04:16:20+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/Frame-2086383342.png","type":"image\/png"}],"author":"Heeju Choi","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"Heeju Choi","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"10\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/","url":"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/","name":"\ud83c\udf99\ufe0f \uc218\ubc31 \uac1c AI \uc74c\uc131 \uc911 \ubb58 \uace8\ub77c\uc57c \ud560\uae4c? \u2014 \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API | \ud0c0\uc785\uce90\uc2a4\ud2b8","isPartOf":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/#primaryimage"},"image":{"@id":"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/#primaryimage"},"thumbnailUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/Frame-2086383342.png","datePublished":"2026-07-16T02:54:23+00:00","dateModified":"2026-07-16T04:16:20+00:00","author":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b"},"description":"AI \ubaa9\uc18c\ub9ac, \uc77c\uc77c\uc774 \ucc3e\uc9c0 \ub9c8\uc138\uc694. \uc6d0\ud558\ub294 \uc2a4\ud0c0\uc77c\uc744 \ubb38\uc7a5\uc73c\ub85c \uc801\uc73c\uba74 \uc5b4\uc6b8\ub9ac\ub294 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ubcf4\uc774\uc2a4\ub97c \uad00\ub828\ub3c4\uc21c\uc73c\ub85c \ub3cc\ub824\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API. \ud638\ucd9c \ubc29\ubc95(STEP 1~4)\uacfc \ud504\ub86c\ud504\ud2b8 \uc791\uc131\ubc95\uc744 \uc2e4\uc81c \uc751\ub2f5\uac12\uacfc \ud568\uaed8 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/#primaryimage","url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/Frame-2086383342.png","contentUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/Frame-2086383342.png","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/typecast.ai\/kr\/learn\/voice-recommendation-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/typecast.ai\/kr\/learn\/"},{"@type":"ListItem","position":2,"name":"\ud83c\udf99\ufe0f \uc218\ubc31 \uac1c AI \uc74c\uc131 \uc911 \ubb58 \uace8\ub77c\uc57c \ud560\uae4c? \u2014 \ubb38\uc7a5\uc73c\ub85c \ucc3e\uc544\uc8fc\ub294 \ubcf4\uc774\uc2a4 \ucd94\ucc9c API"}]},{"@type":"WebSite","@id":"https:\/\/typecast.ai\/kr\/learn\/#website","url":"https:\/\/typecast.ai\/kr\/learn\/","name":"\ud0c0\uc785\uce90\uc2a4\ud2b8","description":"\uc778\uacf5\uc9c0\ub2a5 \uc74c\uc131 TTS \uc11c\ube44\uc2a4","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/typecast.ai\/kr\/learn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"}]}},"_links":{"self":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5860","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/comments?post=5860"}],"version-history":[{"count":28,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5860\/revisions"}],"predecessor-version":[{"id":5890,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5860\/revisions\/5890"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media\/5849"}],"wp:attachment":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media?parent=5860"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/categories?post=5860"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/tags?post=5860"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}