{"id":7323,"date":"2026-09-01T14:26:17","date_gmt":"2026-09-01T05:26:17","guid":{"rendered":"https:\/\/typecast.ai\/kr\/learn\/?p=7323"},"modified":"2026-09-01T14:31:23","modified_gmt":"2026-09-01T05:31:23","slug":"premium-voice-cloning-api","status":"publish","type":"post","link":"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/","title":{"rendered":"\ud83c\udf99 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4. \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"7323\" class=\"elementor elementor-7323\" 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, \ub530\ub73b\ud55c \ud1a4\uc758 <span style=\"color:#f97316;\"> '\uc740\uacbd' <\/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\/09\/\ucf58\ud150\uce20_\ud504\ub9ac\ubbf8\uc5c4\ud074\ub85c\ub2dd.mp3\"><\/audio>\r\n<\/div>\r\n\r\n\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: none;\r\n  width: 4px;\r\n  height: 12px;\r\n  background: white;\r\n  border-radius: 1px;\r\n  box-shadow: 6px 0 0 white;   \/* \ub450 \ubc88\uc9f8 \ub9c9\ub300 *\/\r\n  margin-left: -3px;           \/* \ub9c9\ub300 \ub450 \uac1c(\ucd1d 10px) \ubb36\uc74c\uc744 \ubc84\ud2bc \uc911\uc559\uc73c\ub85c *\/\r\n}\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-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<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\/premium-voice-cloning-api\/#blogposting\",\r\n      \"isPartOf\": { \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/\" },\r\n      \"mainEntityOfPage\": { \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/\" },\r\n      \"headline\": \"\ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4 \u2014 \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130\",\r\n      \"inLanguage\": \"ko-KR\",\r\n      \"image\": { \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/#primaryimage\" },\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      \"articleSection\": [\"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\", \"TTS API\", \"\ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4\"],\r\n      \"keywords\": [\"\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\", \"\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd API\", \"\uc74c\uc131 \ubcf5\uc81c API\", \"AI \ubaa9\uc18c\ub9ac \ubcf5\uc81c\", \"\ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4\", \"\ud035 \ud074\ub85c\ub2dd\", \"professional clone\", \"TTS API\", \"\ud0c0\uc785\uce90\uc2a4\ud2b8\"]\r\n    },\r\n    {\r\n      \"@type\": \"FAQPage\",\r\n      \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/#faq\",\r\n      \"isPartOf\": { \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/\" },\r\n      \"inLanguage\": \"ko-KR\",\r\n      \"mainEntity\": [\r\n        { \"@type\": \"Question\", \"name\": \"\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc740 \uc5b4\ub5a4 \ud50c\ub79c\uc5d0\uc11c \uc4f8 \uc218 \uc788\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub77c\uc774\ud2b8\ub294 \ud504\ub9ac\ubbf8\uc5c4 \uc2ac\ub86f 2\uac1c\uc640 \uc6d4 5\ud68c \uc0dd\uc131, \ud50c\ub7ec\uc2a4\ub294 \uc2ac\ub86f 5\uac1c\uc640 \uc6d4 15\ud68c \uc0dd\uc131\uc774 \uc81c\uacf5\ub429\ub2c8\ub2e4. \ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4 \uc2ac\ub86f \uc790\uccb4\ub294 \ud035 \ud074\ub85c\ub2dd\uacfc \ud569\uc0b0\uc774\ub77c \ub77c\uc774\ud2b8 50\uac1c, \ud50c\ub7ec\uc2a4 800\uac1c \uc548\uc5d0\uc11c \ud504\ub9ac\ubbf8\uc5c4\uc774 \uac01\uac01 2\uac1c\u00b75\uac1c\uae4c\uc9c0\uc785\ub2c8\ub2e4. \uc5d4\ud130\ud504\ub77c\uc774\uc988\ub294 \ub9de\ucda4 \uc81c\uacf5\uc785\ub2c8\ub2e4.\" } },\r\n        { \"@type\": \"Question\", \"name\": \"\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc740 \ubcf4\uc774\uc2a4 \uc0dd\uc131\uc5d0 \uc5bc\ub9c8\ub098 \uac78\ub9ac\ub098\uc694? \uadf8\ub3d9\uc548 \uadf8 \ubcf4\uc774\uc2a4\ub97c \uc4f8 \uc218 \uc788\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ucd5c\ub300 2\uc2dc\uac04\uc774 \uac78\ub9ac\uace0, \uc0dd\uc131 \uc911\uc5d0\ub294 \ud574\ub2f9 voice_id\ub85c \uc74c\uc131\uc744 \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. GET \/v1\/custom-voices\/{voice_id}\ub85c \uc0c1\ud0dc\ub97c \uc870\ud68c\ud574 completed\uac00 \ub41c \ub4a4\uc5d0 \uc0ac\uc6a9\ud558\uc138\uc694. \uc0dd\uc131\uc774 \uc644\ub8cc\ub418\uac70\ub098 \uc2e4\ud328\ud558\uba74 \uc774\uba54\uc77c\ub3c4 \ubc1c\uc1a1\ub418\ub2c8 \uc774\uba54\uc77c\ub85c \uc870\ud68c\ub3c4 \uac00\ub2a5\ud569\ub2c8\ub2e4.\" } },\r\n        { \"@type\": \"Question\", \"name\": \"\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc73c\ub85c \ub9cc\ub4e0 \ubcf4\uc774\uc2a4\ub3c4 \uac10\uc815 \uc870\uc808\uc774 \ub418\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ub429\ub2c8\ub2e4. \ud035 \ud074\ub85c\ub2dd\uc73c\ub85c \ub9cc\ub4e0 \ubcf4\uc774\uc2a4\uc640 \ub3d9\uc77c\ud558\uac8c SSFM 3.0\uc758 \uc2a4\ub9c8\ud2b8 \uc774\ubaa8\uc158\uc774 \ubb38\ub9e5\uc744 \uc77d\uc5b4 \uac10\uc815\uc744 \uc785\ud788\uace0, \ud504\ub9ac\uc14b\uc73c\ub85c \uc9c1\uc811 \uc9c0\uc815\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc2a4\ud2b8\ub9ac\ubc0d\u00b7\ud0c0\uc784\uc2a4\ud0ec\ud504 API\uc5d0\uc11c\ub3c4 \uadf8\ub300\ub85c \ub3d9\uc791\ud569\ub2c8\ub2e4.\" } },\r\n        { \"@type\": \"Question\", \"name\": \"\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ub179\uc74c\uc740 \uc5bc\ub9c8\ub098 \uae38\uc5b4\uc57c \ud558\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"5\ubd84 \uc774\uc0c1 3\uc2dc\uac04 \uc774\ud558\uc785\ub2c8\ub2e4. \uc0d8\ud50c\ub808\uc774\ud2b8\ub294 16 kHz \uc774\uc0c1, \ud30c\uc77c \ud06c\uae30\ub294 1 GiB \uc774\ud558\uc774\uace0 WAV \ub610\ub294 MP3 \ud55c \uac1c\ub97c \uc62c\ub9bd\ub2c8\ub2e4. \ud035 \ud074\ub85c\ub2dd\uc774 5\ucd08\uc5d0\uc11c 150\ucd08 \uc0ac\uc774 \uc0d8\ud50c\uc744 \ubc1b\ub294 \uac83\uacfc \ube44\uad50\ud558\uba74 \uc900\ube44 \ubd80\ub2f4\uc774 \ub2e4\ub974\ub2c8, \uc774\ubbf8 \ud655\ubcf4\ub41c \ub0ad\ub3c5 \uc6d0\ubcf8\uc774\ub098 \uc778\ud130\ubdf0 \ub179\uc74c\uc774 \uc788\ub294\uc9c0 \uba3c\uc800 \ud655\uc778\ud574\ubcf4\uc2dc\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.\" } },\r\n        { \"@type\": \"Question\", \"name\": \"\ub0a8\uc740 \ud504\ub9ac\ubbf8\uc5c4 \uc2ac\ub86f\uacfc \ud559\uc2b5 \ud69f\uc218\ub294 \uc5b4\ub5bb\uac8c \ud655\uc778\ud558\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"GET \/v1\/users\/me\/subscription\uc73c\ub85c \uc870\ud68c\ud569\ub2c8\ub2e4. limits.professional_voice_slot\uc5d0 \ud504\ub9ac\ubbf8\uc5c4 \uc2ac\ub86f \ud55c\ub3c4\uac00, professional_clone_generations\uc5d0 \ud50c\ub79c\uc774 \uc81c\uacf5\ud558\ub294 \ud559\uc2b5 \ud69f\uc218\uc640 \uc0ac\uc6a9\ud55c \ud69f\uc218\uac00 \ub4e4\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc804\uccb4 \ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4 \ud55c\ub3c4\ub294 limits.custom_voice_slot\uc774\uba70 \ud504\ub9ac\ubbf8\uc5c4\uc744 \ud3ec\ud568\ud55c \uac12\uc785\ub2c8\ub2e4.\" } },\r\n        { \"@type\": \"Question\", \"name\": \"\ud559\uc2b5\uc774 \uc2e4\ud328\ud558\uba74 \uc5b4\ub5bb\uac8c \ub418\ub098\uc694?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"status\uac00 failed\ub85c \ubc14\ub00c\uace0 error\uc5d0 \uc0ac\uc720\uac00 \ub2f4\uae41\ub2c8\ub2e4. \uc790\uc8fc \ub098\uc624\ub294 \uc6d0\uc778\uc740 \ud30c\uc77c \ud06c\uae30 \ucd08\uacfc(AUDIO_FILE_TOO_LARGE), \uc9c0\uc6d0\ud558\uc9c0 \uc54a\ub294 \uc5b8\uc5b4\u00b7\ubaa8\ub378 \uc870\ud569(LANGUAGE_NOT_SUPPORTED), \ud504\ub9ac\ubbf8\uc5c4 \uc2ac\ub86f \ubd80\uc871(PROFESSIONAL_VOICE_SLOT_EXCEEDED)\uc785\ub2c8\ub2e4. \uc11c\ubc84\uac00 \ud63c\uc7a1\ud55c \uacbd\uc6b0(SERVER_BUSY)\uc5d0\ub294 \uc7a0\uc2dc \ud6c4 \ub2e4\uc2dc \uc694\uccad\ud558\uc138\uc694.\" } },\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 \uc6d4\uac04 \ubc18\ubcf5\ub9e4\ucd9c \uae30\uc900 \uad6d\ub0b4 1\uc704 \uc74c\uc131\u00b7\uc601\uc0c1 \uc0dd\uc131 AI \uae30\uc5c5\uc785\ub2c8\ub2e4. \uccab\uc9f8, \uc804\ubb38 \uc131\uc6b0 \ub179\uc74c\uc73c\ub85c \ud559\uc2b5\ud55c \uc790\uccb4 \ubaa8\ub378\uacfc \uc2a4\ub9c8\ud2b8 \uc774\ubaa8\uc158\uc774 \ubb38\ub9e5\uc5d0 \ub9de\ub294 \uac10\uc815\uc744 \uc790\ub3d9\uc73c\ub85c \uc785\ud600 \uc77d\ub294 \ud2f0\uac00 \ub098\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub458\uc9f8, API \uae30\uc900 500\uac1c\uac00 \ub118\ub294 \ubcf4\uc774\uc2a4\uc640 37\uac1c \uc5b8\uc5b4\ub97c \uc9c0\uc6d0\ud574 \ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4\uc640 \uae30\uc131 \uce90\ub9ad\ud130\ub97c \ud568\uaed8 \uc4f8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc14b\uc9f8, \uc218\ub9cc \uba85\uc774 \ub3d9\uc2dc \uc811\uc18d\ud558\ub294 \ub77c\uc774\ube0c \ud658\uacbd\uc5d0\uc11c \uac80\uc99d\ub41c \uc548\uc815\uc131\uc744 \uac16\ucdc4\uc2b5\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<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;\">\ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc744 \ucc3e\ub294 \uc774\uc720\ub294 \uc0dd\uac01\ubcf4\ub2e4 \uac08\ub9bd\ub2c8\ub2e4. \uc624\ub514\uc624\ubd81\uc774\ub098 \ube0c\ub79c\ub4dc \ucc44\ub110\ucc98\ub7fc <strong>\ud55c \uc0ac\ub78c\uc758 \ubaa9\uc18c\ub9ac\ub97c \uadf8\ub300\ub85c \uc7ac\ud604\ud574\uc57c \ud558\ub294<\/strong> \uacbd\uc6b0\uac00 \uc788\uace0, \ucc57\ubd07\uc774\ub098 \uac8c\uc784 \uce90\ub9ad\ud130\ucc98\ub7fc <strong>\uc6b0\ub9ac\ub9cc\uc758 \ubaa9\uc18c\ub9ac\ub97c \ube60\ub974\uac8c \ub9cc\ub4e4\uc5b4 \uc11c\ube44\uc2a4\uc5d0 \ubd99\uc774\ub294<\/strong> \uac8c \ub354 \uc911\uc694\ud55c \uacbd\uc6b0\uac00 \uc788\uc5b4\uc694. \uc6d0\ud558\ub294 \uac8c \ub2e4\ub974\uba74 \ub9cc\ub4dc\ub294 \ubc29\uc2dd\ub3c4 \ub2ec\ub77c\uc57c \ud569\ub2c8\ub2e4.<\/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\ub798\uc11c \ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub294 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc744 \ub450 \uac00\uc9c0\ub85c \uc81c\uacf5\ud569\ub2c8\ub2e4. 5\ucd08 \uc0d8\ud50c\ub9cc\uc73c\ub85c \uc989\uc2dc \ub9cc\ub4dc\ub294 <strong>\ud035 \ud074\ub85c\ub2dd<\/strong>, \uadf8\ub9ac\uace0 \uae34 \ub179\uc74c\uc744 \ud559\uc2b5\ud574 \uc6d0\ubcf8 \ud654\uc790\uc758 \uc5b5\uc591\uacfc \ub9d0\ud22c\uae4c\uc9c0 \ub530\ub77c\uac00\ub294 <strong>\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd<\/strong>\uc785\ub2c8\ub2e4. \uc774\ubc88\uc5d0 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc774 API\uc5d0 \uc5f4\ub9ac\uba74\uc11c \ub450 \ubc29\uc2dd\uc744 \uc6a9\ub3c4\uc5d0 \ub9de\uac8c \uace8\ub77c \uc4f8 \uc218 \uc788\uac8c \ub410\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;\">\uc624\ub298\uc740 \ub458\uc774 \uc815\ud655\ud788 \ubb50\uac00 \ub2e4\ub978\uc9c0, \uc5b4\ub290 \ucabd\uc744 \uace8\ub77c\uc57c \ud558\ub294\uc9c0, \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd \uc0ac\uc6a9\ubc29\ubc95\uc740 \ubb34\uc5c7\uc77c\uc9c0 \ud568\uaed8 \uc548\ub0b4\ub4dc\ub9b4\uac8c\uc694.<\/p>\n<!-- \uc774\ub7f0 \ubd84\ub4e4\uc5d0\uac8c \u2014 callout-box -->\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 <strong>\ud55c \uc0ac\ub78c\uc758 \ub9d0\ud22c\uac00 \uace7 \ucf58\ud150\uce20 \uc815\uccb4\uc131<\/strong>\uc778 \uc624\ub514\uc624\ubd81\u00b7\ub0b4\ub808\uc774\uc158\u00b7\ud31f\uce90\uc2a4\ud2b8 \ud300<\/p>\n<p>\u2705 <strong>\ube0c\ub79c\ub4dc \uc570\ubc84\uc11c\ub354\ub098 \uce90\ub9ad\ud130 IP\uc758 \ubaa9\uc18c\ub9ac<\/strong>\ub97c \uc11c\ube44\uc2a4 \uc804\uccb4\uc5d0 \uc77c\uad00\ub418\uac8c \uc368\uc57c \ud558\ub294 \uacf3<\/p>\n<p>\u2705 \uc11c\ube44\uc2a4\uc5d0 <strong>\ucd5c\uc801\ud654\ub41c \ubaa9\uc18c\ub9ac \uad6c\ud604\uc774 \uc911\uc694\ud55c<\/strong> AICC\u00b7\ubcf4\uc774\uc2a4 \uc5d0\uc774\uc804\ud2b8 \ud300<\/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\/\">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 \ubb50\uac00 \ub2e4\ub978\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\uacfc \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd, \ubb50\uac00 \ub2e4\ub978\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: #222222; font-size: 15px;\">\ud035 \ud074\ub85c\ub2dd\uacfc \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd, \uc774\ub984\uc740 \ube44\uc2b7\ud558\uc9c0\ub9cc \uc6a9\ub3c4\uac00 \ub2e4\ub985\ub2c8\ub2e4. \ud55c \ub9c8\ub514\ub85c \uc815\ub9ac\ud558\uba74 <strong>\ud035\uc740 \ube60\ub978 \uc81c\uc791, \ud504\ub9ac\ubbf8\uc5c4\uc740 \ub192\uc740 \uc720\uc0ac\ub3c4<\/strong>\uc608\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;\">\ud035 \ud074\ub85c\ub2dd\uc740 5\ucd08\uc5d0\uc11c 150\ucd08 \uc0ac\uc774\uc758 \uc0d8\ud50c\uc5d0\uc11c \ud654\uc790\uc758 \ud2b9\uc9d5\uc744 \ubf51\uc544 <strong>\uc989\uc2dc \ubcf4\uc774\uc2a4\ub97c \ub9cc\ub4ed\ub2c8\ub2e4<\/strong>. \uc9e7\uc740 \uc0d8\ud50c\ub85c \ubc14\ub85c \uc4f8 \uc218 \uc788\ub2e4\ub294 \uac8c \uc774 \ubc29\uc2dd\uc758 \ubaa9\uc801\uc774\uace0, \uadf8\ub9cc\ud07c \ube60\ub974\uac8c \uc5ec\ub7ec \ubaa9\uc18c\ub9ac\ub97c \ub9cc\ub4e4\uc5b4\ubcfc \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;\">\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc740 \ub354 \uae34 \ub179\uc74c\uc73c\ub85c \uc0dd\uc131\ud574 \uc6d0\ubcf8\uacfc\uc758 <strong>\uc720\uc0ac\ub3c4\ub97c \ub192\uc785\ub2c8\ub2e4<\/strong>. \uc74c\uc0c9\ubfd0 \uc544\ub2c8\ub77c \uc5b5\uc591\uacfc \ub9d0\ud22c\uc758 \ud328\ud134\uae4c\uc9c0 \ub2f4\uae30\uae30 \ub54c\ubb38\uc5d0, \uc6d0\ubcf8\uc5d0 \uc5c6\ub358 \uc0c8 \ubb38\uc7a5\uc744 \uc77d\uc744 \ub54c\ub3c4 \uadf8 \uc0ac\ub78c\uc774 \ub9d0\ud558\ub294 \ubc29\uc2dd\uc774 \uc720\uc9c0\ub3fc\uc694. \uc2e4\uc81c\ub85c \ubc29\uc1a1\uc0ac\uc758 \uae30\uc790 \ubaa9\uc18c\ub9ac \ub4f1 \uc720\uc0ac\ub3c4\uac00 \ub192\uc544\uc57c \ud558\ub294 \uae30\uc5c5\uace0\uac1d \ubd84\ub4e4\uaed8\uc11c \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc744 \uc0ac\uc6a9\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4.<\/p>\n<!-- \ube44\uad50 \ud45c -->\n<table class=\"case-table\">\n<thead>\n<tr>\n<th>\u00a0<\/th>\n<th>\ud035 \ud074\ub85c\ub2dd<\/th>\n<th>\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\ud544\uc694\ud55c \ub179\uc74c<\/td>\n<td><strong>5\ucd08~150\ucd08<\/strong><br \/>(25 MiB \uc774\ud558)<\/td>\n<td><strong>5\ubd84~3\uc2dc\uac04<\/strong><br \/>(1 GiB \uc774\ud558, 16 kHz \uc774\uc0c1)<\/td>\n<\/tr>\n<tr>\n<td>\ub9cc\ub4dc\ub294 \ub370 \uac78\ub9ac\ub294 \uc2dc\uac04<\/td>\n<td>\uc989\uc2dc (\uc694\uccad \uc989\uc2dc \uc0ac\uc6a9 \uac00\ub2a5)<\/td>\n<td><strong>\ucd5c\ub300 2\uc2dc\uac04<\/strong> \uc18c\uc694<\/td>\n<\/tr>\n<tr>\n<td>\uc6d0\ubcf8\uacfc\uc758 \uc720\uc0ac\ub3c4<\/td>\n<td>\uc74c\uc0c9 \uc911\uc2ec<\/td>\n<td>\uc74c\uc0c9\uc740 \ubb3c\ub860, <strong>\uc5b5\uc591\u00b7\ub9d0\ud22c\uae4c\uc9c0<\/strong><\/td>\n<\/tr>\n<tr>\n<td>\uc5d4\ub4dc\ud3ec\uc778\ud2b8<\/td>\n<td><code class=\"inline-code\">POST \/v1\/custom-voices\/instant-clone<\/code><\/td>\n<td><code class=\"inline-code\">POST \/v1\/custom-voices\/professional-clone<\/code><\/td>\n<\/tr>\n<tr>\n<td>\uc751\ub2f5<\/td>\n<td><code class=\"inline-code\">201<\/code> \u00b7 <code class=\"inline-code\">status: completed<\/code><\/td>\n<td><code class=\"inline-code\">202<\/code> \u00b7 <code class=\"inline-code\">status: training<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin: 64px 0; border: 0; border-top: 1px solid #ececec;\" \/><!-- ============================================ --><!-- \u2461 \uc5b4\ub290 \ucabd\uc744 \uace0\ub97c\uae4c\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\uacfc \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd, \uc5b4\ub290 \ucabd\uc744 \uace0\ub97c\uae4c\uc694<\/h2>\n\n<p class=\"post-body answer-first-def wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #222222; font-size: 15px;\">\ube60\ub978 \uc81c\uc791\uacfc \ub192\uc740 \uc720\uc0ac\ub3c4, \ub450 \uac00\uc9c0 \uae30\uc900\uc73c\ub85c \uc120\ud0dd\ud558\uba74 \ub429\ub2c8\ub2e4.<\/p>\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px !important; font-weight: 700 !important; color: #222222 !important; line-height: 1.5 !important; margin: 34px 0 12px !important;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 3px 10px; border-radius: 5px; font-size: 12px !important; font-weight: bold; margin-right: 10px; vertical-align: middle; letter-spacing: 0.04em;\">\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd<\/span>\uc6d0\ubcf8 \ud654\uc790\uc758 \uc5b5\uc591\u00b7\ub9d0\ud22c\uae4c\uc9c0 \uc7ac\ud604\ud574\uc57c \ud55c\ub2e4\uba74<\/h3>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\uc624\ub514\uc624\ubd81 \ub0ad\ub3c5\uc790, \ucc44\ub110\uc758 \uace0\uc815 \ub0b4\ub808\uc774\ud130, \ube0c\ub79c\ub4dc \uc570\ubc84\uc11c\ub354, \uce90\ub9ad\ud130 IP\ucc98\ub7fc <strong>\uccad\uc790\uac00 \uc774\ubbf8 \uadf8 \ubaa9\uc18c\ub9ac\ub97c \uae30\uc5b5\ud558\uace0 \uc788\ub294 \uacbd\uc6b0<\/strong>\uc785\ub2c8\ub2e4. \uc774\ub54c\ub294 \uc74c\uc0c9\ub9cc \ube44\uc2b7\ud574\uc11c\ub294 \ubd80\uc871\ud574\uc694. \ub9d0\ud22c\uac00 \uc5b4\uae0b\ub098\ub294 \uc21c\uac04 \uccad\uc790\uac00 \uba3c\uc800 \uc54c\uc544\ucc55\ub2c8\ub2e4.<\/p>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">AICC\u00b7\ubcf4\uc774\uc2a4 \uc5d0\uc774\uc804\ud2b8\ub77c\uba74 \ud2b9\ud788 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc744 \ucd94\ucc9c\ub4dc\ub9bd\ub2c8\ub2e4. \uc0c1\ub2f4\u00b7\uc608\uc57d\u00b7\uc548\ub0b4\ub294 \uc5b4\ub5a4 \ubaa9\uc18c\ub9ac\ub85c \ub9d0\ud558\ub290\ub0d0\uac00 \uc11c\ube44\uc2a4 \uc9c0\ud45c\uc640 \ub9de\ubb3c\ub824\uc694. \uadf8\ub798\uc11c <strong>\uc131\uacfc\uac00 \uac80\uc99d\ub41c \ubaa9\uc18c\ub9ac\ub97c \uadf8\ub300\ub85c \uad6c\ud604\ud558\ub294 \uac83<\/strong>\uc774 \uc911\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px !important; font-weight: 700 !important; color: #222222 !important; line-height: 1.5 !important; margin: 34px 0 12px !important;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 3px 10px; border-radius: 5px; font-size: 12px !important; font-weight: bold; margin-right: 10px; vertical-align: middle; letter-spacing: 0.04em;\">\ud035 \ud074\ub85c\ub2dd<\/span>\ube60\ub974\uac8c \uc6b0\ub9ac\ub9cc\uc758 \ubaa9\uc18c\ub9ac\ub97c \ub9cc\ub4e4\uace0 \uc2f6\ub2e4\uba74<\/h3>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\uc11c\ube44\uc2a4\uc5d0 \uc6b0\ub9ac\ub9cc\uc758 \ubaa9\uc18c\ub9ac\ub97c \uc785\ud788\uace0 \uc2f6\uc9c0\ub9cc \ud2b9\uc815 \uc778\ubb3c\uc744 \uc7ac\ud604\ud560 \ud544\uc694\ub294 \uc5c6\ub294 \uacbd\uc6b0\uc785\ub2c8\ub2e4. \ucc57\ubd07\u00b7\ud29c\ud130\u00b7NPC \ud398\ub974\uc18c\ub098, \uc0ac\ub0b4 \uad50\uc721 \uc790\ub8cc, \ud504\ub85c\ud1a0\ud0c0\uc785 \uac80\uc99d\uc774 \uc5ec\uae30 \ud574\ub2f9\ud574\uc694. \uae30\uc131 \uce90\ub9ad\ud130\uc640 \uacb9\uce58\uc9c0 \uc54a\ub294 \uace0\uc720\ud55c \ubaa9\uc18c\ub9ac\uba74 \ubaa9\uc801\uc774 \ub2ec\uc131\ub418\ub2c8, \uc989\uc2dc \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ucabd\uc774 \ub0ab\uc2b5\ub2c8\ub2e4.<\/p>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\uc5ec\ub7ec \ud6c4\ubcf4 \ubaa9\uc18c\ub9ac\ub97c \ube60\ub974\uac8c \ub9cc\ub4e4\uc5b4 \ube44\uad50\ud574\ubcf4\ub294 \ub2e8\uacc4\uc5d0\uc11c\ub3c4 \ud035 \ud074\ub85c\ub2dd\uc774 \uc801\ud569\ud560 \uc218 \uc788\uc5b4\uc694.<\/p>\n\n<p style=\"margin: 36px 0;\"><a style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 11px 26px; border-radius: 8px; font-size: 14.5px; font-weight: 600; text-decoration: none; border: 1px solid #d1d5db;\" href=\"https:\/\/typecast.ai\/kr\/pricing\/api\/\">\ud0c0\uc785\uce90\uc2a4\ud2b8 API \uc694\uae08\uc81c \uc790\uc138\ud788 \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 \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;\">\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd, \uc5b4\ub5bb\uac8c \uc2dc\uc791\ud558\ub098\uc694<\/h2>\n\n<p class=\"post-body answer-first-def wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #222222; font-size: 15px;\">\ucd1d \ub124 \ub2e8\uacc4\uba74 \ub05d\ub098\uc694.<\/p>\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px !important; font-weight: 700 !important; color: #222222 !important; line-height: 1.5 !important; margin: 34px 0 12px !important;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 3px 10px; border-radius: 5px; font-size: 12px !important; font-weight: bold; margin-right: 10px; vertical-align: middle; letter-spacing: 0.04em;\">STEP 1<\/span>\uc0dd\uc131\uc5d0 \uc4f8 \ub179\uc74c\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;\">\uc7ac\ud604\ud558\ub824\ub294 \ud654\uc790\uc758 \uc74c\uc131 \ud30c\uc77c\uc744 \uc900\ube44\ud558\uc138\uc694. <strong>5\ubd84 \uc774\uc0c1 3\uc2dc\uac04 \uc774\ud558<\/strong>, 16 kHz \uc774\uc0c1, 1 GiB \uc774\ud558\uc758 WAV \ub610\ub294 MP3 <strong>\ud30c\uc77c \ud55c \uac1c<\/strong>\uc785\ub2c8\ub2e4. \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\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px !important; font-weight: 700 !important; color: #222222 !important; line-height: 1.5 !important; margin: 34px 0 12px !important;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 3px 10px; border-radius: 5px; font-size: 12px !important; font-weight: bold; margin-right: 10px; vertical-align: middle; letter-spacing: 0.04em;\">STEP 2<\/span>\uc0dd\uc131\uc744 \uc694\uccad\ud558\uace0 voice_id\ub97c \ubc1b\uc2b5\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;\">\ud30c\uc77c\uacfc \ud568\uaed8 \uc774\ub984\u00b7\ubaa8\ub378\u00b7\uc5b8\uc5b4\ub97c \ubcf4\ub0c5\ub2c8\ub2e4. \uc5b8\uc5b4\ub294 <code class=\"inline-code\">kor<\/code>, <code class=\"inline-code\">eng<\/code> \uac19\uc740 ISO 639-3 \ucf54\ub4dc\ub85c \ub123\uc5b4\uc694. \ud035 \ud074\ub85c\ub2dd\uc5d0\ub294 \uc5c6\ub358 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4.<\/p>\n\n<pre class=\"code-dark\">curl -X POST 'https:\/\/api.typecast.ai\/v1\/custom-voices\/professional-clone' \\\n  -H 'X-API-KEY: &lt;api-key&gt;' \\\n  -F 'files=@<span style=\"color: #fbbf77;\">\ub0b4_\ubaa9\uc18c\ub9ac.wav<\/span>' \\\n  -F 'name=\ube0c\ub79c\ub4dc \ubcf4\uc774\uc2a4' \\\n  -F 'model=ssfm-v30' \\\n  -F 'language=kor'\n\n<span style=\"color: #8a8a8a;\"># \uc751\ub2f5 (202 Accepted) \u2193<\/span>\n{ \"voice_id\": \"<span style=\"color: #fe7e43; font-weight: bold;\">uc_670...<\/span>\", \"name\": \"\ube0c\ub79c\ub4dc \ubcf4\uc774\uc2a4\", \"model\": \"ssfm-v30\", \"status\": \"training\" }<\/pre>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\"><code class=\"inline-code\">202<\/code>\ub294 &#8220;\uc811\uc218\ud588\uace0 \ud559\uc2b5\uc744 \uc2dc\uc791\ud588\ub2e4&#8221;\ub294 \ub73b\uc785\ub2c8\ub2e4. \ubcf4\uc774\uc2a4\uac00 \uc644\uc131\ub41c \uac8c \uc544\ub2c8\uc5d0\uc694. \ubaa8\ub378\uc740 <code class=\"inline-code\">ssfm-v30<\/code>\uacfc <code class=\"inline-code\">ssfm-v21<\/code> \uc911\uc5d0 \uace0\ub985\ub2c8\ub2e4.<\/p>\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px !important; font-weight: 700 !important; color: #222222 !important; line-height: 1.5 !important; margin: 34px 0 12px !important;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 3px 10px; border-radius: 5px; font-size: 12px !important; font-weight: bold; margin-right: 10px; vertical-align: middle; letter-spacing: 0.04em;\">STEP 3<\/span>\uc0dd\uc131 \uacb0\uacfc\ub97c \ud655\uc778\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;\">STEP 2\uc5d0\uc11c \ubc1b\uc740 <code class=\"inline-code\">voice_id<\/code>\ub85c \uc0c1\ud0dc\ub97c \uc870\ud68c\ud569\ub2c8\ub2e4. <code class=\"inline-code\">status<\/code>\uac00 <code class=\"inline-code\">completed<\/code>\uac00 \ub418\uba74 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc5b4\uc694.<\/p>\n\n<pre class=\"code-dark\">curl 'https:\/\/api.typecast.ai\/v1\/custom-voices\/<span style=\"color: #fbbf77;\">uc_670...<\/span>' \\\n  -H 'X-API-KEY: &lt;api-key&gt;'\n\n<span style=\"color: #8a8a8a;\"># \ud559\uc2b5 \uc644\ub8cc \u2193<\/span>\n{ \"voice_id\": \"<span style=\"color: #fe7e43; font-weight: bold;\">uc_670...<\/span>\", \"source\": \"professional\", \"status\": \"completed\", \"model\": \"ssfm-v30\" }<\/pre>\n\n<p class=\"post-body wp-block-paragraph\" style=\"margin: 0 0 22px; line-height: 1.85; color: #444444; font-size: 15px;\"><code class=\"inline-code\">status<\/code>\ub294 <code class=\"inline-code\">training<\/code> \u2192 <code class=\"inline-code\">completed<\/code> \uc21c\uc73c\ub85c \ubc14\ub00c\uace0, \uc2e4\ud328\ud558\uba74 <code class=\"inline-code\">failed<\/code>\uc640 \ud568\uaed8 <code class=\"inline-code\">error<\/code>\uc5d0 \uc0ac\uc720\uac00 \ub2f4\uae41\ub2c8\ub2e4.<\/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>\uc0dd\uc131\uc774 \uc644\ub8cc\ub418\uac70\ub098 \uc2e4\ud328\ud558\uba74 \uc774\uba54\uc77c\ub3c4 \ubc1c\uc1a1\ub429\ub2c8\ub2e4.<\/strong> \uc9c1\uc811 \ub9cc\ub4e4\uc5b4\ubcf4\ub294 \ub2e8\uacc4\ub77c\uba74 \uba54\uc77c\uc744 \ubc1b\uace0 \ud655\uc778\ud558\uc2dc\uba74 \ub418\uace0, \uc11c\ube44\uc2a4\uc5d0 \ubd99\uc77c \ub54c\ub294 \ud3f4\ub9c1\uc73c\ub85c \ucc98\ub9ac\ud558\uc138\uc694. \ud3f4\ub9c1 \uc8fc\uae30\ub294 \uc0dd\uc131\uc774 \ucd5c\ub300 2\uc2dc\uac04\uae4c\uc9c0 \uac78\ub9ac\ub294 \uc810\uc744 \uac10\uc548\ud574 \uc7a1\uc73c\uc2dc\uba74 \ub429\ub2c8\ub2e4.<\/p>\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px !important; font-weight: 700 !important; color: #222222 !important; line-height: 1.5 !important; margin: 34px 0 12px !important;\"><span style=\"display: inline-block; background-color: #fff1e8; color: #fe7e43; padding: 3px 10px; border-radius: 5px; font-size: 12px !important; font-weight: bold; margin-right: 10px; vertical-align: middle; letter-spacing: 0.04em;\">STEP 4<\/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 22px; line-height: 1.85; color: #444444; font-size: 15px;\">\uc5ec\uae30\uc11c\ubd80\ud130\ub294 \uae30\uc874 \uce90\ub9ad\ud130\ub97c \uc4f8 \ub54c\uc640 \ub611\uac19\uc2b5\ub2c8\ub2e4. <code class=\"inline-code\">voice_id<\/code>\ub9cc \ubc14\uafb8\uba74 \ub3fc\uc694.<\/p>\n\n<pre class=\"code-dark\">curl -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: #fbbf77;\">uc_670...<\/span>\", \"text\": \"\uc81c \ubaa9\uc18c\ub9ac\ub85c \ub9d0\ud569\ub2c8\ub2e4.\", \"model\": \"ssfm-v30\" }' \\\n  --output result.mp3<\/pre>\n<!-- \uc5f0\ub3d9 \uc804 \ud655\uc778 \u2014 condition-card --><!-- \uc5f0\ub3d9 \uc804 \ud655\uc778 \u2014 condition-card -->\n<div class=\"condition-card\">\n<p class=\"condition-title\">\ud83d\udca1 \uc694\uccad \uc804\uc5d0 \ub0a8\uc740 \uc2ac\ub86f\uc744 \ud655\uc778\ud558\uc138\uc694<\/p>\n<p><code class=\"inline-code\">GET \/v1\/users\/me\/subscription<\/code>\uc73c\ub85c \ud504\ub9ac\ubbf8\uc5c4 \uc2ac\ub86f \ud55c\ub3c4\uc640 \uc774\ubc88 \ub2ec \uc0dd\uc131 \uac00\ub2a5\ud55c \ud69f\uc218\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubbf8\ub9ac \ud655\uc778\ud558\uba74 <code class=\"inline-code\">PROFESSIONAL_VOICE_SLOT_EXCEEDED<\/code>\ub85c \uc2e4\ud328\ud558\ub294 \uac78 \ub9c9\uc744 \uc218 \uc788\uc5b4\uc694.\u00a0<\/p>\n<p class=\"condition-links\"><a href=\"https:\/\/typecast.ai\/docs\/ko\/api-reference\/custom-voices\/create-professional-clone\">\ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd API \ubb38\uc11c \ubcf4\uae30 \u2192<\/a><\/p>\n<\/div>\n\t\t\t\t\t\t\t\t<\/div>\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<!-- ============================================ -->\r\n<!-- FAQ -->\r\n<!-- ============================================ -->\r\n\r\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;\">\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38<\/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. \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc740 \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 \ud50c\ub79c\ubd80\ud130 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub77c\uc774\ud2b8\ub294 \ud504\ub9ac\ubbf8\uc5c4 \uc2ac\ub86f 2\uac1c\uc640 \uc6d4 5\ud68c \uc0dd\uc131, \ud50c\ub7ec\uc2a4\ub294 \uc2ac\ub86f 5\uac1c\uc640 \uc6d4 15\ud68c \uc0dd\uc131\uc774 \uc81c\uacf5\ub429\ub2c8\ub2e4. \ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4 \uc2ac\ub86f \uc790\uccb4\ub294 \ud035 \ud074\ub85c\ub2dd\uacfc <strong>\ud569\uc0b0<\/strong>\uc774\ub77c \ub77c\uc774\ud2b8 50\uac1c, \ud50c\ub7ec\uc2a4 800\uac1c \uc548\uc5d0\uc11c \ud504\ub9ac\ubbf8\uc5c4\uc774 \uac01\uac01 2\uac1c\u00b75\uac1c\uae4c\uc9c0\uc608\uc694. \uc5d4\ud130\ud504\ub77c\uc774\uc988\ub294 \ub9de\ucda4 \uc81c\uacf5\uc785\ub2c8\ub2e4. \ud50c\ub79c\ubcc4 \ud06c\ub808\ub527\uacfc \uac00\uaca9\uc740 <a href=\"https:\/\/typecast.ai\/kr\/pricing\/api\/\" style=\"color: #d9622f; text-decoration: none; font-weight: 600;\">API \uc694\uae08\uc81c \ud398\uc774\uc9c0<\/a>\uc5d0\uc11c \ud655\uc778\ud558\uc2e4 \uc218 \uc788\uc5b4\uc694.<\/p>\r\n<\/details>\r\n\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. \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc740 \ubcf4\uc774\uc2a4 \uc0dd\uc131\uc5d0 \uc5bc\ub9c8\ub098 \uac78\ub9ac\ub098\uc694? \uadf8\ub3d9\uc548 \uadf8 \ubcf4\uc774\uc2a4\ub97c \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;\">\ucd5c\ub300 2\uc2dc\uac04\uc774 \uac78\ub9ac\uace0, \uc0dd\uc131 \uc911\uc5d0\ub294 \ud574\ub2f9 <code class=\"inline-code\">voice_id<\/code>\ub85c \uc74c\uc131\uc744 \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. <code class=\"inline-code\">GET \/v1\/custom-voices\/{voice_id}<\/code>\ub85c \uc0c1\ud0dc\ub97c \uc870\ud68c\ud574 <code class=\"inline-code\">completed<\/code>\uac00 \ub41c \ub4a4\uc5d0 \uc0ac\uc6a9\ud558\uc138\uc694. <strong>\uc0dd\uc131\uc774 \uc644\ub8cc\ub418\uac70\ub098 \uc2e4\ud328\ud558\uba74 \uc774\uba54\uc77c\ub3c4 \ubc1c\uc1a1\ub418\ub2c8<\/strong> \uc774\uba54\uc77c\ub85c \uc870\ud68c\ub3c4 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n\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. \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc73c\ub85c \ub9cc\ub4e0 \ubcf4\uc774\uc2a4\ub3c4 \uac10\uc815 \uc870\uc808\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;\">\ub429\ub2c8\ub2e4. \ud035 \ud074\ub85c\ub2dd\uc73c\ub85c \ub9cc\ub4e0 \ubcf4\uc774\uc2a4\uc640 \ub3d9\uc77c\ud558\uac8c SSFM 3.0\uc758 \uc2a4\ub9c8\ud2b8 \uc774\ubaa8\uc158\uc774 \ubb38\ub9e5\uc744 \uc77d\uc5b4 \uac10\uc815\uc744 \uc785\ud788\uace0, \ud504\ub9ac\uc14b\uc73c\ub85c \uc9c1\uc811 \uc9c0\uc815\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc2a4\ud2b8\ub9ac\ubc0d\u00b7\ud0c0\uc784\uc2a4\ud0ec\ud504 API\uc5d0\uc11c\ub3c4 \uadf8\ub300\ub85c \ub3d9\uc791\ud569\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n\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. \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ub179\uc74c\uc740 \uc5bc\ub9c8\ub098 \uae38\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;\">5\ubd84 \uc774\uc0c1 3\uc2dc\uac04 \uc774\ud558\uc785\ub2c8\ub2e4. \uc0d8\ud50c\ub808\uc774\ud2b8\ub294 16 kHz \uc774\uc0c1, \ud30c\uc77c \ud06c\uae30\ub294 1 GiB \uc774\ud558\uc774\uace0 WAV \ub610\ub294 MP3 \ud55c \uac1c\ub97c \uc62c\ub9bd\ub2c8\ub2e4. \ud035 \ud074\ub85c\ub2dd\uc774 5\ucd08\uc5d0\uc11c 150\ucd08 \uc0ac\uc774 \uc0d8\ud50c\uc744 \ubc1b\ub294 \uac83\uacfc \ube44\uad50\ud558\uba74 \uc900\ube44 \ubd80\ub2f4\uc774 \ub2e4\ub974\ub2c8, \uc774\ubbf8 \ud655\ubcf4\ub41c \ub0ad\ub3c5 \uc6d0\ubcf8\uc774\ub098 \uc778\ud130\ubdf0 \ub179\uc74c\uc774 \uc788\ub294\uc9c0 \uba3c\uc800 \ud655\uc778\ud574\ubcf4\uc2dc\ub294 \uac8c \uc88b\uc544\uc694.<\/p>\r\n<\/details>\r\n\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. \ub0a8\uc740 \ud504\ub9ac\ubbf8\uc5c4 \uc2ac\ub86f\uacfc \ud559\uc2b5 \ud69f\uc218\ub294 \uc5b4\ub5bb\uac8c \ud655\uc778\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;\"><code class=\"inline-code\">GET \/v1\/users\/me\/subscription<\/code>\uc73c\ub85c \uc870\ud68c\ud569\ub2c8\ub2e4. <code class=\"inline-code\">limits.professional_voice_slot<\/code>\uc5d0 \ud504\ub9ac\ubbf8\uc5c4 \uc2ac\ub86f \ud55c\ub3c4\uac00, <code class=\"inline-code\">professional_clone_generations<\/code>\uc5d0 \ud50c\ub79c\uc774 \uc81c\uacf5\ud558\ub294 \ud559\uc2b5 \ud69f\uc218\uc640 \uc0ac\uc6a9\ud55c \ud69f\uc218\uac00 \ub4e4\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc804\uccb4 \ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4 \ud55c\ub3c4\ub294 <code class=\"inline-code\">limits.custom_voice_slot<\/code>\uc774\uba70 \ud504\ub9ac\ubbf8\uc5c4\uc744 \ud3ec\ud568\ud55c \uac12\uc785\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n\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. \ud559\uc2b5\uc774 \uc2e4\ud328\ud558\uba74 \uc5b4\ub5bb\uac8c \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;\"><code class=\"inline-code\">status<\/code>\uac00 <code class=\"inline-code\">failed<\/code>\ub85c \ubc14\ub00c\uace0 <code class=\"inline-code\">error<\/code>\uc5d0 \uc0ac\uc720\uac00 \ub2f4\uae41\ub2c8\ub2e4. \uc790\uc8fc \ub098\uc624\ub294 \uc6d0\uc778\uc740 \ud30c\uc77c \ud06c\uae30 \ucd08\uacfc(<code class=\"inline-code\">AUDIO_FILE_TOO_LARGE<\/code>), \uc9c0\uc6d0\ud558\uc9c0 \uc54a\ub294 \uc5b8\uc5b4\u00b7\ubaa8\ub378 \uc870\ud569(<code class=\"inline-code\">LANGUAGE_NOT_SUPPORTED<\/code>), \ud504\ub9ac\ubbf8\uc5c4 \uc2ac\ub86f \ubd80\uc871(<code class=\"inline-code\">PROFESSIONAL_VOICE_SLOT_EXCEEDED<\/code>)\uc785\ub2c8\ub2e4. \uc11c\ubc84\uac00 \ud63c\uc7a1\ud55c \uacbd\uc6b0(<code class=\"inline-code\">SERVER_BUSY<\/code>)\uc5d0\ub294 \uc7a0\uc2dc \ud6c4 \ub2e4\uc2dc \uc694\uccad\ud558\uc138\uc694.<\/p>\r\n<\/details>\r\n\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. \ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub294 \ubb50\uac00 \uc88b\uc740\uac00\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;\">\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 \uc6d4\uac04 \ubc18\ubcf5\ub9e4\ucd9c \uae30\uc900 <strong>\uad6d\ub0b4 1\uc704 \uc74c\uc131\u00b7\uc601\uc0c1 \uc0dd\uc131 AI \uae30\uc5c5<\/strong>\uc785\ub2c8\ub2e4. \uccab\uc9f8, \uc804\ubb38 \uc131\uc6b0 \ub179\uc74c\uc73c\ub85c \ud559\uc2b5\ud55c \uc790\uccb4 \ubaa8\ub378\uacfc \uc2a4\ub9c8\ud2b8 \uc774\ubaa8\uc158\uc774 \ubb38\ub9e5\uc5d0 \ub9de\ub294 \uac10\uc815\uc744 \uc790\ub3d9\uc73c\ub85c \uc785\ud600 \uc77d\ub294 \ud2f0\uac00 \ub098\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub458\uc9f8, API \uae30\uc900 500\uac1c\uac00 \ub118\ub294 \ubcf4\uc774\uc2a4\uc640 37\uac1c \uc5b8\uc5b4\ub97c \uc9c0\uc6d0\ud574 \ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4\uc640 \uae30\uc131 \uce90\ub9ad\ud130\ub97c \ud568\uaed8 \uc4f8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc14b\uc9f8, \uc218\ub9cc \uba85\uc774 \ub3d9\uc2dc \uc811\uc18d\ud558\ub294 \ub77c\uc774\ube0c \ud658\uacbd\uc5d0\uc11c \uac80\uc99d\ub41c \uc548\uc815\uc131\uc744 \uac16\ucdc4\uc2b5\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n<\/div>\r\n\r\n\t\t\t\t<\/div>\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\r\n<p>&nbsp;<\/p>\r\n\r\n\r\n\r\n<div style=\"background-color: rgba(254,126,67,0.08); border-radius: 14px; padding: 44px 36px; margin: 24px 0; text-align: center;\">\r\n<p style=\"font-size: 20px; font-weight: bold; color: #1a1a1a; margin: 0 0 14px; letter-spacing: -0.02em;\">\ub098\ub9cc\uc758 \ubaa9\uc18c\ub9ac, <br>\uc9c0\uae08 \ubc14\ub85c \ub9cc\ub4e4\uc5b4\ubcf4\uc138\uc694<\/p>\r\n<p style=\"font-size: 14.5px; color: #555555; margin: 0 0 28px; line-height: 1.75;\">\uce74\ub4dc \ub4f1\ub85d \uc5c6\uc774 <strong>\uc6d4 15,000 \ud06c\ub808\ub527<\/strong>\uc73c\ub85c \uc2dc\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br>\ud035 \ud074\ub85c\ub2dd \ud639\uc740 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc73c\ub85c \ub098\ub9cc\uc758 \ubaa9\uc18c\ub9ac\ub97c \uc11c\ube44\uc2a4\uc5d0 \uc5f0\ub3d9\ud558\uc138\uc694.<\/p>\r\n<p style=\"margin: 0;\">\r\n<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\/\">API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a>\r\n<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\/kr\/contact-sales\/\">\uae30\uc5c5 \ub3c4\uc785 \ubb38\uc758\ud558\uae30 \u2192<\/a>\r\n<\/p>\r\n<\/div>\r\n\r\n<p>&nbsp;<\/p>\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, \ub530\ub73b\ud55c \ud1a4\uc758 &#8216;\uc740\uacbd&#8217; \ubaa9\uc18c\ub9ac\ub85c \uc77d\uc5b4\ub4dc\ub824\uc694 \uc18d\ub3c4 1x \u00a0 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc744 \ucc3e\ub294 \uc774\uc720\ub294 \uc0dd\uac01\ubcf4\ub2e4 \uac08\ub9bd\ub2c8\ub2e4. \uc624\ub514\uc624\ubd81\uc774\ub098 \ube0c\ub79c\ub4dc \ucc44\ub110\ucc98\ub7fc \ud55c \uc0ac\ub78c\uc758 \ubaa9\uc18c\ub9ac\ub97c \uadf8\ub300\ub85c \uc7ac\ud604\ud574\uc57c \ud558\ub294 \uacbd\uc6b0\uac00 \uc788\uace0, \ucc57\ubd07\uc774\ub098 \uac8c\uc784 \uce90\ub9ad\ud130\ucc98\ub7fc \uc6b0\ub9ac\ub9cc\uc758 \ubaa9\uc18c\ub9ac\ub97c \ube60\ub974\uac8c \ub9cc\ub4e4\uc5b4 \uc11c\ube44\uc2a4\uc5d0 \ubd99\uc774\ub294 \uac8c \ub354 \uc911\uc694\ud55c \uacbd\uc6b0\uac00 \uc788\uc5b4\uc694. \uc6d0\ud558\ub294 \uac8c \ub2e4\ub974\uba74 \ub9cc\ub4dc\ub294 \ubc29\uc2dd\ub3c4 \ub2ec\ub77c\uc57c \ud569\ub2c8\ub2e4. \uadf8\ub798\uc11c \ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub294 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc744 &#8230; <a title=\"\ud83c\udf99 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4. \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130\" class=\"read-more\" href=\"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/\" aria-label=\"\ud83c\udf99 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4. \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130\uc5d0 \ub300\ud574 \ub354 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uc138\uc694\">\ub354 \uc77d\uae30<\/a><\/p>\n","protected":false},"author":24,"featured_media":7325,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[356],"tags":[48,35,80,38,161,119,488],"use_case":[],"industry":[],"class_list":["post-7323","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-api","tag-ai","tag-tts","tag-tts-api","tag-ttsapi","tag-blogtop10"],"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 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4. \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130 | \ud0c0\uc785\uce90\uc2a4\ud2b8<\/title>\n<meta name=\"description\" content=\"\ud0c0\uc785\uce90\uc2a4\ud2b8 API\uc758 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc774 \ucd9c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. 5\ucd08 \uc0d8\ud50c\ub85c \uc989\uc2dc \ub9cc\ub4dc\ub294 \ud035 \ud074\ub85c\ub2dd\uacfc 5\ubd84 \uc774\uc0c1 \ub179\uc74c\uc73c\ub85c \uc5b5\uc591\u00b7\ub9d0\ud22c\uae4c\uc9c0 \uc7ac\ud604\ud558\ub294 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ucc28\uc774\ubd80\ud130 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ub124 \ub2e8\uacc4 \uc0ac\uc6a9\ubc95\uc744 \ud655\uc778\ud558\uc138\uc694\" \/>\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\/premium-voice-cloning-api\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud83c\udf99 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4. \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130 | \ud0c0\uc785\uce90\uc2a4\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud0c0\uc785\uce90\uc2a4\ud2b8 API\uc758 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc774 \ucd9c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. 5\ucd08 \uc0d8\ud50c\ub85c \uc989\uc2dc \ub9cc\ub4dc\ub294 \ud035 \ud074\ub85c\ub2dd\uacfc 5\ubd84 \uc774\uc0c1 \ub179\uc74c\uc73c\ub85c \uc5b5\uc591\u00b7\ub9d0\ud22c\uae4c\uc9c0 \uc7ac\ud604\ud558\ub294 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ucc28\uc774\ubd80\ud130 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ub124 \ub2e8\uacc4 \uc0ac\uc6a9\ubc95\uc744 \ud655\uc778\ud558\uc138\uc694\" \/>\n<meta property=\"og:url\" content=\"https:\/\/typecast.ai\/kr\/learn\/premium-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-09-01T05:26:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T05:31:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/09\/Frame-2086382781-1.webp\" \/>\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\\\/premium-voice-cloning-api\\\/\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/premium-voice-cloning-api\\\/\",\"name\":\"\ud83c\udf99 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4. \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130 | \ud0c0\uc785\uce90\uc2a4\ud2b8\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/premium-voice-cloning-api\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/premium-voice-cloning-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/Frame-2086382781-1.webp\",\"datePublished\":\"2026-09-01T05:26:17+00:00\",\"dateModified\":\"2026-09-01T05:31:23+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\"},\"description\":\"\ud0c0\uc785\uce90\uc2a4\ud2b8 API\uc758 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc774 \ucd9c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. 5\ucd08 \uc0d8\ud50c\ub85c \uc989\uc2dc \ub9cc\ub4dc\ub294 \ud035 \ud074\ub85c\ub2dd\uacfc 5\ubd84 \uc774\uc0c1 \ub179\uc74c\uc73c\ub85c \uc5b5\uc591\u00b7\ub9d0\ud22c\uae4c\uc9c0 \uc7ac\ud604\ud558\ub294 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ucc28\uc774\ubd80\ud130 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ub124 \ub2e8\uacc4 \uc0ac\uc6a9\ubc95\uc744 \ud655\uc778\ud558\uc138\uc694\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/premium-voice-cloning-api\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/premium-voice-cloning-api\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/premium-voice-cloning-api\\\/#primaryimage\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/Frame-2086382781-1.webp\",\"contentUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/Frame-2086382781-1.webp\",\"width\":1200,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/premium-voice-cloning-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ube14\ub85c\uadf8\",\"item\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"API\u00b7\uac1c\ubc1c\",\"item\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/category\\\/api\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\ud83c\udf99 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4. \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130\"}]},{\"@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 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4. \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130 | \ud0c0\uc785\uce90\uc2a4\ud2b8","description":"\ud0c0\uc785\uce90\uc2a4\ud2b8 API\uc758 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc774 \ucd9c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. 5\ucd08 \uc0d8\ud50c\ub85c \uc989\uc2dc \ub9cc\ub4dc\ub294 \ud035 \ud074\ub85c\ub2dd\uacfc 5\ubd84 \uc774\uc0c1 \ub179\uc74c\uc73c\ub85c \uc5b5\uc591\u00b7\ub9d0\ud22c\uae4c\uc9c0 \uc7ac\ud604\ud558\ub294 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ucc28\uc774\ubd80\ud130 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ub124 \ub2e8\uacc4 \uc0ac\uc6a9\ubc95\uc744 \ud655\uc778\ud558\uc138\uc694","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\/premium-voice-cloning-api\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud83c\udf99 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4. \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130 | \ud0c0\uc785\uce90\uc2a4\ud2b8","og_description":"\ud0c0\uc785\uce90\uc2a4\ud2b8 API\uc758 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc774 \ucd9c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. 5\ucd08 \uc0d8\ud50c\ub85c \uc989\uc2dc \ub9cc\ub4dc\ub294 \ud035 \ud074\ub85c\ub2dd\uacfc 5\ubd84 \uc774\uc0c1 \ub179\uc74c\uc73c\ub85c \uc5b5\uc591\u00b7\ub9d0\ud22c\uae4c\uc9c0 \uc7ac\ud604\ud558\ub294 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ucc28\uc774\ubd80\ud130 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ub124 \ub2e8\uacc4 \uc0ac\uc6a9\ubc95\uc744 \ud655\uc778\ud558\uc138\uc694","og_url":"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/","og_site_name":"\ud0c0\uc785\uce90\uc2a4\ud2b8","article_publisher":"https:\/\/www.facebook.com\/neospaienceai\/","article_published_time":"2026-09-01T05:26:17+00:00","article_modified_time":"2026-09-01T05:31:23+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/09\/Frame-2086382781-1.webp","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\/premium-voice-cloning-api\/","url":"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/","name":"\ud83c\udf99 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4. \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130 | \ud0c0\uc785\uce90\uc2a4\ud2b8","isPartOf":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/#primaryimage"},"image":{"@id":"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/#primaryimage"},"thumbnailUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/09\/Frame-2086382781-1.webp","datePublished":"2026-09-01T05:26:17+00:00","dateModified":"2026-09-01T05:31:23+00:00","author":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b"},"description":"\ud0c0\uc785\uce90\uc2a4\ud2b8 API\uc758 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd\uc774 \ucd9c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. 5\ucd08 \uc0d8\ud50c\ub85c \uc989\uc2dc \ub9cc\ub4dc\ub294 \ud035 \ud074\ub85c\ub2dd\uacfc 5\ubd84 \uc774\uc0c1 \ub179\uc74c\uc73c\ub85c \uc5b5\uc591\u00b7\ub9d0\ud22c\uae4c\uc9c0 \uc7ac\ud604\ud558\ub294 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ucc28\uc774\ubd80\ud130 \ud504\ub9ac\ubbf8\uc5c4 \ud074\ub85c\ub2dd\uc758 \ub124 \ub2e8\uacc4 \uc0ac\uc6a9\ubc95\uc744 \ud655\uc778\ud558\uc138\uc694","breadcrumb":{"@id":"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/#primaryimage","url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/09\/Frame-2086382781-1.webp","contentUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/09\/Frame-2086382781-1.webp","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/typecast.ai\/kr\/learn\/premium-voice-cloning-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ube14\ub85c\uadf8","item":"https:\/\/typecast.ai\/kr\/learn\/"},{"@type":"ListItem","position":2,"name":"API\u00b7\uac1c\ubc1c","item":"https:\/\/typecast.ai\/kr\/learn\/category\/api\/"},{"@type":"ListItem","position":3,"name":"\ud83c\udf99 \ud504\ub9ac\ubbf8\uc5c4 \ubcf4\uc774\uc2a4 \ud074\ub85c\ub2dd, \uc774\uc81c API\uc5d0\uc11c\ub3c4 \uc501\ub2c8\ub2e4. \ub77c\uc774\ud2b8 \ud50c\ub79c\ubd80\ud130"}]},{"@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\/7323","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=7323"}],"version-history":[{"count":23,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/7323\/revisions"}],"predecessor-version":[{"id":7348,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/7323\/revisions\/7348"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media\/7325"}],"wp:attachment":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media?parent=7323"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/categories?post=7323"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/tags?post=7323"},{"taxonomy":"use_case","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/use_case?post=7323"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/industry?post=7323"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}