{"id":5395,"date":"2026-06-11T16:00:20","date_gmt":"2026-06-11T07:00:20","guid":{"rendered":"https:\/\/typecast.ai\/kr\/learn\/?p=5395"},"modified":"2026-06-11T16:43:42","modified_gmt":"2026-06-11T07:43:42","slug":"voice-cloning-api","status":"publish","type":"post","link":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/","title":{"rendered":"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"5395\" class=\"elementor elementor-5395\" 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<p><img decoding=\"async\" style=\"width: 40%;\" src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2025\/07\/\ube14\ub85c\uadf8T-log-1.png\" alt=\"\" \/><\/p>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n\r\n\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, \uad50\uc721\uc6a9 \ucf58\ud150\uce20\uc5d0 \uc790\uc8fc \uc4f0\uc774\ub294<span style=\"color:#f97316;\">'\ubb38\uc815' <\/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\/06\/20260611_\ubcf4\uc774\uc2a4_\ud074\ub85c\ub2dd_5.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>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f08e2a elementor-widget elementor-widget-html\" data-id=\"9f08e2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script type=\"application\/ld+json\">\n\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"BlogPosting\",\n  \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/world-it-show-b2bmarketing-lead-generation\/#blogposting\",\n  \"headline\": \"\uccab \ubc15\ub78c\ud68c\uc5d0\uc11c B2B \ub9c8\ucf00\ud130\uac00 250\uac1c \ub9ac\ub4dc\ub97c \ud655\ubcf4\ud55c \ubc29\ubc95 : World IT \uc1fc \ud68c\uace0\ud558\uae30\",\n  \"description\": \"\ucc98\uc74c \ucc38\uac00\ud55c World IT\uc1fc 2026\uc5d0\uc11c 3\uc77c\uac04 250\uba85 \uc774\uc0c1\uc758 \uace0\ud488\uc9c8 \ub9ac\ub4dc\ub97c \ud655\ubcf4\ud55c 4\uac00\uc9c0 \ubc29\ubc95. \ubd80\uc2a4 \uc2ac\ub85c\uac74\u00b7\uad00\uc5ec\ub3c4\ubcc4 \ub370\ubaa8\u00b7\ucfe0\ud3f0 \uc774\ubca4\ud2b8\u00b7\uc790\ub3d9\ud654 \uba54\uc77c \uc2dc\ud000\uc2a4\uae4c\uc9c0, \ubc15\ub78c\ud68c\ub97c \ucc98\uc74c \ub9e1\uc740 B2B \ub9c8\ucf00\ud130\ub97c \uc704\ud55c \uc6b4\uc601 \uc778\uc0ac\uc774\ud2b8\ub97c \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\",\n  \"url\": \"https:\/\/typecast.ai\/kr\/learn\/world-it-show-b2bmarketing-lead-generation\/\",\n  \"mainEntityOfPage\": {\n    \"@type\": \"WebPage\",\n    \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/world-it-show-b2bmarketing-lead-generation\/\"\n  },\n  \"datePublished\": \"2026-06-01T10:32:24+00:00\",\n  \"dateModified\": \"2026-06-01T10:51:27+00:00\",\n  \"inLanguage\": \"ko-KR\",\n  \"image\": {\n    \"@type\": \"ImageObject\",\n    \"url\": \"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382820-1.png\",\n    \"width\": 1200,\n    \"height\": 600\n  },\n  \"author\": {\n    \"@type\": \"Person\",\n    \"name\": \"Heeju Choi\",\n    \"jobTitle\": \"B2B \ub9c8\ucf00\ud130\",\n    \"worksFor\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Neosapience Inc.\",\n      \"url\": \"https:\/\/typecast.ai\"\n    },\n    \"sameAs\": [\n      \"https:\/\/kr.linkedin.com\/company\/typecastkorea\"\n    ]\n  },\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Neosapience Inc.\",\n    \"alternateName\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8\",\n    \"url\": \"https:\/\/typecast.ai\/kr\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https:\/\/typecast.ai\/_ipx\/_\/image\/logo\/tc_logo.webp\",\n      \"width\": 600,\n      \"height\": 60\n    }\n  },\n  \"articleSection\": [\"B2B \ub9c8\ucf00\ud305\", \"\ubc15\ub78c\ud68c\", \"\ub9ac\ub4dc \uc81c\ub108\ub808\uc774\uc158\"],\n  \"keywords\": [\"B2B\ub9c8\ucf00\ud305\", \"\ubc15\ub78c\ud68c \uc6b4\uc601\", \"\ub9ac\ub4dc\uc820\", \"World IT\uc1fc\", \"\ud0c0\uc785\uce90\uc2a4\ud2b8 API\"],\n  \"speakable\": {\n    \"@type\": \"SpeakableSpecification\",\n    \"cssSelector\": [\".entry-content h2\", \".entry-content > p:first-of-type\"]\n  }\n}\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<p>\u00a0<\/p>\n<!-- ============================================ --><!-- \uc778\ud2b8\ub85c --><!-- ============================================ -->\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\"><strong>\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd,<\/strong> \ub4e4\uc5b4\ubcf4\uc168\ub098\uc694? \uc74c\uc131 \uba87 \ucd08\ub9cc \uc788\uc73c\uba74 \uadf8 \uc0ac\ub78c \ubaa9\uc18c\ub9ac\ub97c \ub2ee\uc740 AI\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694. \uc774\ubbf8 \uc5ec\ub7ec \uc11c\ube44\uc2a4\uc5d0\uc11c \uc4f0\uc774\uace0 \uc788\uc8e0.<\/p>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 \uc6f9 \uc5d0\ub514\ud130\uc5d0\uc11c \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc744 \uc81c\uacf5\ud558\uace0 \uc788\ub294\ub370\uc694, <strong>\ub4dc\ub514\uc5b4 API\uc5d0\uc11c\ub3c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc744 \ud65c\uc6a9<\/strong>\ud558\uc2e4 \uc788\uc5b4\uc694<strong>.<\/strong>\u00a0 \ubc14\ub85c \ud035\ud074\ub85c\ub2dd \uae30\ub2a5\uc785\ub2c8\ub2e4. \uc774\uc81c<strong> \uba87\ucd08 \ubd84\ub7c9\uc758 \uc9e7\uc740 \uc624\ub514\uc624 \uc0d8\ud50c \ud558\ub098\ub85c \ubaa9\uc18c\ub9ac\ub97c \ubcf5\uc81c(\ud074\ub85c\ub2dd)<\/strong>\ud560 \uc218 \uc788\uc5b4, \ucf58\ud150\uce20 \uc790\ub3d9\ud654, \uc11c\ube44\uc2a4 \uc5f0\ub3d9\uc5d0 \uc790\uc720\ub86d\uac8c \ud65c\uc6a9\ud560 \uc218 \uc788\uc5b4\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;\">\ub9d0\ub85c \ub4e4\uc73c\uba74 \uc870\uae08 \uc5b4\ub835\uac8c \ub290\uaef4\uc9c0\uc8e0. \uadf8\ub798\uc11c \uc774 \uae30\ub2a5\uc774 \uc815\ud655\ud788 \ubb54\uc9c0, \ubcf5\uc81c\ud55c \ubaa9\uc18c\ub9ac\ub85c \ubb58 \ub9cc\ub4e4 \uc218 \uc788\ub294\uc9c0, How to guide\uae4c\uc9c0 \ucc28\ub840\ub85c \uc548\ub0b4\ub4dc\ub9b4\uac8c\uc694.<\/p>\n<!-- \uc774\ub7f0 \ubd84\ub4e4\uc5d0\uac8c \u2014 callout-box \ud14c\ub9c8 \ud074\ub798\uc2a4 -->\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 \ucf58\ud150\uce20 \uc790\ub3d9\ud654 \ud30c\uc774\ud504\ub77c\uc778\uc744 \uc6b4\uc601\ud558\uba70 <strong>\ub9e4\ubc88 \ub179\uc74c\u00b7\uc131\uc6b0 \uc12d\uc678\uac00 \ubcd1\ubaa9<\/strong>\uc778 \ud300<\/p>\n<p>\u2705 \ucc57\ubd07\u00b7\ud29c\ud130\u00b7\ucef4\ud328\ub2c8\uc5b8 \ub4f1 <strong>\uc790\uc0ac \uc11c\ube44\uc2a4\uc5d0 \uc6b0\ub9ac\ub9cc\uc758 \uace0\uc720\ud55c \ubaa9\uc18c\ub9ac<\/strong>\ub97c \uc785\ud788\ub824\ub294 \ube4c\ub354<\/p>\n<p>\u2705 \uc7ac\ud604\ud574\uc57c \ud560 <strong>\ud2b9\uc815 \uc778\ubb3c\u00b7\ube0c\ub79c\ub4dc \ubaa9\uc18c\ub9ac<\/strong>\uac00 \uc788\uc5b4 \uae30\uc131 AI \ubcf4\uc774\uc2a4\ub85c\ub294 \uc548 \ub418\ub294 \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\/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;\" \/><!-- ============================================ --><!-- \u2460 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd API\uac00 \ubb54\uac00\uc694? --><!-- ============================================ --><!-- ============================================ --><!-- \u2460 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd API\uac00 \ubb54\uac00\uc694? --><!-- ============================================ -->\n<h2 class=\"wp-block-heading\" style=\"font-size: 26px; font-weight: bold; line-height: 1.4; letter-spacing: -0.03em; color: #1a1a1a; margin: 0 0 28px;\">\ud035\ud074\ub85c\ub2dd\uc774 \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;\">\ud754\ud788 \ub9d0\ud558\ub294 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc744, \uae34 \ub179\uc74c \uc5c6\uc774 <strong>5\ucd08\uc5d0\uc11c 150\ucd08 \uc0ac\uc774\uc758 \uc9e7\uc740 \uc74c\uc131 \uc0d8\ud50c\ub9cc\uc73c\ub85c<\/strong> \ud560 \uc218 \uc788\uac8c \ud55c \uae30\ub2a5\uc774 <strong>\ud035\ud074\ub85c\ub2dd<\/strong>\uc785\ub2c8\ub2e4. \uc9e7\uc740 \uc74c\uc131\uc744 \uc5c5\ub85c\ub4dc\ud574 \ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4\ub97c \ud55c \ubc88 \ub9cc\ub4e4\uc5b4 \ub450\uba74 \uc774\ud6c4 TTS API\ub85c \ud638\ucd9c\ud574\uc11c \uae30\ubcf8 \uce90\ub9ad\ud130\ucc98\ub7fc \uadf8\ub300\ub85c \uc4f8 \uc218 \uc788\uc5b4\uc694.<\/p>\n\n<div style=\"background-color: #fffaf7; border: 1px solid #ffe0d2; border-radius: 16px; padding: 32px 34px; margin: 44px 0;\">\n<h3 style=\"font-weight: bold; color: #1a1a1a; margin: 0 0 6px; font-size: 17px;\">\ud83c\udfa7 \uc9c1\uc811 \ub4e4\uc5b4\ubcf4\uc138\uc694 \u2014 \uc6d0\ubcf8 \ubaa9\uc18c\ub9ac vs \ud074\ub860 \ubaa9\uc18c\ub9ac<\/h3>\n<p style=\"font-size: 14px; color: #6b7280; margin: 0 0 18px; line-height: 1.7;\">\uc774 \uae00\uc744 \uc4f4 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ub9c8\ucf00\ud130\uac00 26\ucd08\uc9dc\ub9ac \uc74c\uc131\uc744 \uc9c1\uc811 \ub179\uc74c\ud574 \ud035\ud074\ub85c\ub2dd\uc744 \uc9c4\ud589\ud574\ubd24\uc5b4\uc694.<\/p>\n<p style=\"font-size: 13.5px; font-weight: 600; color: #444444; margin: 0 0 8px;\">\u2460 \uc6d0\ubcf8 \u2014 \uc2e4\uc81c \ub179\uc74c\ud55c \uc81c \ubaa9\uc18c\ub9ac<\/p>\n\n<figure class=\"wp-block-audio\" style=\"margin: 0 0 18px;\"><audio src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/original-ver-4.m4a\" controls=\"controls\"><\/audio><\/figure>\n\n<p style=\"font-size: 13.5px; font-weight: 600; color: #444444; margin: 0 0 8px;\">\u2461 \ud074\ub860 \u2014 \uadf8 \ubaa9\uc18c\ub9ac\ub97c \ud559\uc2b5\ud55c API\uac00 \uc6d0\ubcf8\uc5d0 \uc5c6\ub358 \uc0c8 \ubb38\uc7a5\uc744 \uc77d\uc74c<\/p>\n\n<figure class=\"wp-block-audio\" style=\"margin: 0;\"><audio src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/clone_v4_v30_B2_comma_t93.mp3\" controls=\"controls\"><\/audio><\/figure>\n<\/div>\n<!-- \ucc38\uace0: \uc6f9 vs API \ud074\ub85c\ub2dd \uc885\ub958 -->\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">WAV \ub610\ub294 MP3 \ud30c\uc77c(5~150\ucd08, \ucd5c\ub300 25MB)\uc744 \uc5c5\ub85c\ub4dc\ud558\uba74,\u00a0\ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4 ID(<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 \ub3cc\ub824\uc90d\ub2c8\ub2e4. \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uce90\ub9ad\ud130 \ubaa9\ub85d\uc5d0 \ub0b4 \ubaa9\uc18c\ub9ac\uac00 \ud558\ub098 \ucd94\uac00\ub418\ub294 \uac70\uc8e0.<\/p>\n<!-- \uc6d0\ubcf8 vs \ud074\ub860 \uc624\ub514\uc624 (\ubbf8\ub514\uc5b4 \uc5c5\ub85c\ub4dc \ud6c4 src \uad50\uccb4) -->\n<div style=\"background-color: #f3f4f6; border-left: 4px solid #9ca3af; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 28px 0;\">\n<p style=\"font-size: 14px; font-weight: bold; color: #1a1a1a; margin: 0 0 8px;\">\ud83d\udca1 \ucc38\uace0 \u2014 \uc6f9 \uc5d0\ub514\ud130\uc640 API\ub294 \uc81c\uacf5\ud558\ub294 \ud074\ub85c\ub2dd\uc774 \ub2ec\ub77c\uc694<\/p>\n<p style=\"font-size: 14px; color: #444444; line-height: 1.75; margin: 0;\">\ud0c0\uc785\uce90\uc2a4\ud2b8 \uc6f9 \uc5d0\ub514\ud130\uc5d0\uc11c\ub294 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc744 \ub450 \uac00\uc9c0(\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd, \ud035\ud074\ub85c\ub2dd)\ub85c \uc81c\uacf5\ud558\uace0 \uc788\uc5b4\uc694. <strong>API\uc5d0\uc11c\ub294 \ud604\uc7ac \ud035\ud074\ub85c\ub2dd \uae30\ub2a5\ub9cc \uc81c\uacf5<\/strong>\ud569\ub2c8\ub2e4. \uc6f9\uacfc API\ub294 \uc2ac\ub86f\ub3c4 \ub530\ub85c \uc6b4\uc601\ub418\uae30 \ub54c\ubb38\uc5d0, \ud55c\ucabd\uc5d0\uc11c \ub9cc\ub4e0 \ubaa9\uc18c\ub9ac\ub97c \ub2e4\ub978 \ucabd\uc5d0\uc11c \uc4f0\uae30 \uc5b4\ub835\uc2b5\ub2c8\ub2e4.<\/p>\n<\/div>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\uadf8\ub7fc \uc774\ub807\uac8c \ub9cc\ub4e0 <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 \uc2e4\uc81c\ub85c \ubb58 \ub9cc\ub4e4 \uc218 \uc788\uc744\uae4c\uc694?<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin: 64px 0; border: 0; border-top: 1px solid #ececec;\" \/><!-- ============================================ --><!-- \u2461 \ubcf5\uc81c\ud55c \ubaa9\uc18c\ub9ac\ub85c \ubb58 \ub9cc\ub4e4 \uc218 \uc788\ub098\uc694? --><!-- ============================================ -->\n<h2 class=\"wp-block-heading\" style=\"font-size: 26px; font-weight: bold; line-height: 1.4; letter-spacing: -0.03em; color: #1a1a1a; margin: 0 0 28px;\">\ubcf5\uc81c\ud55c \ubaa9\uc18c\ub9ac, API\uc5d0\uc11c \uc5b4\ub5bb\uac8c \ud65c\uc6a9\ud558\ub098\uc694?<\/h2>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\ubcf5\uc81c\ud55c <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\ub294 \ud06c\uac8c \uc138 \uac00\uc9c0\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694. <strong>\ucf58\ud150\uce20 \uc790\ub3d9\ud654, \uc11c\ube44\uc2a4 \uc5f0\ub3d9, \ub2e4\uad6d\uc5b4 \ud655\uc7a5<\/strong>\uc785\ub2c8\ub2e4. \uc6f9\uc5d0\ub514\ud130\uc5d0\uc11c\ub294 \ud55c \ubb38\uc7a5\uc529 \uc0ac\ub78c\uc774 \uc9c1\uc811 \ub9cc\ub4dc\ub294 \ub370\uc11c \ub05d\ub098\uc9c0\ub9cc, API\ub294 \uadf8 \ubaa9\uc18c\ub9ac\ub97c \uc2dc\uc2a4\ud15c \uc548\uc5d0 \ub123\uc5b4 \uc790\ub3d9\uc73c\ub85c \ubd88\ub7ec\uc624\uae30 \ub54c\ubb38\uc5d0 \uac00\ub2a5\ud55c \uc77c\uc774\uc8e0.<\/p>\n<!-- \uce74\ub4dc 1 -->\n<div style=\"background-color: #faf9f8; border-radius: 14px; padding: 30px 32px; margin: 20px 0;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 4px 12px; border-radius: 6px; font-size: 12px; font-weight: bold;\">\ucf58\ud150\uce20 \uc790\ub3d9\ud654<\/span>\n<h4 style=\"font-size: 17px; font-weight: bold; color: #1a1a1a; margin: 12px 0 10px;\">\ub0b4 \ubaa9\uc18c\ub9ac\uac00 \uace7 \ube0c\ub79c\ub4dc\ub77c, \uc790\ub3d9\ud654\uac00 \uc5b4\ub824\uc6e0\ub358 \ubd84\ub4e4\uaed8<\/h4>\n<p style=\"font-size: 15px; color: #444444; line-height: 1.85; margin: 0;\">\uc720\ud29c\ube0c\ubd80\ud130 \ud31f\uce90\uc2a4\ud2b8\uae4c\uc9c0, \ubaa9\uc18c\ub9ac\uac00 \ucc44\ub110\uc758 \uc815\uccb4\uc131\uc774\uba74 \uc544\ubb34 AI \uc74c\uc131\uc73c\ub85c \ub300\uccb4\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub798 \ub9e4\ubc88 \uc9c1\uc811 \ub179\uc74c\ud558\ub294 \uacfc\uc815\uc774 \uc790\ub3d9\ud654\uc758 \ubcd1\ubaa9\uc774 \ub418\uc8e0. \ub0b4 \ubaa9\uc18c\ub9ac\ub97c \ud074\ub85c\ub2dd\ud558\uace0, n8n\u00b7Make \uac19\uc740 \ud30c\uc774\ud504\ub77c\uc778\uc5d0 \uc5f0\uacb0\ud558\uba74 \ub179\uc74c \uc5c6\uc774 \uac04\ud3b8\ud558\uac8c \ucf58\ud150\uce20 \uc81c\uc791\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n<\/div>\n<!-- \uce74\ub4dc 2 -->\n<div style=\"background-color: #faf9f8; border-radius: 14px; padding: 30px 32px; margin: 20px 0;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 4px 12px; border-radius: 6px; font-size: 12px; font-weight: bold;\">\uc11c\ube44\uc2a4 \uc5f0\ub3d9<\/span>\n<h4 style=\"font-size: 17px; font-weight: bold; color: #1a1a1a; margin: 12px 0 10px;\">\uc6b0\ub9ac \uc11c\ube44\uc2a4\ub9cc\uc758 \ubaa9\uc18c\ub9ac\ub97c, \uc2e4\uc2dc\uac04\uc73c\ub85c<\/h4>\n<p style=\"font-size: 15px; color: #444444; line-height: 1.85; margin: 0;\">\ucc57\ubd07\u00b7AI \ud29c\ud130\u00b7\ucef4\ud328\ub2c8\uc5b8\u00b7\uac8c\uc784 NPC\uae4c\uc9c0. \ud2b9\uc815 \uc778\ubb3c\uc774\ub098 \ud398\ub974\uc18c\ub098\uc758 \ubaa9\uc18c\ub9ac\ub97c \ubcf5\uc81c\ud558\uc5ec \uc11c\ube44\uc2a4\uc5d0 \uc5f0\ub3d9\ud574\ubcf4\uc138\uc694.\uadf8 \ubaa9\uc18c\ub9ac\uac00 \uc11c\ube44\uc2a4\ub9cc\uc758 \uc815\uccb4\uc131\uc774 \ub429\ub2c8\ub2e4.\u00a0<\/p>\n<\/div>\n<!-- \uce74\ub4dc 3 -->\n<div style=\"background-color: #faf9f8; border-radius: 14px; padding: 30px 32px; margin: 20px 0;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 4px 12px; border-radius: 6px; font-size: 12px; font-weight: bold;\">\ub2e4\uad6d\uc5b4 \ucf58\ud150\uce20<\/span>\n<h4 style=\"font-size: 17px; font-weight: bold; color: #1a1a1a; margin: 12px 0 10px;\">\ub0b4 \ubaa9\uc18c\ub9ac \uadf8\ub300\ub85c, 37\uac1c \uc5b8\uc5b4\ub85c \ub354\ube59<\/h4>\n<p style=\"font-size: 15px; color: #444444; line-height: 1.85; margin: 0;\">\uae00\ub85c\ubc8c \ucf58\ud150\uce20\ub97c \ub9cc\ub4e4 \ub54c \uc131\uc6b0 \ub179\uc74c\uc744 \ud558\ub294 \uacbd\uc6b0\uc5d0\ub294 \uc5b8\uc5b4\ub9c8\ub2e4 \ubaa9\uc18c\ub9ac\uac00 \ub2ec\ub77c\uc9d1\ub2c8\ub2e4. API\uc5d0\uc11c \ud074\ub85c\ub2dd \uae30\ub2a5\uc744 \ud65c\uc6a9\ud558\uba74, \ubc88\uc5ed\ud55c \ub300\ubcf8\uc744 \ub123\uc5b4 \uc77c\uad00\ub41c \ubaa9\uc18c\ub9ac\ub85c \uc601\uc5b4\u00b7\uc77c\ubcf8\uc5b4\u00b7\uc2a4\ud398\uc778\uc5b4 \ub4f1 \ub2e4\uad6d\uc5b4 \ub0b4\ub808\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\u00a0<\/p>\n<\/div>\n<!-- \uc139\uc158 CTA -->\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\/docs\/ko\/api-reference\/voices\/instant-cloning\">\ud074\ub85c\ub2dd API \ubb38\uc11c \ubcf4\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;\" \/><!-- ============================================ --><!-- \u2462 \ubcf5\uc81c\ud55c \ubaa9\uc18c\ub9ac\uc778\ub370, \uac10\uc815\uae4c\uc9c0 \uc0b4\uc544\uc788\uc2b5\ub2c8\ub2e4 --><!-- ============================================ -->\n<h2 class=\"wp-block-heading\" style=\"font-size: 26px; font-weight: bold; line-height: 1.4; letter-spacing: -0.03em; color: #1a1a1a; margin: 0 0 28px;\">\ubcf5\uc81c\ud55c \ubaa9\uc18c\ub9ac, \uc774\ub7f0 \uac83\uae4c\uc9c0 \uac00\ub2a5\ud569\ub2c8\ub2e4<\/h2>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\ubcf5\uc81c\ud55c \ubaa9\uc18c\ub9ac\ub294 \ub2e8\uc21c\ud788 \ud14d\uc2a4\ud2b8\ub97c \uc77d\uc5b4\uc8fc\ub294 \ub370\uc11c \ub05d\ub098\uc9c0 \uc54a\uc544\uc694. \uae30\ubcf8 \uce90\ub9ad\ud130\ub97c \uc0ac\uc6a9\ud558\uc2e4 \ub54c\uc640 \ub9c8\ucc2c\uac00\uc9c0\ub85c \uac10\uc815 \uc870\uc808\uae4c\uc9c0 \uc790\uc720\ub86d\uac8c \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n\n<div style=\"border-left: 3px solid #fe7e43; padding: 2px 0 2px 22px; margin: 32px 0;\">\n<h3 style=\"font-size: 17px; font-weight: bold; color: #1a1a1a; margin: 0 0 10px;\">\ubcf5\uc81c\ud55c \ubaa9\uc18c\ub9ac\uc5d0 \uc2ac\ud514\u00b7\uae30\uc068 \uac10\uc815\uc744 \uc785\ud788\uc138\uc694<\/h3>\n<p style=\"font-size: 14.5px; color: #444444; line-height: 1.8; margin: 0;\">\ub2e8\uc21c\ud788 \ud14d\uc2a4\ud2b8\ub97c \uc77d\ub294 \ub370\uc11c \ub05d\ub098\uc9c0 \uc54a\uc544\uc694. SSFM 3.0\uc758 \uc2a4\ub9c8\ud2b8 \uc774\ubaa8\uc158\uc774 \ubb38\ub9e5\uc744 \uc77d\uc5b4 \uac10\uc815\uc744 \uc790\ub3d9\uc73c\ub85c \uc785\ud788\uace0, 7\uac00\uc9c0 \ud504\ub9ac\uc14b(happy\u00b7sad\u00b7angry\u00b7whisper \ub4f1)\uc73c\ub85c \uc9c1\uc811 \uc870\uc808\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<\/div>\n\n<div style=\"border-left: 3px solid #fe7e43; padding: 2px 0 2px 22px; margin: 32px 0;\">\n<h3 style=\"font-size: 17px; font-weight: bold; color: #1a1a1a; margin: 0 0 10px;\">\ud0c0\uc785\uce90\uc2a4\ud2b8 API\uc5d0\uc11c \uac04\ud3b8\ud55c \uc0ac\uc6a9<\/h3>\n<p style=\"font-size: 14.5px; color: #444444; line-height: 1.8; margin: 0;\">\ubcf5\uc81c\ud55c \ubaa9\uc18c\ub9ac\ub294 \uc77c\ubc18 TTS\ub294 \ubb3c\ub860, \uc2e4\uc2dc\uac04 \ub300\ud654\uc6a9 \uc2a4\ud2b8\ub9ac\ubc0d\uacfc \uc790\ub9c9\uc6a9 \ud0c0\uc784\uc2a4\ud0ec\ud504 API\uae4c\uc9c0 \uadf8\ub300\ub85c \ub3d9\uc791\ud569\ub2c8\ub2e4. \uc0c8\ub85c\uc6b4 \uce90\ub9ad\ud130\ub97c \ucd94\uac00\ud558\ub4ef \ud074\ub85c\ub2dd\ud55c \ubaa9\uc18c\ub9ac\ub97c \uac04\ud3b8\ud558\uac8c \ud65c\uc6a9\ud558\uc138\uc694.<\/p>\n<\/div>\n\n<div style=\"border-left: 3px solid #fe7e43; padding: 2px 0 2px 22px; margin: 32px 0;\">\n<h3 style=\"font-size: 17px; font-weight: bold; color: #1a1a1a; margin: 0 0 10px;\">\uc0dd\uc131\ub3c4 5\ucd08 \ub9cc\uc5d0, \uc0ad\uc81c\ub3c4 \uc790\uc720\ub86d\uac8c<\/h3>\n<p style=\"font-size: 14.5px; color: #444444; line-height: 1.8; margin: 0;\">5\ucd08 \ubd84\ub7c9\uc758 \uc74c\uc131\uc774\uba74 \ubcf4\uc774\uc2a4\uac00 \ub9cc\ub4e4\uc5b4\uc9d1\ub2c8\ub2e4. \uc2ac\ub86f\uc740 \ud50c\ub79c\uc5d0 \ub530\ub77c \ub2e4\ub974\uace0, \ud544\uc694 \uc5c6\uc5b4\uc9c4 \ubaa9\uc18c\ub9ac\ub294 \uc0ad\uc81c\ud558\uace0 \ub2e4\uc2dc \ub9cc\ub4dc\ub294 \ub370 \uc81c\ud55c\uc774 \uc5c6\uc5b4\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;\" \/><!-- ============================================ --><!-- \u2463 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd API, \uc5b4\ub5bb\uac8c \uc2dc\uc791\ud558\ub098\uc694? --><!-- ============================================ -->\n<h2 class=\"wp-block-heading\" style=\"font-size: 26px; font-weight: bold; line-height: 1.4; letter-spacing: -0.03em; color: #1a1a1a; margin: 0 0 28px;\">\ud035\ud074\ub85c\ub2dd, API\uc5d0\uc11c \uc5b4\ub5bb\uac8c \uc2dc\uc791\ud558\ub098\uc694?<\/h2>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\uc774\uc81c \uc9c1\uc811 \ub9cc\ub4e4\uc5b4\ubcfc \ucc28\ub840\uc608\uc694. \uc74c\uc131 \ud30c\uc77c\uc744 \ubcf4\ub0b4 <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 \ubc1b\uace0, \uadf8 ID\ub85c \uc74c\uc131\uc744 \ub9cc\ub4e4\uba74 \ub429\ub2c8\ub2e4. \uc138 \ub2e8\uacc4\uba74 \ub05d\ub098\uc694.<\/p>\n<!-- STEP 1 -->\n<h3 class=\"wp-block-heading\" style=\"font-size: 16px !important; font-weight: 700 !important; color: #1a1a1a !important; line-height: 1.5 !important; margin: 34px 0 12px !important;\"><span style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 3px 10px; border-radius: 5px; font-size: 12px; font-weight: bold; margin-right: 10px; vertical-align: middle; letter-spacing: 0.04em;\">STEP 1<\/span>\ubcf5\uc81c\ud560 \ubaa9\uc18c\ub9ac \ud30c\uc77c\uc744 \uc900\ube44\ud569\ub2c8\ub2e4<\/h3>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\ubcf5\uc81c\ud558\uace0 \uc2f6\uc740 \ubaa9\uc18c\ub9ac\uac00 \ub2f4\uae34 \uc74c\uc131 \ud30c\uc77c\uc744 \uc900\ube44\ud558\uc138\uc694. <strong>\ucd5c\uc18c 5\ucd08\uba74 \ucda9\ubd84\ud569\ub2c8\ub2e4<\/strong>(WAV\u00b7MP3, \ucd5c\ub300 150\ucd08\u00b725MB). \uae34 \ub179\uc74c\uc740 \ud544\uc694 \uc5c6\uc5b4\uc694. \ub2e8\uc77c \ud654\uc790\uac00 \uae68\ub057\ud558\uac8c \ub179\uc74c\ub41c \ud30c\uc77c\uc77c\uc218\ub85d \uacb0\uacfc\uac00 \uc88b\uc2b5\ub2c8\ub2e4.<\/p>\n<!-- STEP 2 -->\n<h3 class=\"wp-block-heading\" style=\"font-size: 16px !important; font-weight: 700 !important; color: #1a1a1a !important; line-height: 1.5 !important; margin: 34px 0 12px !important;\"><span style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 3px 10px; border-radius: 5px; font-size: 12px; font-weight: bold; margin-right: 10px; vertical-align: middle; letter-spacing: 0.04em;\">STEP 2<\/span>\ud30c\uc77c\uc744 \uc5c5\ub85c\ub4dc\ud558\uace0, \ub098\ub9cc\uc758 voice_id\ub97c \ubc1b\uc2b5\ub2c8\ub2e4<\/h3>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 16px; line-height: 1.85; color: #444444; font-size: 15px;\">STEP 1\uc758 \ud30c\uc77c\uc744 \ud074\ub85c\ub2dd API\uc5d0 \uc62c\ub9bd\ub2c8\ub2e4. <code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">file=@<\/code> \ub4a4\uc5d0 \uadf8 \uc74c\uc131 \ud30c\uc77c \uacbd\ub85c\ub97c \ub123\uace0, \uc774\ub984\u00b7\ubaa8\ub378\ub9cc \ud568\uaed8 \ubcf4\ub0b4\uba74 \ub05d\uc774\uc5d0\uc694. \uc751\ub2f5\uc73c\ub85c \ubcf5\uc81c\ub41c \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>\uac00 \ub3cc\uc544\uc635\ub2c8\ub2e4.<\/p>\n\n<pre style=\"background-color: #1a1a1a; color: #e2e8f0; padding: 24px 28px; border-radius: 12px; font-size: 12.5px; line-height: 1.8; margin: 16px 0; font-family: 'Fira Code','Courier New',monospace; overflow-x: auto;\"><code><span style=\"color: #fe7e43; font-weight: bold;\">curl<\/span> -X POST 'https:\/\/api.typecast.ai\/v1\/voices\/clone' \\\n  -H 'X-API-KEY: &lt;api-key&gt;' \\\n  -F 'file=@<span style=\"color: #fbbf77;\">\ub0b4_\ubaa9\uc18c\ub9ac.wav<\/span>' \\\n  -F 'name=my-voice' \\\n  -F 'model=ssfm-v30'\n\n<span style=\"color: #8a8a8a;\"># \uc751\ub2f5 \u2193<\/span>\n{ \"voice_id\": \"<span style=\"color: #fe7e43; font-weight: bold;\">uc_6a2...<\/span>\", \"name\": \"my-voice\", \"model\": \"ssfm-v30\" }<\/code><\/pre>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\ubc18\ud658\ub41c <code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">voice_id<\/code>\ub294 <code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">uc_<\/code>\ub85c \uc2dc\uc791\ud569\ub2c8\ub2e4. \uc774\uac8c \uace7 \ub0b4 \ucee4\uc2a4\ud140 \ubaa9\uc18c\ub9ac\uc608\uc694. Python\u00b7JavaScript \uc608\uc81c\ub294 <a style=\"color: #fe7e43; font-weight: 600; text-decoration: none;\" href=\"https:\/\/typecast.ai\/docs\/api-reference\/voices\/instant-cloning\">\ubb38\uc11c<\/a>\uc5d0 \uadf8\ub300\ub85c \uc788\uc5b4\uc694.<\/p>\n<!-- STEP 3 -->\n<h3 class=\"wp-block-heading\" style=\"font-size: 16px !important; font-weight: 700 !important; color: #1a1a1a !important; line-height: 1.5 !important; margin: 34px 0 12px !important;\"><span style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 3px 10px; border-radius: 5px; font-size: 12px; font-weight: bold; margin-right: 10px; vertical-align: middle; letter-spacing: 0.04em;\">STEP 3<\/span>\uadf8 voice_id\ub85c \uc74c\uc131\uc744 \ub9cc\ub4ed\ub2c8\ub2e4<\/h3>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 16px; line-height: 1.85; color: #444444; font-size: 15px;\">\uc774\uc81c \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc774 \ub05d\ub0ac\uc5b4\uc694. STEP 2\uc5d0\uc11c \ubc1b\uc740 <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 \uc77c\ubc18 TTS \ud638\ucd9c\uc5d0 \ub123\uace0 \uc77d\uc744 \ud14d\uc2a4\ud2b8\ub9cc \uc801\uc73c\uba74, \uadf8 \ubaa9\uc18c\ub9ac\ub85c \ud569\uc131\ub41c \uc74c\uc131 \ud30c\uc77c\uc774 \ub3cc\uc544\uc635\ub2c8\ub2e4. \uae30\uc874 \uce90\ub9ad\ud130\ub85c \ub9cc\ub4e4 \ub54c\uc640 \ub611\uac19\uace0, <code style=\"background-color: #f1f3f5; color: #1a1a1a; padding: 2px 6px; border-radius: 4px; font-size: 13px; font-family: 'Fira Code', monospace;\">voice_id<\/code>\ub9cc \ubc14\uafbc \uac70\uc608\uc694.<\/p>\n\n<pre style=\"background-color: #1a1a1a; color: #e2e8f0; padding: 24px 28px; border-radius: 12px; font-size: 12.5px; line-height: 1.8; margin: 16px 0; font-family: 'Fira Code','Courier New',monospace; overflow-x: auto;\"><code><span style=\"color: #fe7e43; font-weight: bold;\">curl<\/span> -X POST 'https:\/\/api.typecast.ai\/v1\/text-to-speech' \\\n  -H 'X-API-KEY: &lt;api-key&gt;' \\\n  -H 'Content-Type: application\/json' \\\n  -d '{ \"voice_id\": \"<span style=\"color: #fe7e43; font-weight: bold;\">uc_6a2...<\/span>\", \"text\": \"\uc81c \ubaa9\uc18c\ub9ac\ub85c \ub9d0\ud569\ub2c8\ub2e4.\", \"model\": \"ssfm-v30\" }' \\\n  --output result.mp3   <span style=\"color: #8a8a8a;\"># \u2190 \ub0b4 \ubaa9\uc18c\ub9ac\ub85c \ud569\uc131\ub41c \uc74c\uc131 \ud30c\uc77c<\/span><\/code><\/pre>\n<!-- \uc139\uc158 CTA -->\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\/developers\/api\">API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a><\/p>\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<div class=\"elementor-element elementor-element-07e4d4d elementor-widget elementor-widget-html\" data-id=\"07e4d4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n\r\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38 (FAQ)<\/strong><\/h2>\r\n\r\n\r\n\r\n<div class=\"faq\">\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd API\ub294 \uc5b4\ub5a4 \ud50c\ub79c\uc5d0\uc11c \uc4f8 \uc218 \uc788\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ub77c\uc774\ud2b8\u00b7\ud50c\ub7ec\uc2a4 \ud50c\ub79c\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubb34\ub8cc \ud50c\ub79c\uc5d0\uc11c\ub294 \uc81c\uacf5\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub3d9\uc2dc\uc5d0 \ubcf4\uc720\ud560 \uc218 \uc788\ub294 \ubcf4\uc774\uc2a4 \uc2ac\ub86f \uc218\ub294 \ud50c\ub79c\uc5d0 \ub530\ub77c \ub2e4\ub985\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \uc74c\uc131 \ud30c\uc77c\uc740 \uc5b4\ub5a4 \uc870\uac74\uc774\uc5b4\uc57c \ud558\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">WAV \ub610\ub294 MP3, 5~150\ucd08 \uae38\uc774, \ucd5c\ub300 25MB\uc785\ub2c8\ub2e4. \uae68\ub057\ud558\uac8c \ub179\uc74c\ub41c \ub2e8\uc77c \ud654\uc790 \uc74c\uc131\uc77c\uc218\ub85d \uacb0\uacfc\uac00 \uc88b\uc2b5\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \ubcf5\uc81c\ud55c \ubcf4\uc774\uc2a4\ub3c4 \uac10\uc815 \uc870\uc808\uc774\ub098 \uc138\ubd80 \uc124\uc815\uc774 \ub418\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ub124. \uc77c\ubc18 \uce90\ub9ad\ud130\uc640 \ub3d9\uc77c\ud558\uac8c \uc2a4\ub9c8\ud2b8 \uc774\ubaa8\uc158\uacfc 7\uac00\uc9c0 \uac10\uc815 \ud504\ub9ac\uc14b, \uc18d\ub3c4\u00b7\ud53c\uce58 \uc870\uc808\uc744 \uadf8\ub300\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf5\uc81c\ud55c \ubaa9\uc18c\ub9ac\ub77c\uace0 \ud574\uc11c \ud45c\ud604\ub825\uc774 \uc81c\ud55c\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \ub9cc\ub4e0 voice_id\ub97c \uc2a4\ud2b8\ub9ac\ubc0d\uc774\ub098 \ud0c0\uc784\uc2a4\ud0ec\ud504 API\uc5d0\uc11c\ub3c4 \uc4f8 \uc218 \uc788\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ub124. \ud55c \ubc88 \uc0dd\uc131\ud55c voice_id\ub294 \uc77c\ubc18 TTS, \ud0c0\uc784\uc2a4\ud0ec\ud504 API, \uc2a4\ud2b8\ub9ac\ubc0d API \uc5b4\ub514\uc5d0\uc11c\ub098 \ub3d9\uc77c\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \uc6f9\uc5d0\uc11c \ub9cc\ub4e0 \ud074\ub85c\ub2dd \ubaa9\uc18c\ub9ac\ub97c API\uc5d0\uc11c \uc4f8 \uc218 \uc788\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\uc544\ub2c8\uc694. API \ud074\ub85c\ub2dd\uc740 \uc6f9\uc758 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uacfc \ubcc4\ub3c4\ub85c \uc6b4\uc601\ub418\uba70 \uc2ac\ub86f\ub3c4 \uacf5\uc720\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. API\uc5d0\uc11c \uc4f8 \ubaa9\uc18c\ub9ac\ub294 API\ub85c \uc0dd\uc131\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\r\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \uc2ac\ub86f\uc774 \uac00\ub4dd \ucc28\uba74 \uc5b4\ub5bb\uac8c \ud558\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ud544\uc694 \uc5c6\uc5b4\uc9c4 \ubaa9\uc18c\ub9ac\ub97c \uc0ad\uc81c(DELETE \/v1\/voices\/{voice_id})\ud574 \uc2ac\ub86f\uc744 \ube44\uc6b0\uba74 \ub429\ub2c8\ub2e4. \uc0ad\uc81c\u00b7\uc7ac\uc0dd\uc131\uc5d0\ub294 \uc81c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n<\/div>\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d029388 elementor-widget elementor-widget-html\" data-id=\"d029388\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script type=\"application\/ld+json\">\n\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"BlogPosting\",\n      \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/#blogposting\",\n      \"headline\": \"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ud035\ud074\ub85c\ub2dd \uc0ac\uc6a9\ubc95\",\n      \"description\": \"\ud035\ud074\ub85c\ub2dd\uc740 5~150\ucd08 \uc9e7\uc740 \uc74c\uc131 \uc0d8\ud50c\ub9cc\uc73c\ub85c \ub0b4 \ubaa9\uc18c\ub9ac\ub97c \ubcf5\uc81c(\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd)\ud574, TTS\u00b7\ud0c0\uc784\uc2a4\ud0ec\ud504\u00b7\uc2a4\ud2b8\ub9ac\ubc0d API\uc5d0 \uadf8\ub300\ub85c \uc4f0\ub294 \ud0c0\uc785\uce90\uc2a4\ud2b8 \uae30\ub2a5\uc785\ub2c8\ub2e4.\",\n      \"url\": \"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/\",\n      \"mainEntityOfPage\": { \"@type\": \"WebPage\", \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/\" },\n      \"datePublished\": \"2026-06-11\",\n      \"dateModified\": \"2026-06-11\",\n      \"inLanguage\": \"ko\",\n      \"image\": { \"@type\": \"ImageObject\", \"url\": \"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382831.png\", \"width\": 1200, \"height\": 600 },\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\"] },\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 } },\n      \"speakable\": { \"@type\": \"SpeakableSpecification\", \"cssSelector\": [\".answer-first-def\", \".faq\"] }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/#faq\",\n      \"mainEntity\": [\n        { \"@type\": \"Question\", \"name\": \"\ud035\ud074\ub85c\ub2dd\uacfc \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc740 \uac19\uc740 \uac74\uac00\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ud035\ud074\ub85c\ub2dd\uc740 \ud0c0\uc785\uce90\uc2a4\ud2b8\uc758 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd \uae30\ub2a5\uc785\ub2c8\ub2e4. \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc774\ub77c\ub294 \uae30\uc220\uc744 5~150\ucd08\uc758 \uc9e7\uc740 \uc74c\uc131 \uc0d8\ud50c\ub9cc\uc73c\ub85c \ube60\ub974\uac8c \ud560 \uc218 \uc788\uac8c \ud55c \uac83\uc774 \ud035\ud074\ub85c\ub2dd\uc774\uc5d0\uc694. \uae34 \ub179\uc74c \uc5c6\uc774 \uc9e7\uc740 \uc0d8\ud50c \ud558\ub098\ub85c \ub0b4 \ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\" } },\n        { \"@type\": \"Question\", \"name\": \"\ud035\ud074\ub85c\ub2dd\uc740 \uc5b4\ub5a4 \ud50c\ub79c\uc5d0\uc11c \uc4f8 \uc218 \uc788\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ub77c\uc774\ud2b8\u00b7\ud50c\ub7ec\uc2a4 \ud50c\ub79c\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubb34\ub8cc \ud50c\ub79c\uc5d0\uc11c\ub294 \uc81c\uacf5\ub418\uc9c0 \uc54a\uc73c\uba70, \ub3d9\uc2dc\uc5d0 \ubcf4\uc720\ud560 \uc218 \uc788\ub294 \ubcf4\uc774\uc2a4 \uc2ac\ub86f \uc218\ub294 \ud50c\ub79c\uc5d0 \ub530\ub77c \ub2e4\ub985\ub2c8\ub2e4.\" } },\n        { \"@type\": \"Question\", \"name\": \"\uc74c\uc131 \ud30c\uc77c\uc740 \uc5b4\ub5a4 \uc870\uac74\uc774\uc5b4\uc57c \ud558\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"WAV \ub610\ub294 MP3, 5~150\ucd08 \uae38\uc774, \ucd5c\ub300 25MB\uc785\ub2c8\ub2e4. \uae68\ub057\ud558\uac8c \ub179\uc74c\ub41c \ub2e8\uc77c \ud654\uc790 \uc74c\uc131\uc77c\uc218\ub85d \uacb0\uacfc\uac00 \uc88b\uc2b5\ub2c8\ub2e4.\" } },\n        { \"@type\": \"Question\", \"name\": \"\ubcf5\uc81c\ud55c \ubcf4\uc774\uc2a4\ub3c4 \uac10\uc815 \uc870\uc808\uc774\ub098 \uc138\ubd80 \uc124\uc815\uc774 \ub418\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ub124. \uc77c\ubc18 \uce90\ub9ad\ud130\uc640 \ub3d9\uc77c\ud558\uac8c \uc2a4\ub9c8\ud2b8 \uc774\ubaa8\uc158\uacfc 7\uac00\uc9c0 \uac10\uc815 \ud504\ub9ac\uc14b, \uc18d\ub3c4\u00b7\ud53c\uce58 \uc870\uc808\uc744 \uadf8\ub300\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf5\uc81c\ud55c \ubaa9\uc18c\ub9ac\ub77c\uace0 \ud574\uc11c \ud45c\ud604\ub825\uc774 \uc81c\ud55c\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\" } },\n        { \"@type\": \"Question\", \"name\": \"\ub9cc\ub4e0 voice_id\ub97c \uc2a4\ud2b8\ub9ac\ubc0d\uc774\ub098 \ud0c0\uc784\uc2a4\ud0ec\ud504 API\uc5d0\uc11c\ub3c4 \uc4f8 \uc218 \uc788\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ub124. \ud55c \ubc88 \uc0dd\uc131\ud55c voice_id\ub294 \uc77c\ubc18 TTS, \ud0c0\uc784\uc2a4\ud0ec\ud504 API, \uc2a4\ud2b8\ub9ac\ubc0d API \uc5b4\ub514\uc5d0\uc11c\ub098 \ub3d9\uc77c\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\" } },\n        { \"@type\": \"Question\", \"name\": \"\uc6f9\uc5d0\uc11c \ub9cc\ub4e0 \ud074\ub85c\ub2dd \ubaa9\uc18c\ub9ac\ub97c API\uc5d0\uc11c \uc4f8 \uc218 \uc788\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\uc544\ub2c8\uc694. API \ud074\ub85c\ub2dd\uc740 \uc6f9\uc758 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uacfc \ubcc4\ub3c4\ub85c \uc6b4\uc601\ub418\uba70 \uc2ac\ub86f\ub3c4 \uacf5\uc720\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. API\uc5d0\uc11c \uc4f8 \ubaa9\uc18c\ub9ac\ub294 API\ub85c \uc0dd\uc131\ud574\uc57c \ud569\ub2c8\ub2e4.\" } },\n        { \"@type\": \"Question\", \"name\": \"\uc2ac\ub86f\uc774 \uac00\ub4dd \ucc28\uba74 \uc5b4\ub5bb\uac8c \ud558\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ud544\uc694 \uc5c6\uc5b4\uc9c4 \ubaa9\uc18c\ub9ac\ub97c \uc0ad\uc81c(DELETE \/v1\/voices\/{voice_id})\ud574 \uc2ac\ub86f\uc744 \ube44\uc6b0\uba74 \ub429\ub2c8\ub2e4. \uc0ad\uc81c\u00b7\uc7ac\uc0dd\uc131\uc5d0\ub294 \uc81c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.\" } }\n      ]\n    }\n  ]\n}\n}\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1880116 e-flex e-con-boxed e-con e-parent\" data-id=\"1880116\" 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<div class=\"elementor-element elementor-element-0e760e6 e-flex e-con-boxed e-con e-parent\" data-id=\"0e760e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26100af elementor-widget elementor-widget-html\" data-id=\"26100af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n\r\n<p>&nbsp;<\/p>\r\n\r\n\r\n\r\n<div style=\"background-color: #ffffff; border: 1px solid #eeeeee; border-radius: 20px; padding: 32px 36px; margin: 8px 0; text-align: center;\">\r\n<p style=\"font-size: 20px; font-weight: bold; color: #222222; line-height: 1.5em; margin-bottom: 10px;\">\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd,<br \/>API\uc5d0\uc11c \uc9c0\uae08 \ud14c\uc2a4\ud2b8\ud574\ubcf4\uc138\uc694<\/p>\r\n<p style=\"font-size: 15px; margin-top: 14px; font-weight: 400; color: #666666; line-height: 1.9em; margin-bottom: 20px;\">\uc9e7\uc740 \uc74c\uc131 \ud30c\uc77c \ud558\ub098\ub85c \uc5ec\ub7ec\ubd84\ub9cc\uc758 \ubcf4\uc774\uc2a4\ub97c \uc5f0\ub3d9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\ubb34\ub8cc \ud06c\ub808\ub527\uc73c\ub85c \uc9c1\uc811 \ud14c\uc2a4\ud2b8\ud574\ubcf4\uc138\uc694.<\/p>\r\n<a style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 11px 28px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none;\" href=\"https:\/\/typecast.ai\/developers\/api\">TTS API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a><\/div>\r\n\t\t\t\t<\/div>\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>&nbsp; Typecast &nbsp;|&nbsp; \uc774\ubc88 \uc544\ud2f0\ud074, \uad50\uc721\uc6a9 \ucf58\ud150\uce20\uc5d0 \uc790\uc8fc \uc4f0\uc774\ub294&#8217;\ubb38\uc815&#8217; \ubaa9\uc18c\ub9ac\ub85c \uc77d\uc5b4\ub4dc\ub824\uc694 \uc18d\ub3c4 1x \u00a0 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \ub4e4\uc5b4\ubcf4\uc168\ub098\uc694? \uc74c\uc131 \uba87 \ucd08\ub9cc \uc788\uc73c\uba74 \uadf8 \uc0ac\ub78c \ubaa9\uc18c\ub9ac\ub97c \ub2ee\uc740 AI\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694. \uc774\ubbf8 \uc5ec\ub7ec \uc11c\ube44\uc2a4\uc5d0\uc11c \uc4f0\uc774\uace0 \uc788\uc8e0. \ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 \uc6f9 \uc5d0\ub514\ud130\uc5d0\uc11c \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc744 \uc81c\uacf5\ud558\uace0 \uc788\ub294\ub370\uc694, \ub4dc\ub514\uc5b4 API\uc5d0\uc11c\ub3c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc744 \ud65c\uc6a9\ud558\uc2e4 \uc788\uc5b4\uc694.\u00a0 \ubc14\ub85c \ud035\ud074\ub85c\ub2dd \uae30\ub2a5\uc785\ub2c8\ub2e4. \uc774\uc81c \uba87\ucd08 \ubd84\ub7c9\uc758 \uc9e7\uc740 \uc624\ub514\uc624 &#8230; <a title=\"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95\" class=\"read-more\" href=\"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/\" aria-label=\"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95\uc5d0 \ub300\ud574 \ub354 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uc138\uc694\">\ub354 \uc77d\uae30<\/a><\/p>\n","protected":false},"author":24,"featured_media":5437,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[5,356,40],"tags":[48,35,80,388,372,371,38,161,119,386,385,390,389,341,387,384,77,33,47],"class_list":["post-5395","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aitrend","category-api","category-b2bbusiness","tag-ai","tag-b2b","tag-claude","tag-skill","tag-tts","tag-tts-api","tag-ttsapi","tag-wis","tag-wis2026","tag-390","tag-389","tag-341","tag-387","tag-384","tag-77","tag-33","tag-api"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95 | \ud0c0\uc785\uce90\uc2a4\ud2b8<\/title>\n<meta name=\"description\" content=\"\ud035\ud074\ub85c\ub2dd\uc740 5~150\ucd08 \uc9e7\uc740 \uc74c\uc131 \uc0d8\ud50c\ub9cc\uc73c\ub85c \ub0b4 \ubaa9\uc18c\ub9ac\ub97c \ubcf5\uc81c(\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd)\ud558\ub294 \uae30\ub2a5\uc785\ub2c8\ub2e4. \uc774\uc81c TTS\u00b7\ud0c0\uc784\uc2a4\ud0ec\ud504\u00b7\uc2a4\ud2b8\ub9ac\ubc0d TTS API\uc5d0 \uadf8\ub300\ub85c \ud65c\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. API\ub85c \ud074\ub85c\ub2dd\ud558\ub294 \ubc29\ubc95\ubd80\ud130 \ud65c\uc6a9\uae4c\uc9c0 \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-cloning-api\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95 | \ud0c0\uc785\uce90\uc2a4\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud035\ud074\ub85c\ub2dd\uc740 5~150\ucd08 \uc9e7\uc740 \uc74c\uc131 \uc0d8\ud50c\ub9cc\uc73c\ub85c \ub0b4 \ubaa9\uc18c\ub9ac\ub97c \ubcf5\uc81c(\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd)\ud558\ub294 \uae30\ub2a5\uc785\ub2c8\ub2e4. \uc774\uc81c TTS\u00b7\ud0c0\uc784\uc2a4\ud0ec\ud504\u00b7\uc2a4\ud2b8\ub9ac\ubc0d TTS API\uc5d0 \uadf8\ub300\ub85c \ud65c\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. API\ub85c \ud074\ub85c\ub2dd\ud558\ub294 \ubc29\ubc95\ubd80\ud130 \ud65c\uc6a9\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-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-06-11T07:00:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-11T07:43:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382831.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=\"5\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/\"},\"author\":{\"name\":\"Heeju Choi\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\"},\"headline\":\"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95\",\"datePublished\":\"2026-06-11T07:00:20+00:00\",\"dateModified\":\"2026-06-11T07:43:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/\"},\"wordCount\":95,\"image\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Frame-2086382831.png\",\"keywords\":[\"ai\ub354\ube59\",\"ai\ubcf4\uc774\uc2a4\",\"ai\uc74c\uc131\",\"b2b\ub9c8\ucf00\ud305\",\"claude\",\"skill\",\"tts\",\"tts api\",\"TTSAPI\",\"wis\",\"wis2026\",\"\ub9ac\ub4dc\uc218\uc9d1\",\"\ub9ac\ub4dc\uc820\",\"\ub9c8\ucf00\ud305\",\"\ubc15\ub78c\ud68c\",\"\uc6d4\ub4dc\uc544\uc774\ud2f0\uc1fc\",\"\ucf58\ud150\uce20\ub9c8\ucf00\ud305\",\"\ud0c0\uc785\uce90\uc2a4\ud2b8\",\"\ud0c0\uc785\uce90\uc2a4\ud2b8API\"],\"articleSection\":[\"AI \ud2b8\ub80c\ub4dc\",\"API\",\"\ube44\uc988\ub2c8\uc2a4\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/\",\"name\":\"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95 | \ud0c0\uc785\uce90\uc2a4\ud2b8\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Frame-2086382831.png\",\"datePublished\":\"2026-06-11T07:00:20+00:00\",\"dateModified\":\"2026-06-11T07:43:42+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\"},\"description\":\"\ud035\ud074\ub85c\ub2dd\uc740 5~150\ucd08 \uc9e7\uc740 \uc74c\uc131 \uc0d8\ud50c\ub9cc\uc73c\ub85c \ub0b4 \ubaa9\uc18c\ub9ac\ub97c \ubcf5\uc81c(\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd)\ud558\ub294 \uae30\ub2a5\uc785\ub2c8\ub2e4. \uc774\uc81c TTS\u00b7\ud0c0\uc784\uc2a4\ud0ec\ud504\u00b7\uc2a4\ud2b8\ub9ac\ubc0d TTS API\uc5d0 \uadf8\ub300\ub85c \ud65c\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. API\ub85c \ud074\ub85c\ub2dd\ud558\ub294 \ubc29\ubc95\ubd80\ud130 \ud65c\uc6a9\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/#primaryimage\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Frame-2086382831.png\",\"contentUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Frame-2086382831.png\",\"width\":1200,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/voice-cloning-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95\"}]},{\"@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\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\",\"name\":\"Heeju Choi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg\",\"contentUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg\",\"caption\":\"Heeju Choi\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95 | \ud0c0\uc785\uce90\uc2a4\ud2b8","description":"\ud035\ud074\ub85c\ub2dd\uc740 5~150\ucd08 \uc9e7\uc740 \uc74c\uc131 \uc0d8\ud50c\ub9cc\uc73c\ub85c \ub0b4 \ubaa9\uc18c\ub9ac\ub97c \ubcf5\uc81c(\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd)\ud558\ub294 \uae30\ub2a5\uc785\ub2c8\ub2e4. \uc774\uc81c TTS\u00b7\ud0c0\uc784\uc2a4\ud0ec\ud504\u00b7\uc2a4\ud2b8\ub9ac\ubc0d TTS API\uc5d0 \uadf8\ub300\ub85c \ud65c\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. API\ub85c \ud074\ub85c\ub2dd\ud558\ub294 \ubc29\ubc95\ubd80\ud130 \ud65c\uc6a9\uae4c\uc9c0 \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-cloning-api\/","og_locale":"ko_KR","og_type":"article","og_title":"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95 | \ud0c0\uc785\uce90\uc2a4\ud2b8","og_description":"\ud035\ud074\ub85c\ub2dd\uc740 5~150\ucd08 \uc9e7\uc740 \uc74c\uc131 \uc0d8\ud50c\ub9cc\uc73c\ub85c \ub0b4 \ubaa9\uc18c\ub9ac\ub97c \ubcf5\uc81c(\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd)\ud558\ub294 \uae30\ub2a5\uc785\ub2c8\ub2e4. \uc774\uc81c TTS\u00b7\ud0c0\uc784\uc2a4\ud0ec\ud504\u00b7\uc2a4\ud2b8\ub9ac\ubc0d TTS API\uc5d0 \uadf8\ub300\ub85c \ud65c\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. API\ub85c \ud074\ub85c\ub2dd\ud558\ub294 \ubc29\ubc95\ubd80\ud130 \ud65c\uc6a9\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","og_url":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/","og_site_name":"\ud0c0\uc785\uce90\uc2a4\ud2b8","article_publisher":"https:\/\/www.facebook.com\/neospaienceai\/","article_published_time":"2026-06-11T07:00:20+00:00","article_modified_time":"2026-06-11T07:43:42+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382831.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":"5\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/#article","isPartOf":{"@id":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/"},"author":{"name":"Heeju Choi","@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b"},"headline":"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95","datePublished":"2026-06-11T07:00:20+00:00","dateModified":"2026-06-11T07:43:42+00:00","mainEntityOfPage":{"@id":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/"},"wordCount":95,"image":{"@id":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/#primaryimage"},"thumbnailUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382831.png","keywords":["ai\ub354\ube59","ai\ubcf4\uc774\uc2a4","ai\uc74c\uc131","b2b\ub9c8\ucf00\ud305","claude","skill","tts","tts api","TTSAPI","wis","wis2026","\ub9ac\ub4dc\uc218\uc9d1","\ub9ac\ub4dc\uc820","\ub9c8\ucf00\ud305","\ubc15\ub78c\ud68c","\uc6d4\ub4dc\uc544\uc774\ud2f0\uc1fc","\ucf58\ud150\uce20\ub9c8\ucf00\ud305","\ud0c0\uc785\uce90\uc2a4\ud2b8","\ud0c0\uc785\uce90\uc2a4\ud2b8API"],"articleSection":["AI \ud2b8\ub80c\ub4dc","API","\ube44\uc988\ub2c8\uc2a4"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/","url":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/","name":"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95 | \ud0c0\uc785\uce90\uc2a4\ud2b8","isPartOf":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/#primaryimage"},"image":{"@id":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/#primaryimage"},"thumbnailUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382831.png","datePublished":"2026-06-11T07:00:20+00:00","dateModified":"2026-06-11T07:43:42+00:00","author":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b"},"description":"\ud035\ud074\ub85c\ub2dd\uc740 5~150\ucd08 \uc9e7\uc740 \uc74c\uc131 \uc0d8\ud50c\ub9cc\uc73c\ub85c \ub0b4 \ubaa9\uc18c\ub9ac\ub97c \ubcf5\uc81c(\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd)\ud558\ub294 \uae30\ub2a5\uc785\ub2c8\ub2e4. \uc774\uc81c TTS\u00b7\ud0c0\uc784\uc2a4\ud0ec\ud504\u00b7\uc2a4\ud2b8\ub9ac\ubc0d TTS API\uc5d0 \uadf8\ub300\ub85c \ud65c\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. API\ub85c \ud074\ub85c\ub2dd\ud558\ub294 \ubc29\ubc95\ubd80\ud130 \ud65c\uc6a9\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/#primaryimage","url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382831.png","contentUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382831.png","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/typecast.ai\/kr\/learn\/voice-cloning-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/typecast.ai\/kr\/learn\/"},{"@type":"ListItem","position":2,"name":"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, 5\ucd08\uba74 \ub429\ub2c8\ub2e4 \u2014 TTS API \ud65c\uc6a9\ubc95"}]},{"@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"},{"@type":"Person","@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b","name":"Heeju Choi","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/03\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg","url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/03\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg","contentUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/03\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg","caption":"Heeju Choi"}}]}},"_links":{"self":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5395","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=5395"}],"version-history":[{"count":39,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5395\/revisions"}],"predecessor-version":[{"id":5469,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5395\/revisions\/5469"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media\/5437"}],"wp:attachment":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media?parent=5395"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/categories?post=5395"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/tags?post=5395"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}