{"id":5165,"date":"2026-05-22T17:26:46","date_gmt":"2026-05-22T08:26:46","guid":{"rendered":"https:\/\/typecast.ai\/kr\/learn\/?p=5165"},"modified":"2026-05-22T17:29:58","modified_gmt":"2026-05-22T08:29:58","slug":"timestamp-tts-api-subtitle-automation","status":"publish","type":"post","link":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/","title":{"rendered":"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"5165\" class=\"elementor elementor-5165\" 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, <span style=\"color:#f97316;\">'\uc0c1\ud604' <\/span> \ubaa9\uc18c\ub9ac\ub85c \ub4e4\uc5b4\ubcf4\uc138\uc694. \uc790\uc5f0\uc2a4\ub7ec\uc6cc\uc11c \ub180\ub77c\uc2e4 \uac78\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\/05\/20260522__\uc601\uc0c1_\uc790\ub9c9_\uc790\ub3d9.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-5f9254ed elementor-widget elementor-widget-text-editor\" data-id=\"5f9254ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\n<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>\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \uc81c\uac00 \uc9c1\uc811 \ud574\ubd24\uc5b4\uc694! (with \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API)<\/strong><\/h2>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\ube14\ub85c\uadf8 \uae00, \uc20f\ud3fc \uc601\uc0c1, \uad11\uace0 \uce74\ud53c\uae4c\uc9c0. \ucf58\ud150\uce20 \uc81c\uc791\uc740 \uc774\uc81c \ub300\ubd80\ubd84 \uc790\ub3d9\ud654\ub85c \ub9cc\ub4e4\uc5b4\uc9d1\ub2c8\ub2e4. \ud2b9\ud788 \uc601\uc0c1 \ucabd\uc740 n8n\ub9cc \uac80\uc0c9\ud574\ub3c4 \uc601\uc0c1 \uc790\ub3d9\ud654 \ud29c\ud1a0\ub9ac\uc5bc\uc774 \uc218\ubc31 \uac1c \ub098\uc62c \uc815\ub3c4\uc8e0. \uadf8\ub7f0\ub370 \ub9c9\uc0c1 \ud30c\uc774\ud504\ub77c\uc778\uc744 \uc9c1\uc811 \uc6b4\uc601\ud574\ubcf4\uba74, <strong>\uac00\uc7a5 \uc624\ub798 \uac78\ub9ac\ub294 \ub2e8\uacc4\uac00 \uc758\uc678\ub85c \uc790\ub9c9<\/strong>\uc785\ub2c8\ub2e4.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\uc2a4\ud06c\ub9bd\ud2b8\ub85c \uc74c\uc131\uc744 \ub9cc\ub4e4\uace0(TTS) \u2192 \uc74c\uc131\uc5d0\uc11c \ub2e8\uc5b4\ubcc4 \ud0c0\uc784\uc2a4\ud0ec\ud504\ub97c \uc778\uc2dd\ud574 \uc790\ub9c9\uc73c\ub85c \ucd94\ucd9c\ud558\uace0(STT) \u2192 \uc6d0\ubcf8 \ub300\ubcf8\uacfc \ub300\uc870\ud574 \uc624\uc778\uc2dd \uac80\uc218\uae4c\uc9c0 \ud558\uba74 \uc601\uc0c1 \ud55c \ud3b8\uc5d0 <strong>7~12\ubd84\uc774 \ub4ed\ub2c8\ub2e4.<\/strong><\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\ud0c0\uc785\uce90\uc2a4\ud2b8 \ucf58\ud150\uce20\ud300\ub3c4 \ub9e4\uc8fc \uc601\uc0c1\uc744 \ub9cc\ub4e4\uba74\uc11c \uac19\uc740 \uace0\ubbfc\uc744 \ud574\uc654\uc2b5\ub2c8\ub2e4. \uadf8\ub798\uc11c \uc774\ubc88\uc5d0 \ucd9c\uc2dc\ub41c \ud0c0\uc785\uce90\uc2a4\ud2b8\uc758 <strong>\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API<\/strong>\ub97c \uc601\uc0c1 \uc81c\uc791\uc5d0 \uc801\uc6a9\ud574\ubcf4\uace0, \uae30\uc874 \ubc29\uc2dd(TTS + STT)\uacfc \uc5bc\ub9c8\ub098 \ub2ec\ub77c\uc9c0\ub294\uc9c0 \uc9c1\uc811 \uce21\uc815\ud574\ubd24\uc5b4\uc694. \uc624\ub298\uc740 \ub450 API\uc758 \uae30\ub2a5 \ube44\uad50\ubd80\ud130 \uc9c1\uc811 \uc368\ubcf4\uace0 \ub2ec\ub77c\uc9c4 \ubcc0\ud654 3\uac00\uc9c0\uae4c\uc9c0 \uc815\ub9ac\ud574\ub4dc\ub9b4\uac8c\uc694.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n<!-- \uc774\ub7f0 \ubd84\ub4e4\uc5d0\uac8c \ucd94\ucc9c \ucf5c\uc544\uc6c3 -->\n\n\n<div class=\"callout-box\">\n<p class=\"callout-title\">\uc624\ub298 \uc544\ud2f0\ud074, \uc774\ub7f0 \ubd84\ub4e4\uc5d0\uac8c \ucd94\ucc9c\ub4dc\ub9bd\ub2c8\ub2e4<\/p>\n<p>\u2705 \uc601\uc0c1 \uc790\ub3d9\ud654 \ud30c\uc774\ud504\ub77c\uc778\uc744 \uc6b4\uc601\ud558\ub294 <strong>\ucf58\ud150\uce20\ud300\u00b7\ubbf8\ub514\uc5b4 \uc6b4\uc601\ud300<\/strong><\/p>\n<p>\u2705 TTS \ud569\uc131 \ud6c4 <strong>STT\ub85c \uc790\ub9c9\uc744 \ub2e4\uc2dc \ucd94\ucd9c<\/strong>\ud558\ub294 \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub97c \uc4f0\ub294 \ubd84<\/p>\n<p>\u2705 \uc601\ubb38 \uc57d\uc5b4\u00b7\uc22b\uc790 \ud45c\uae30\u00b7\uace0\uc720\uba85\uc0ac <strong>\uc624\uc778\uc2dd \uac80\uc218\uc5d0 \uc2dc\uac04\uc774 \ube60\uc9c0\ub294 \ud300<\/strong><\/p>\n<\/div>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p><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\">\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30<\/a><\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<p>&nbsp;<\/p>\n<!-- \u2460 \uc77c\ubc18 TTS API\uc640 \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API, \ubb34\uc5c7\uc774 \ub2e4\ub978\uac00\uc694? -->\n\n\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>\uc77c\ubc18 TTS API\uc640 \ubb34\uc5c7\uc774 \ub2e4\ub978\uac00\uc694?<\/strong><\/h2>\n<!-- \ub2e4\ub9ac \ubb38\uc7a5: \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub85c \uba3c\uc800 \ube44\uad50 -->\n\n\n<p class=\"post-body wp-block-paragraph\">\uacb0\ub860\ubd80\ud130 \ub9d0\uc500\ub4dc\ub9ac\uba74, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub294 <strong>\ud55c \ubc88 \ud638\ucd9c\ub9cc\uc73c\ub85c \uc57d 5\ucd08 \uc548\uc5d0 \uc624\ub514\uc624\uc640 \uc790\ub9c9\uc744 \ud568\uaed8 \uc0dd\uc131<\/strong>\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uae30\uc874 \ubc29\uc2dd\uacfc \uc5b4\ub5bb\uac8c \ub2ec\ub77c\uc9c0\ub294\uc9c0 Before\/After \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub85c \ud55c\ub208\uc5d0 \ube44\uad50\ud574\ubcfc\uac8c\uc694.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n<div style=\"background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 32px 28px; margin: 16px 0;\">\n<div style=\"display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 20px;\"><span style=\"font-size: 11px; font-weight: bold; color: #9ca3af; letter-spacing: 0.16em;\">BEFORE<\/span> <span style=\"font-size: 14px; font-weight: bold; color: #222222;\">\uae30\uc874 TTS + STT \ubc29\uc2dd<\/span><\/div>\n<div style=\"display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 36px;\"><span style=\"background-color: #f3f4f6; color: #6b7280; padding: 8px 14px; border-radius: 6px; font-size: 13px;\">\ud14d\uc2a4\ud2b8<\/span> <span style=\"color: #9ca3af; font-weight: bold;\">\u2192<\/span> <span style=\"background-color: #f3f4f6; color: #6b7280; padding: 8px 14px; border-radius: 6px; font-size: 13px;\">TTS \ud569\uc131<\/span> <span style=\"color: #9ca3af; font-weight: bold;\">\u2192<\/span> <span style=\"background-color: #fff5ed; color: #fe7e43; padding: 8px 14px; border-radius: 6px; font-size: 13px;\">\uc624\ub514\uc624<\/span> <span style=\"color: #9ca3af; font-weight: bold;\">\u2192<\/span> <span style=\"background-color: #f3f4f6; color: #6b7280; padding: 8px 14px; border-radius: 6px; font-size: 13px;\">STT \uc778\uc2dd<\/span> <span style=\"color: #9ca3af; font-weight: bold;\">\u2192<\/span> <span style=\"background-color: #f3f4f6; color: #6b7280; padding: 8px 14px; border-radius: 6px; font-size: 13px;\">\uc624\uc778\uc2dd \uac80\uc218<\/span> <span style=\"color: #9ca3af; font-weight: bold;\">\u2192<\/span> <span style=\"background-color: #fff5ed; color: #fe7e43; padding: 8px 14px; border-radius: 6px; font-size: 13px;\">\uc790\ub9c9<\/span> <span style=\"margin-left: auto; font-size: 23px; font-weight: bold; color: #6b7280; padding-left: 12px;\">7~12\ubd84<\/span><\/div>\n<hr style=\"border: none; border-top: 1px solid #e5e7eb; margin: 0 0 36px;\" \/>\n<div style=\"display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 20px;\"><span style=\"font-size: 11px; font-weight: bold; color: #fe7e43; letter-spacing: 0.16em;\">AFTER<\/span> <span style=\"font-size: 14px; font-weight: bold; color: #222222;\">\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API<\/span><\/div>\n<div style=\"display: flex; flex-wrap: wrap; align-items: center; gap: 8px;\"><span style=\"background-color: #f3f4f6; color: #6b7280; padding: 8px 14px; border-radius: 6px; font-size: 13px;\">\ud14d\uc2a4\ud2b8<\/span> <span style=\"color: #9ca3af; font-weight: bold;\">\u2192<\/span> <span style=\"background-color: #f3f4f6; color: #6b7280; padding: 8px 14px; border-radius: 6px; font-size: 13px;\">\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API<\/span> <span style=\"color: #9ca3af; font-weight: bold;\">\u2192<\/span> <span style=\"background-color: #fff5ed; color: #fe7e43; padding: 8px 14px; border-radius: 6px; font-size: 13px;\">\uc624\ub514\uc624 + \uc790\ub9c9<\/span> <span style=\"margin-left: auto; font-size: 23px; font-weight: 800; color: #fe7e43; padding-left: 12px;\">\uc57d 5\ucd08<\/span><\/div>\n<\/div>\n\n<p>&nbsp;<\/p>\n<!-- \ub2e4\ub9ac \ubb38\uc7a5: \uc65c \ucc28\uc774\uac00 \ubc1c\uc0dd\ud558\ub098? \u2192 \uae30\ub2a5 \ube44\uad50 \ud45c \uc9c4\uc785 -->\n\n\n<p class=\"post-body wp-block-paragraph\"><strong>\uc774\ub7f0 \ucc28\uc774\uac00 \uc65c \ubc1c\uc0dd\ud560\uae4c\uc694? <\/strong>\uc774\ub984\uc740 \ube44\uc2b7\ud574 \ubcf4\uc774\uc9c0\ub9cc \ubc18\ud658 \ub370\uc774\ud130\uac00 \uadfc\ubcf8\uc801\uc73c\ub85c \ub2e4\ub974\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4.<\/p>\n\n<p>&nbsp;<\/p>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\uc77c\ubc18 TTS API\ub294 \ud569\uc131\ub41c \uc624\ub514\uc624 \ud30c\uc77c\ub9cc \ub3cc\ub824\uc90d\ub2c8\ub2e4. \ud0c0\uc784\uc2a4\ud0ec\ud504\uac00 \ud544\uc694\ud558\uba74 \uadf8 \uc74c\uc131\uc744 \ubcc4\ub3c4 STT\ub85c \ub2e4\uc2dc \uc778\uc2dd\ud574\uc57c \ud558\uc8e0. \ubc18\uba74 <strong>\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub294 \ud569\uc131\uacfc \ub3d9\uc2dc\uc5d0 \ub2e8\uc5b4\u00b7\ubb38\uc790 \ub2e8\uc704 \ud0c0\uc774\ubc0d \uc815\ubcf4\ub97c \ud568\uaed8 \ubc18\ud658<\/strong>\ud558\uae30 \ub54c\ubb38\uc5d0, \uc778\uc2dd \ub2e8\uacc4 \uc790\uccb4\uac00 \uc0ac\ub77c\uc9d1\ub2c8\ub2e4.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n<!-- \ube44\uad50 \ud14c\uc774\ube14 -->\n\n\n<table style=\"width: 100%; border-collapse: collapse; font-size: 15px; margin: 8px 0;\">\n<thead>\n<tr>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">\ud56d\ubaa9<\/th>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">\uc77c\ubc18 TTS API<\/th>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\uc5d4\ub4dc\ud3ec\uc778\ud2b8<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\"><code>\/v1\/text-to-speech<\/code><\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\"><code>\/v1\/text-to-speech\/with-timestamps<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\ubc18\ud658 \ud615\uc2dd<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\ubc14\uc774\ub108\ub9ac \uc624\ub514\uc624<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">JSON (\uc624\ub514\uc624 base64 + words + characters)<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\ud0c0\uc784\uc2a4\ud0ec\ud504<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\uc5c6\uc74c<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\ub2e8\uc5b4\ubcc4\u00b7\ubb38\uc790\ubcc4 start\/end (\ubc00\ub9ac\ucd08 \ub2e8\uc704)<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\uc790\ub9c9 \uc0dd\uc131 \ubc29\ubc95<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">STT \ubcc4\ub3c4 \ud638\ucd9c \ud544\uc694<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\ub2e8\uc77c \ud638\ucd9c\ub85c \ub3d9\uc2dc \ubc18\ud658<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\uc624\uc778\uc2dd \ubc1c\uc0dd<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\uc788\uc74c (2\ucc28 \uc74c\uc131 \uc778\uc2dd)<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\uc5c6\uc74c (\uc6d0\ubcf8 \ud14d\uc2a4\ud2b8 \uadf8\ub300\ub85c)<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: none; line-height: 1.6;\">\uc801\ud569\ud55c \uc791\uc5c5<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: none; line-height: 1.6;\">\uc74c\uc131 \ucd9c\ub825\u00b7\ub098\ub808\uc774\uc158\ub9cc \ud544\uc694\ud55c \uacbd\uc6b0<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: none; line-height: 1.6;\">\uc601\uc0c1 \uc790\ub9c9\u00b7\ucea1\uc158\u00b7\uc790\ub3d9\ud654 \ud30c\uc774\ud504\ub77c\uc778<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<p>&nbsp;<\/p>\n<!-- \ub2e4\ub9ac \ubb38\uc7a5: \u2461\ub85c \uc9c4\uc785 -->\n\n\n<p class=\"post-body wp-block-paragraph\">\uc544\uc9c1\uc740 \uc5b4\ub835\uac8c \ub290\uaef4\uc9c0\uc2e0\ub2e4\uace0\uc694? \uadf8\ub798\uc11c \ucf58\ud150\uce20\ud300\uc774 <strong>\ub611\uac19\uc740 \ub300\ubcf8\uc73c\ub85c \ub450 \ubc29\uc2dd\uc744 \uc9c1\uc811 \uc368\ubcf4\uace0 \uc790\ub9c9\uc744 \ub9cc\ub4e4\uc5b4\ubd24\uc2b5\ub2c8\ub2e4. <\/strong> \uc5b4\ub5a4 \ubd80\ubd84\uc774 \uc5b4\ub5bb\uac8c \ub2ec\ub77c\uc84c\ub294\uc9c0, \uce21\uc815 \uacb0\uacfc\ub85c \uc790\uc138\ud788 \uc124\uba85\ud574\ub4dc\ub9b4\uac8c\uc694.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p><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\/docs\/ko\/api-reference\/text-to-speech\/text-to-speech-with-timestamps\">\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \ubb38\uc11c \ubcf4\uae30<\/a><\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<p>&nbsp;<\/p>\n<!-- \u2461 \ud0c0\uc785\uce90\uc2a4\ud2b8 \ucf58\ud150\uce20\ud300\uc774 \uc9c1\uc811 \uce21\uc815\ud574\ubd24\uc2b5\ub2c8\ub2e4 -->\n\n\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>\ud0c0\uc785\uce90\uc2a4\ud2b8 \ucf58\ud150\uce20\ud300\uc774 \uc9c1\uc811 \uce21\uc815\ud574\ubd24\uc2b5\ub2c8\ub2e4<\/strong><\/h2>\n<!-- Summary \ubc15\uc2a4 -->\n\n\n<div style=\"background-color: #fafafa; border-left: 3px solid #fe7e43; border-radius: 0 10px 10px 0; padding: 24px 28px; margin: 16px 0;\">\n<p style=\"font-size: 17px; font-weight: bold; color: #222222; margin: 0 0 12px !important;\">\ud55c \uc904 \uc694\uc545 | \uc790\ub9c9 \uc81c\uc791 \uacfc\uc815, \uc5b4\ub5bb\uac8c \ub2ec\ub77c\uc9c8\uae4c\uc694?<\/p>\n<p style=\"font-size: 15px; color: #454545; margin: 0 !important; line-height: 1.8;\">\ucf58\ud150\uce20\ud300\uc774 \uc20f\ud3fc \uc601\uc0c1 \ud55c \ud3b8\uc758 \ub098\ub808\uc774\uc158(159\uc790)\uc73c\ub85c \uce21\uc815\ud574\ubcf4\ub2c8, <strong>\uc790\ub9c9 \uc815\ud655\ub3c4\ub294 100%\ub85c \uc720\uc9c0\ub418\uace0 \uc790\ub9c9 \uc0dd\uc131 \uc18d\ub3c4\ub294 22\ubc30 \ube68\ub77c\uc84c\uc2b5\ub2c8\ub2e4.<\/strong><\/p>\n<\/div>\n\n\n\n<p>&nbsp;<\/p>\n<!-- KPI \ubcf4\ub4dc 3 \uce74\ub4dc -->\n\n\n<div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 16px 0 8px;\">\n<div style=\"background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px 20px; text-align: center;\">\n<p style=\"font-size: 14px; color: #374151; margin: 0 0 10px !important; font-weight: 800;\">\uc790\ub9c9 \uc0dd\uc131 \ub2e8\uacc4<\/p>\n<p style=\"margin: 0 0 10px !important; line-height: 1.2;\"><span style=\"font-size: 36px; font-weight: bold; color: #fe7e43;\">4\ub2e8\uacc4<\/span><span style=\"font-size: 16px; color: #fe7e43; margin-left: 4px;\">\ub2e8\ucd95<\/span><\/p>\n<p style=\"font-size: 11px; color: #6b7280; margin: 0 !important;\">\uae30\uc874 5\ub2e8\uacc4 \u2192 1\ub2e8\uacc4<\/p>\n<\/div>\n<div style=\"background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px 20px; text-align: center;\">\n<p style=\"font-size: 14px; color: #374151; margin: 0 0 10px !important; font-weight: 800;\">\uc790\ub9c9 \uc0dd\uc131 \uc2dc\uac04<\/p>\n<p style=\"margin: 0 0 10px !important; line-height: 1.2;\"><span style=\"font-size: 36px; font-weight: bold; color: #fe7e43;\">22\ubc30<\/span><span style=\"font-size: 16px; color: #fe7e43; margin-left: 4px;\">\ub2e8\ucd95<\/span><\/p>\n<p style=\"font-size: 11px; color: #6b7280; margin: 0 !important;\">\uae30\uc874 115\ucd08 \u2192 5\ucd08<\/p>\n<\/div>\n<div style=\"background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px 20px; text-align: center;\">\n<p style=\"font-size: 14px; color: #374151; margin: 0 0 10px !important; font-weight: 800;\">\uc790\ub9c9 \uc815\ud655\ub3c4<\/p>\n<p style=\"margin: 0 0 10px !important; line-height: 1.2;\"><span style=\"font-size: 36px; font-weight: bold; color: #fe7e43;\">100%<\/span><span style=\"font-size: 16px; color: #fe7e43; margin-left: 4px;\">\ub2ec\uc131<\/span><\/p>\n<p style=\"font-size: 11px; color: #6b7280; margin: 0 !important;\">\uae30\uc874 \ubc29\uc2dd \ub300\ube44 19.4%p \u2191<\/p>\n<\/div>\n<\/div>\n<p style=\"font-size: 12px; color: #6b7280; text-align: right; margin: 4px 0 0;\">(\ud0c0\uc785\uce90\uc2a4\ud2b8 \ucf58\ud150\uce20\ud300 \ub0b4\ubd80 \uce21\uc815, 2026.05)<\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\uc5b4\ub5bb\uac8c \uc774\ub7f0 \ucc28\uc774\uac00 \ub0ac\ub294\uc9c0, \uc2e4\uc81c \uc0ac\ub840\ub85c \ud480\uc5b4\ub4dc\ub9b4\uac8c\uc694.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n<!-- \ubcc0\ud654 1 -->\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 32px 0 16px;\"><span style=\"display: inline-block; background-color: rgba(254,126,67,0.15); color: #fe7e43; padding: 4px 12px; border-radius: 4px; font-size: 13px; font-weight: bold; margin-right: 10px; vertical-align: middle;\">\ubcc0\ud654 1<\/span>\uc790\ub9c9 \uc81c\uc791 \uacfc\uc815: 5\ub2e8\uacc4 \u2192 1\ub2e8\uacc4\ub85c \ucd95\uc18c<\/h3>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\ucf58\ud150\uce20\ud300\uc774 \uc6b4\uc601\ud558\ub358 \uc601\uc0c1 \uc790\ub3d9\ud654 \uc2a4\ud0ac\uc5d0\uc11c \uc790\ub9c9\uc744 \ub9cc\ub4e4\ub824\uba74 \ub2e4\uc12f \ub2e8\uacc4\uac00 \ud544\uc694\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n<!-- Before \ud45c (5\ub2e8\uacc4) -->\n\n\n<p style=\"font-size: 14px; color: #222222; margin: 12px 0 8px; font-weight: 600;\"><span style=\"border: 1px solid #222222; padding: 4px 10px; border-radius: 4px; color: #374151; font-size: 13px;\">Before<\/span> <span style=\"margin-left: 6px;\">\uae30\uc874(TTS + STT) \uc790\ub9c9 \uc81c\uc791 \ub2e8\uacc4<\/span><\/p>\n<table style=\"width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 8px 0;\">\n<thead>\n<tr>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb; width: 22%;\">\ub2e8\uacc4<\/th>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">\uc791\uc5c5 \ub0b4\uc6a9<\/th>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb; width: 12%;\">\uc18c\uc694<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">1. \ubc1c\uc74c \uad50\uc815<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">TTS\uac00 \uc815\ud655\ud788 \uc77d\ub3c4\ub85d \uc601\ubb38 \uc57d\uc5b4\u00b7\uc22b\uc790\ub97c \ud55c\uae00 \uc74c\ucc28\ub85c \uad50\uc815 (AI \u2192 \uc5d0\uc774\uc544\uc774, F-15 \u2192 \uc5d0\ud504\uc2ed\uc624, 2024\ub144 \u2192 \uc774\ucc9c\uc774\uc2ed\uc0ac\ub144)<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">~2\ubd84<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">2. TTS \ud569\uc131<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uad50\uc815\ud55c \ud14d\uc2a4\ud2b8\ub85c \uc74c\uc131 \uc0dd\uc131<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">~30\ucd08<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">3. STT \uc804\uc0ac<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\ud569\uc131\ub41c \uc74c\uc131\uc744 \ub2e4\uc2dc \ub4e3\uace0 \ub2e8\uc5b4\ubcc4 \uc790\ub9c9\u00b7\ud0c0\uc784\uc2a4\ud0ec\ud504 \ucd94\ucd9c<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">2~3\ubd84<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">4. \uc790\ub3d9 \uac80\uc99d<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uc6d0\ubcf8 \ud14d\uc2a4\ud2b8\uc640 \ub2e8\uc5b4 \ub2e8\uc704 \ub300\uc870\ud574 \uc5b4\uae0b\ub09c \ubd80\ubd84 \uc790\ub3d9 \uc218\uc815<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">~30\ucd08<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: none; line-height: 1.6; vertical-align: top;\">5. \uc218\ub3d9 \uac80\uc218<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: none; line-height: 1.6; vertical-align: top;\">\uc790\ub3d9 \uc218\uc815\uc73c\ub85c \uc7a1\uc9c0 \ubabb\ud55c \uc624\uc778\uc2dd(\uace0\uc720\uba85\uc0ac \ub4f1)\uc744 \uc0ac\ub78c\uc774 \uc9c1\uc811 \ud3b8\uc9d1<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: none; line-height: 1.6; vertical-align: top;\">2~6\ubd84<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\uc790\ub9c9\ub9cc \ub9cc\ub4e4\ub824\uace0 \ud569\uccd0 <strong>7~12\ubd84\uc774 \ub4e4\uc5c8\uace0<\/strong>, \uc808\ubc18 \uc774\uc0c1\uc774 \uc0ac\ub78c\uc774 \ub07c\uc5b4\uc57c \ud558\ub294 \uac80\uc218 \uc2dc\uac04\uc774\uc5c8\uc2b5\ub2c8\ub2e4. \uac8c\ub2e4\uac00 \uac00\ub054 STT\uac00 \ubb34\uc74c \uad6c\uac04\uc5d0\uc11c \ud2b9\uc815 \ubb38\uc790\ub97c \ubb34\ud55c \ubc18\ubcf5\ud558\uac70\ub098, \ubc1c\uc74c \uad50\uc815\ubcf8\uc774 \uc6d0\ubcf8 \uc2a4\ud06c\ub9bd\ud2b8\ub97c \ub36e\uc5b4\uc4f0\ub294 \uc0ac\uace0\ub3c4 \uc885\uc885 \uc788\uc5c8\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub97c \ud65c\uc6a9\ud558\uba74 \uc774 \uacfc\uc815\uc774 \uc5b4\ub5bb\uac8c \ubc14\ub014\uae4c\uc694?<\/p>\n\n\n\n<p>&nbsp;<\/p>\n<!-- After \ud45c (1\ub2e8\uacc4) -->\n\n\n<p style=\"font-size: 14px; color: #222222; margin: 12px 0 8px; font-weight: 600;\"><span style=\"border: 1px solid #222222; padding: 4px 10px; border-radius: 4px; color: #374151; font-size: 13px;\">After<\/span> <span style=\"margin-left: 6px;\">\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \uc790\ub9c9 \uc81c\uc791 \ub2e8\uacc4<\/span><\/p>\n<table style=\"width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 8px 0;\">\n<thead>\n<tr>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb; width: 22%;\">\ub2e8\uacc4<\/th>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">\uc791\uc5c5 \ub0b4\uc6a9<\/th>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb; width: 12%;\">\uc18c\uc694<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; background-color: #fff5ed;\">1. \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \ud638\ucd9c<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: none; line-height: 1.6; vertical-align: top; background-color: #fff5ed;\">\ud14d\uc2a4\ud2b8 \uc785\ub825 \u2192 \uc624\ub514\uc624 + \ub2e8\uc5b4\ubcc4 \uc790\ub9c9\uc744 \ud55c \ubc88\uc5d0 \ubc18\ud658<\/td>\n<td style=\"padding: 12px 16px; color: #fe7e43; border-bottom: none; line-height: 1.6; vertical-align: top; font-weight: bold; background-color: #fff5ed;\">~5\ucd08<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p class=\"post-body wp-block-paragraph\"><strong>\uacb0\ub860\uc801\uc73c\ub85c 5\ub2e8\uacc4\uc758 \uc790\ub9c9 \uc81c\uc791 \uacfc\uc815\uc774 1\ub2e8\uacc4\ub85c \ub05d\ub0a9\ub2c8\ub2e4.<\/strong> STT\ub85c \ub2e4\uc2dc \uc778\uc2dd\ud558\uac70\ub098 \uc624\uc778\uc2dd\uc744 \uac80\uc218\ud560 \uc77c\uc774 \uc5c6\uc5b4, \uc0ac\ub78c\uc774 \uc791\uc5c5\ud574\uc57c \ud558\ub294 \uc2dc\uac04\ub3c4 0\uc774 \ub429\ub2c8\ub2e4.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n<!-- \ubcc0\ud654 2 -->\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 32px 0 16px;\"><span style=\"display: inline-block; background-color: rgba(254,126,67,0.15); color: #fe7e43; padding: 4px 12px; border-radius: 4px; font-size: 13px; font-weight: bold; margin-right: 10px; vertical-align: middle;\">\ubcc0\ud654 2<\/span>\ucc98\ub9ac \uc2dc\uac04: 115\ucd08 \u2192 5\ucd08 (22\ubc30 \ub2e8\ucd95)<\/h3>\n\n\n\n<p class=\"post-body wp-block-paragraph\">159\uc790 \ud55c\uad6d\uc5b4 \ub098\ub808\uc774\uc158\uc744 \ub611\uac19\uc774 \ub450 \ubc29\uc2dd\uc5d0 \ub123\uace0 \uc2dc\uac04\uc744 \uce21\uc815\ud574\ubd24\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n<!-- \uc2dc\uac04 \ube44\uad50 \uac00\ub85c \ub9c9\ub300 \uadf8\ub798\ud504 -->\n\n\n<div style=\"background-color: #ffffff; border: 1px solid #222222; border-radius: 8px; padding: 24px 28px; margin: 16px 0;\">\n<p style=\"font-size: 14px; color: #222222; margin: 0 0 6px; font-weight: 600;\"><span style=\"border: 1px solid #222222; padding: 4px 10px; border-radius: 4px; color: #6b7280;\">Before<\/span> <span style=\"margin-left: 6px;\">\uc77c\ubc18 TTS API + STT<\/span><\/p>\n<div style=\"background-color: #f3f4f6; border-radius: 6px; height: 44px; margin-bottom: 32px; overflow: hidden; max-width: 70%;\">\n<div style=\"background-color: #9ca3af; width: 100%; height: 100%; display: flex; align-items: center; padding: 0 16px; color: white; font-weight: bold; font-size: 15px; justify-content: space-between;\">115.77\ucd08<span style=\"font-size: 13px; opacity: 0.85;\">100%<\/span><\/div>\n<\/div>\n<p style=\"font-size: 14px; color: #222222; margin: 0 0 6px; font-weight: 600;\"><span style=\"border: 1px solid #222222; padding: 4px 10px; border-radius: 4px; color: #6b7280;\">After<\/span> <span style=\"margin-left: 6px;\">\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API<\/span> <span style=\"color: #fe7e43; font-weight: bold; margin-left: 12px;\">\u2192 22\ubc30 \ube60\ub984<\/span><\/p>\n<div style=\"background-color: #f3f4f6; border-radius: 6px; height: 44px; overflow: hidden; max-width: 70%;\">\n<div style=\"background-color: #fe7e43; width: 4.4%; height: 100%; display: flex; align-items: center; padding: 0 16px; color: white; font-weight: bold; font-size: 15px; min-width: 160px; justify-content: space-between;\">5.07\ucd08<span style=\"font-size: 13px; opacity: 0.9;\">4.4%<\/span><\/div>\n<\/div>\n<p style=\"font-size: 12px; color: #6b7280; text-align: right; margin: 14px 0 0;\">(\ud0c0\uc785\uce90\uc2a4\ud2b8 \ucf58\ud150\uce20\ud300 \ub0b4\ubd80 \uce21\uc815, 2026.05)<\/p>\n<\/div>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p class=\"post-body wp-block-paragraph\"><strong>\uacb0\ub860\uc801\uc73c\ub85c \uc790\ub9c9 \ud55c \ud3b8\uc744 5\ucd08\uc5d0 \uc0dd\uc131\ud560 \uc218 \uc788\uc5b4, \uc57d 22\ubc30 \uc0dd\uc0b0\uc131\uc774 \uc62c\ub790\uc2b5\ub2c8\ub2e4.<\/strong> \ub2e8\uacc4\ubcc4\ub85c \uc2dc\uac04\uc744 \ucabc\uac1c\ubcf4\uba74 \ucc28\uc774\uac00 \uc5b4\ub514\uc11c \ub0ac\ub294\uc9c0 \ub354 \uba85\ud655\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n<!-- \uc2dc\uac04 \ube44\uad50 \ud45c -->\n\n\n<table style=\"width: 100%; border-collapse: collapse; font-size: 15px; margin: 8px 0;\">\n<thead>\n<tr>\n<th style=\"background-color: #f9fafb; padding: 14px 16px; text-align: left; border-bottom: 2px solid #e5e7eb;\">\u00a0<\/th>\n<th style=\"background-color: #f9fafb; padding: 14px 16px; text-align: left; border-bottom: 2px solid #e5e7eb;\">\n<div style=\"font-size: 16px; font-weight: bold; color: #374151;\">Before<\/div>\n<div style=\"font-size: 12px; font-weight: 400; color: #6b7280; margin-top: 2px;\">\uc77c\ubc18 TTS + STT<\/div>\n<\/th>\n<th style=\"background-color: #f9fafb; padding: 14px 16px; text-align: left; border-bottom: 2px solid #e5e7eb;\">\n<div style=\"font-size: 16px; font-weight: bold; color: #374151;\">After<\/div>\n<div style=\"font-size: 12px; font-weight: 400; color: #6b7280; margin-top: 2px;\">\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API<\/div>\n<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">API \ud638\ucd9c \uc2dc\uac04<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">4.12\ucd08 (\uc74c\uc131\ub9cc)<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">5.07\ucd08 (\uc74c\uc131 + \uc790\ub9c9)<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">STT \uc2dc\uac04<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">111.65\ucd08<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6;\">\u2014<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #222222; border-bottom: none; line-height: 1.6; font-weight: bold; background-color: #fff5ed;\">\ucd1d \uc18c\uc694 \uc2dc\uac04<\/td>\n<td style=\"padding: 12px 16px; color: #222222; border-bottom: none; line-height: 1.6; font-weight: bold; background-color: #fff5ed;\">115.77\ucd08<\/td>\n<td style=\"padding: 12px 16px; color: #222222; border-bottom: none; line-height: 1.6; font-weight: bold; background-color: #fff5ed;\">5.07\ucd08<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\ubcc0\ud654 1\uc5d0\uc11c \ubcf8 \uac83\ucc98\ub7fc STT \uc778\uc2dd\u00b7\uac80\uc218 \ub2e8\uacc4\uac00 \ud1b5\uc9f8\ub85c \uc0ac\ub77c\uc9c4 \ub355\ubd84\uc774\uc8e0. \uc0ac\ub78c \uac80\uc218 \uc2dc\uac04(2~6\ubd84)\uae4c\uc9c0 \ud3ec\ud568\ud558\ub294 \uc2e4\uc81c \uc6b4\uc601\uc5d0\uc120 \ucc28\uc774\uac00 \ub354 \ud06c\uac8c \ubc8c\uc5b4\uc9d1\ub2c8\ub2e4.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n<!-- \ubcc0\ud654 3 -->\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 32px 0 16px;\"><span style=\"display: inline-block; background-color: rgba(254,126,67,0.15); color: #fe7e43; padding: 4px 12px; border-radius: 4px; font-size: 13px; font-weight: bold; margin-right: 10px; vertical-align: middle;\">\ubcc0\ud654 3<\/span>\uc790\ub9c9 \uc815\ud655\ub3c4: 80.6% \u2192 100%<\/h3>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\uc790\ub9c9\uc740 \ud55c \uae00\uc790\ub9cc \uc5b4\uae0b\ub098\ub3c4 \uc2dc\uccad\uc790 \ub208\uc5d0 \ubc14\ub85c \ub755\ub2c8\ub2e4. \uc815\ud655\ub3c4\uac00 \uacb0\uad6d \uc601\uc0c1 \ud488\uc9c8\uc744 \uc88c\uc6b0\ud55c\ub2e4\ub294 \ub73b\uc774\uc8e0.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\ubb38\uc81c\ub294 \uc790\ub9c9\uc744 \ub9cc\ub4dc\ub294 \ud750\ub984 \uc790\uccb4\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. \uae30\uc874 \ubc29\uc2dd\uc740 TTS\ub85c \ud569\uc131\ud55c \uc74c\uc131\uc744 STT\uc5d0 \ub2e4\uc2dc \ub123\uc5b4 \ub2e8\uc5b4\ub97c \ubc1b\uc544\uc4f0\ub294 \uad6c\uc870\uc778\ub370, \uc774 &#8220;\uc74c\uc131\uc744 \ub2e4\uc2dc \ub4e3\ub294&#8221; \ub2e8\uacc4\uc5d0\uc11c \uc6d0\ubcf8\uacfc \ub2e4\ub974\uac8c \uc778\uc2dd\ub418\ub294 \ub2e8\uc5b4\uac00 \uc0dd\uae30\uac70\ub4e0\uc694.<\/p>\n\n<p>&nbsp;<\/p>\n\n<p class=\"post-body\">\ubc18\uba74 \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub294 \ud569\uc131\uacfc \ub3d9\uc2dc\uc5d0 \ud14d\uc2a4\ud2b8 \uc815\ubcf4\ub97c \uadf8\ub300\ub85c \ub3cc\ub824\uc8fc\uae30 \ub54c\ubb38\uc5d0, <strong>\uc6d0\ubcf8 \ud14d\uc2a4\ud2b8\uac00 \uadf8\ub300\ub85c \uc790\ub9c9\uc5d0 \uc785\ub825\ub429\ub2c8\ub2e4.<\/strong> \uac19\uc740 159\uc790 \ub098\ub808\uc774\uc158\uc73c\ub85c \uce21\uc815\ud574\ubcf8 \uacb0\uacfc, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \uc0ac\uc6a9 \uc2dc, 36\uac1c \ub2e8\uc5b4 \ubaa8\ub450 \uc6d0\ubcf8\uacfc \ub3d9\uc77c\ud55c \uc790\ub9c9\uc774 \uc0dd\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n<!-- \uc624\uc778\uc2dd 6\ud328\ud134 \ud45c -->\n\n\n<table style=\"width: 100%; border-collapse: collapse; font-size: 14px; margin: 8px 0;\">\n<thead>\n<tr>\n<th style=\"background-color: #f9fafb; padding: 10px 12px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb; width: 4%;\">#<\/th>\n<th style=\"background-color: #f9fafb; padding: 10px 12px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb; width: 20%;\">\uc624\uc778\uc2dd \uc720\ud615<\/th>\n<th style=\"background-color: #f9fafb; padding: 10px 12px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">\uc785\ub825<\/th>\n<th style=\"background-color: #fff5ed; padding: 10px 12px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">After \uc790\ub9c9<\/th>\n<th style=\"background-color: #f9fafb; padding: 10px 12px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">Before \uc790\ub9c9<\/th>\n<th style=\"background-color: #f9fafb; padding: 10px 12px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">\uc624\uc778\uc2dd \uc0c1\uc138 \ub0b4\uc6a9<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">1<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uc5b4\ud718 \ubd84\ub9ac<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uac00\ud2b8\ub108\ub294<\/td>\n<td style=\"padding: 10px 12px; color: #222222; background-color: #fff5ed; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uc785\ub825\uac12\uacfc \ub3d9\uc77c \u2705<\/td>\n<td style=\"padding: 10px 12px; color: #222222; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uac19\uc740 + \uc5b8\uc740 \u274c<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\ud55c \ub2e8\uc5b4\uac00 \ub2e4\ub978 \ub450 \ub2e8\uc5b4\ub85c \ucabc\uac1c\uc9d0<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">2<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uc22b\uc790 \ud45c\uae30 \ubcc0\ud615<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">5,000\uc5b5<\/td>\n<td style=\"padding: 10px 12px; color: #222222; background-color: #fff5ed; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uc785\ub825\uac12\uacfc \ub3d9\uc77c \u2705<\/td>\n<td style=\"padding: 10px 12px; color: #222222; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">5\ucc9c\uc5b5 \u274c<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\ucf64\ub9c8 \ud45c\uae30\uac00 \ud55c\uc790\uc5b4 \ud45c\uae30\ub85c \ubcc0\ud615, \uc790\ub9c9 \ud45c\uae30 \uc77c\uad00\uc131 \uae68\uc9d0<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">3<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\ubaa8\ub378\uba85 \ud1a0\ud070 \ubd84\ub9ac<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">F-15<\/td>\n<td style=\"padding: 10px 12px; color: #222222; background-color: #fff5ed; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uc785\ub825\uac12\uacfc \ub3d9\uc77c \u2705<\/td>\n<td style=\"padding: 10px 12px; color: #222222; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">F + -15 \u274c<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uad70\uc6a9 \uc7a5\ube44\u00b7\uae30\uacc4 \ubaa8\ub378\uba85\uc5d0\uc11c \ubc18\ubcf5 \ubc1c\uc0dd<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">4<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uc18c\uc218\uc810 \ud1a0\ud070 \ubd84\ub9ac<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">1.8\ubc30<\/td>\n<td style=\"padding: 10px 12px; color: #222222; background-color: #fff5ed; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uc785\ub825\uac12\uacfc \ub3d9\uc77c \u2705<\/td>\n<td style=\"padding: 10px 12px; color: #222222; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">1 + .8\ubc30 \u274c<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\ubaa8\ub4e0 \uc18c\uc218\uc5d0\uc11c \uc77c\uad00\ub418\uac8c \ubc1c\uc0dd<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">5<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uae30\ud638 \ud1a0\ud070 \ubd84\ub9ac<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">200%<\/td>\n<td style=\"padding: 10px 12px; color: #222222; background-color: #fff5ed; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uc785\ub825\uac12\uacfc \ub3d9\uc77c \u2705<\/td>\n<td style=\"padding: 10px 12px; color: #222222; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">200 + % \u274c<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\ud37c\uc13c\ud2b8\u00b7\ub2ec\ub7ec\u00b7\uc564\ub4dc \uae30\ud638 \ubaa8\ub450 \ubd84\ub9ac\ub428<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: none; line-height: 1.6; vertical-align: top;\">6<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: none; line-height: 1.6; vertical-align: top;\">\uad6c\ub450\uc810 \uc190\uc2e4<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: none; line-height: 1.6; vertical-align: top;\">\ud22c\uc790\ud588\uace0,<\/td>\n<td style=\"padding: 10px 12px; color: #222222; background-color: #fff5ed; border-bottom: none; line-height: 1.6; vertical-align: top;\">\uc785\ub825\uac12\uacfc \ub3d9\uc77c \u2705<\/td>\n<td style=\"padding: 10px 12px; color: #222222; border-bottom: none; line-height: 1.6; vertical-align: top;\">\ud22c\uc790\ud588\uace0 \u274c<\/td>\n<td style=\"padding: 10px 12px; color: #454545; border-bottom: none; line-height: 1.6; vertical-align: top;\">\uc790\ub9c9 \uc904\ubc14\uafc8\uc5d0 \uc601\ud5a5, \uc808 \uad6c\ubd84\uc790 \ub204\ub77d<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<p>&nbsp;<\/p>\n\n\n\n<p class=\"post-body wp-block-paragraph\">\uc5ec\uc12f \ud56d\ubaa9\uc758 \uc6d0\uc778\uc740 \ubaa8\ub450 <strong>\uc774\ubbf8 \uc2dc\uc2a4\ud15c\uc774 \uc54c\uace0 \uc788\ub294 \uc815\ubcf4\ub97c \uc74c\uc131\uc73c\ub85c \ubc14\uafe8\ub2e4\uac00 \ub2e4\uc2dc \ud14d\uc2a4\ud2b8\ub85c \uc778\uc2dd\ud558\uba74\uc11c \uc0dd\uae30\ub294 \uc190\uc2e4\uc785\ub2c8\ub2e4.<\/strong> \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub294 \ud569\uc131 \uc2dc\uc810\uc5d0 \uc5b4\ub5a4 \ub2e8\uc5b4\uac00 \uba87 \ucd08\uc5d0 \ubc1c\ud654\ub420\uc9c0 \uc2dc\uc2a4\ud15c\uc774 \uc774\ubbf8 \uac00\uc9c0\uace0 \uc788\ub294 \uc815\ubcf4\ub97c \uadf8\ub300\ub85c \ub3cc\ub824\uc8fc\uae30 \ub54c\ubb38\uc5d0 \uc774\ub7f0 \uc190\uc2e4\uc774 \uc6d0\ucc9c\uc801\uc73c\ub85c \ubc1c\uc0dd\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<p>&nbsp;<\/p>\n<!-- \ud1b5\ud569 CTA \uce74\ub4dc -->\n\n\n<div style=\"background-color: #ffffff; border-radius: 20px; padding: 48px 40px; margin: 16px 0 24px; border: 1px solid #e5e7eb;\">\n<h2 style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin: 0 0 20px; text-align: center;\">\uc6b0\uc120 \uc9c1\uc811 \ud14c\uc2a4\ud2b8\ud574\ubcf4\uc138\uc694, \ubb34\ub8cc\ub85c\uc694<\/h2>\n<p style=\"font-size: 15px; color: #454545; margin: 0 0 28px; text-align: center; line-height: 1.8;\">\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \uc790\ub9c9 \uc791\uc5c5\uc744 \ud6a8\uc728\ud654\ud574\ubcf4\uc138\uc694.<br \/>\uc774\ubbf8 \ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub97c \uc0ac\uc6a9\ud558\ub294 \uace0\uac1d\uc774\ub77c\uba74 \uc5d4\ub4dc\ud3ec\uc778\ud2b8\ub9cc \ubc14\uafb8\uba74 \ub429\ub2c8\ub2e4.<\/p>\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin: 0 0 28px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code><span style=\"color: #888888;\"># \uae30\uc874 \u2014 \uc74c\uc131\ub9cc \ubc1b\uc74c<\/span>\nPOST \/v1\/text-to-speech                    <span style=\"color: #888888;\">\u2192 \ubc14\uc774\ub108\ub9ac \uc624\ub514\uc624<\/span>\n\n<span style=\"color: #888888;\"># \uc2e0\uaddc \u2014 \uc74c\uc131 + \ub2e8\uc5b4\ubcc4 \ud0c0\uc784\uc2a4\ud0ec\ud504<\/span>\nPOST \/v1\/text-to-speech<span style=\"color: #fe7e43; font-weight: bold;\">\/with-timestamps<\/span>    <span style=\"color: #888888;\">\u2192 JSON (audio + words + characters)<\/span><\/code><\/pre>\n<p style=\"font-size: 15px; margin: 0 0 20px; font-weight: 400; color: #666666; line-height: 1.9em; text-align: center;\">\uce74\ub4dc \ub4f1\ub85d \uc5c6\uc774 <strong>\uc6d4 30,000 \ud06c\ub808\ub527<\/strong>\uc73c\ub85c \uc2dc\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p style=\"text-align: center; margin: 0;\"><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; margin-right: 8px;\" href=\"https:\/\/typecast.ai\/developers\/api\">API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a> <a style=\"display: inline-block; background-color: #ffffff; color: #fe7e43; padding: 10px 26px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none; border: 2px solid #fe7e43;\" href=\"https:\/\/typecast.ai\/docs\/ko\/api-reference\/text-to-speech\/text-to-speech-with-timestamps\">\ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \ubb38\uc11c \ubcf4\uae30 \u2192<\/a><\/p>\n<\/div>\n\n\n\n<p>&nbsp;<\/p>\n<!-- FAQ -->\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 32px 0 16px;\">FAQ. \uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38<\/h3>\n<!-- FAQ \uc544\ucf54\ub514\uc5b8 -->\n\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \uc5b4\ub5a4 \ubaa8\ub378\u00b7\uc5b8\uc5b4\uc5d0\uc11c \ub3d9\uc791\ud558\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">ssfm 3.0\uacfc ssfm 2.1 \ubaa8\ub378 \ubaa8\ub450 \ud0c0\uc784\uc2a4\ud0ec\ud504\ub97c \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uc77c\ubcf8\uc5b4\u00b7\uc911\uad6d\uc5b4\ucc98\ub7fc \ub744\uc5b4\uc4f0\uae30\uac00 \uc5c6\ub294 \uc5b8\uc5b4\ub294 \ucffc\ub9ac \ud30c\ub77c\ubbf8\ud130 <code>granularity<\/code>\ub97c <code>char<\/code>\ub85c \uc9c0\uc815\ud574 \ubb38\uc790 \ub2e8\uc704 \ud0c0\uc784\uc2a4\ud0ec\ud504\ub97c \ubc1b\uc73c\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \ub2e8\uc5b4 \ub2e8\uc704 \uc678\uc5d0 \ubb38\uc790 \ub2e8\uc704 \ud0c0\uc784\uc2a4\ud0ec\ud504\ub3c4 \ubc1b\uc744 \uc218 \uc788\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ub124, <code>granularity<\/code> \ud30c\ub77c\ubbf8\ud130\ub85c <code>word<\/code>(\ub2e8\uc5b4\ubcc4)\uc774\ub098 <code>char<\/code>(\ubb38\uc790\ubcc4)\ub97c \uc120\ud0dd\ud560 \uc218 \uc788\uace0, \uc0dd\ub7b5\ud558\uba74 \ub458 \ub2e4 \ud568\uaed8 \ub3cc\ub824\uc90d\ub2c8\ub2e4. \ud55c\uad6d\uc5b4\u00b7\uc601\uc5b4 \uc790\ub9c9\uc5d0\ub294 \ub2e8\uc5b4 \ub2e8\uc704\uac00 \uc77c\ubc18\uc801\uc774\uace0, \uc77c\ubcf8\uc5b4\u00b7\uc911\uad6d\uc5b4\ucc98\ub7fc \ub744\uc5b4\uc4f0\uae30\uac00 \uc5c6\ub294 \uc5b8\uc5b4\ub098 \ud55c \uae00\uc790\uc529 \ub4f1\uc7a5\ud558\ub294 \uc790\ub9c9 \ud6a8\uacfc(\ud0c0\uc774\ud551 \uc560\ub2c8\uba54\uc774\uc158 \ub4f1)\uc5d0\ub294 \ubb38\uc790 \ub2e8\uc704\uac00 \uc801\ud569\ud569\ub2c8\ub2e4.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. SRT\u00b7VTT \uc790\ub9c9 \ud30c\uc77c\ub85c \ubc14\ub85c \ucd9c\ub825\ub418\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">API \uc790\uccb4\ub294 \ub2e8\uc5b4\/\ubb38\uc790 \ub2e8\uc704 start\u00b7end\ub9cc JSON\uc73c\ub85c \ub3cc\ub824\uc90d\ub2c8\ub2e4. SRT\u00b7VTT \ubcc0\ud658\uc740 \uc751\ub2f5\uc758 <code>words<\/code> \ubc30\uc5f4\uc744 \uc0ac\uc6a9\uc790 \ucf54\ub4dc\uc5d0\uc11c \ucc98\ub9ac\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \uc77c\ubc18 TTS API\uc640 \ube44\uc6a9 \ucc28\uc774\uac00 \uc788\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ud06c\ub808\ub527\uc740 \uae00\uc790 \uc218 \uae30\uc900\uc73c\ub85c \ucc28\uac10\ub418\uba70 \ub450 \uc5d4\ub4dc\ud3ec\uc778\ud2b8 \ubaa8\ub450 \ub3d9\uc77c\ud558\uac8c \uc801\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub294 \uc5b4\ub5a4 \uc791\uc5c5\uc5d0 \uc798 \uc5b4\uc6b8\ub9ac\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\uc601\uc0c1 \uc790\ub9c9\u00b7\ucea1\uc158 \uc790\ub3d9\ud654, \ub178\ub798\ubc29 \uac00\uc0ac \ub3d9\uae30\ud654(Karaoke), e-book\uc758 \ub2e8\uc5b4\ubcc4 \uc74c\uc131 \uc77d\uae30, \ud559\uc2b5 \ucf58\ud150\uce20\uc758 \ubc1c\uc74c \ud559\uc2b5, \uccad\uac01\uc7a5\uc560\uc778\uc6a9 \uc811\uadfc\uc131 \uc790\ub9c9 \ub4f1 \uc74c\uc131\uacfc \ud14d\uc2a4\ud2b8\uc758 \uc815\ud655\ud55c \ud0c0\uc774\ubc0d \ub9e4\uce6d\uc774 \ud544\uc694\ud55c \uc791\uc5c5\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4. \ubc18\ub300\ub85c \uc790\ub9c9\uc774 \ud544\uc694 \uc5c6\ub294 \ub2e8\uc21c \uc74c\uc131 \ucd9c\ub825(\ucc57\ubd07 \uc751\ub2f5, \uc54c\ub9bc \uc74c\uc131 \ub4f1)\uc5d0\ub294 \uc77c\ubc18 TTS API\uac00 \ub354 \uac00\ubccd\uc2b5\ub2c8\ub2e4.<\/p>\n<\/details>\n<p>&nbsp;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eed580c e-flex e-con-boxed e-con e-parent\" data-id=\"eed580c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<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\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, &#8216;\uc0c1\ud604&#8217; \ubaa9\uc18c\ub9ac\ub85c \ub4e4\uc5b4\ubcf4\uc138\uc694. \uc790\uc5f0\uc2a4\ub7ec\uc6cc\uc11c \ub180\ub77c\uc2e4 \uac78\uc694. \uc18d\ub3c4 1x \uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \uc81c\uac00 \uc9c1\uc811 \ud574\ubd24\uc5b4\uc694! (with \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API) \ube14\ub85c\uadf8 \uae00, \uc20f\ud3fc \uc601\uc0c1, \uad11\uace0 \uce74\ud53c\uae4c\uc9c0. \ucf58\ud150\uce20 \uc81c\uc791\uc740 \uc774\uc81c \ub300\ubd80\ubd84 \uc790\ub3d9\ud654\ub85c \ub9cc\ub4e4\uc5b4\uc9d1\ub2c8\ub2e4. \ud2b9\ud788 \uc601\uc0c1 \ucabd\uc740 n8n\ub9cc \uac80\uc0c9\ud574\ub3c4 \uc601\uc0c1 \uc790\ub3d9\ud654 \ud29c\ud1a0\ub9ac\uc5bc\uc774 \uc218\ubc31 \uac1c \ub098\uc62c \uc815\ub3c4\uc8e0. \uadf8\ub7f0\ub370 \ub9c9\uc0c1 \ud30c\uc774\ud504\ub77c\uc778\uc744 \uc9c1\uc811 \uc6b4\uc601\ud574\ubcf4\uba74, \uac00\uc7a5 \uc624\ub798 \uac78\ub9ac\ub294 &#8230; <a title=\"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4\" class=\"read-more\" href=\"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/\" aria-label=\"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4\uc5d0 \ub300\ud574 \ub354 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uc138\uc694\">\ub354 \uc77d\uae30<\/a><\/p>\n","protected":false},"author":24,"featured_media":5278,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[5,356,40],"tags":[48,35,80,372,371,376,38,161,119,341,379,378,377,77,33],"class_list":["post-5165","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aitrend","category-api","category-b2bbusiness","tag-ai","tag-claude","tag-skill","tag-timestamptts","tag-tts","tag-tts-api","tag-ttsapi","tag-341","tag-379","tag-378","tag-377","tag-77","tag-33"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4 | \ud0c0\uc785\uce90\uc2a4\ud2b8<\/title>\n<meta name=\"description\" content=\"\uc601\uc0c1 \uc790\ub9c9 \uc791\uc5c5\uc5d0 \ub9e4\ubc88 7~12\ubd84 \ube60\uc9c0\uc168\ub2e4\uba74. TTS\uc640 STT\ub97c \ub530\ub85c \ub3cc\ub9ac\ub358 \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub97c \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \ud55c \ubc88 \ud638\ucd9c\ub85c \ub05d\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud0c0\uc785\uce90\uc2a4\ud2b8 \ucf58\ud150\uce20\ud300\uc774 \uc9c1\uc811 \uce21\uc815\ud55c \uacb0\uacfc, \uc790\ub9c9 \uc0dd\uc131 22\ubc30 \ub2e8\ucd95\u00b7\uc815\ud655\ub3c4 100% \ub2ec\uc131. \uae30\ub2a5 \ube44\uad50\ubd80\ud130 \uc2e4\uce21\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\/timestamp-tts-api-subtitle-automation\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4 | \ud0c0\uc785\uce90\uc2a4\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc601\uc0c1 \uc790\ub9c9 \uc791\uc5c5\uc5d0 \ub9e4\ubc88 7~12\ubd84 \ube60\uc9c0\uc168\ub2e4\uba74. TTS\uc640 STT\ub97c \ub530\ub85c \ub3cc\ub9ac\ub358 \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub97c \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \ud55c \ubc88 \ud638\ucd9c\ub85c \ub05d\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud0c0\uc785\uce90\uc2a4\ud2b8 \ucf58\ud150\uce20\ud300\uc774 \uc9c1\uc811 \uce21\uc815\ud55c \uacb0\uacfc, \uc790\ub9c9 \uc0dd\uc131 22\ubc30 \ub2e8\ucd95\u00b7\uc815\ud655\ub3c4 100% \ub2ec\uc131. \uae30\ub2a5 \ube44\uad50\ubd80\ud130 \uc2e4\uce21\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/\" \/>\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-05-22T08:26:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-22T08:29:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382811-1.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=\"11\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/\"},\"author\":{\"name\":\"Heeju Choi\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\"},\"headline\":\"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4\",\"datePublished\":\"2026-05-22T08:26:46+00:00\",\"dateModified\":\"2026-05-22T08:29:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/\"},\"wordCount\":170,\"image\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Frame-2086382811-1.png\",\"keywords\":[\"ai\ub354\ube59\",\"ai\ubcf4\uc774\uc2a4\",\"ai\uc74c\uc131\",\"claude\",\"skill\",\"timestamptts\",\"tts\",\"tts api\",\"TTSAPI\",\"\ub9c8\ucf00\ud305\",\"\uc601\uc0c1\uc81c\uc791\",\"\uc790\ub9c9\uc790\ub3d9\",\"\uc790\ub9c9\uc790\ub3d9\ud654\",\"\ucf58\ud150\uce20\ub9c8\ucf00\ud305\",\"\ud0c0\uc785\uce90\uc2a4\ud2b8\"],\"articleSection\":[\"AI \ud2b8\ub80c\ub4dc\",\"API\",\"\ube44\uc988\ub2c8\uc2a4\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/\",\"name\":\"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4 | \ud0c0\uc785\uce90\uc2a4\ud2b8\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Frame-2086382811-1.png\",\"datePublished\":\"2026-05-22T08:26:46+00:00\",\"dateModified\":\"2026-05-22T08:29:58+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\"},\"description\":\"\uc601\uc0c1 \uc790\ub9c9 \uc791\uc5c5\uc5d0 \ub9e4\ubc88 7~12\ubd84 \ube60\uc9c0\uc168\ub2e4\uba74. TTS\uc640 STT\ub97c \ub530\ub85c \ub3cc\ub9ac\ub358 \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub97c \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \ud55c \ubc88 \ud638\ucd9c\ub85c \ub05d\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud0c0\uc785\uce90\uc2a4\ud2b8 \ucf58\ud150\uce20\ud300\uc774 \uc9c1\uc811 \uce21\uc815\ud55c \uacb0\uacfc, \uc790\ub9c9 \uc0dd\uc131 22\ubc30 \ub2e8\ucd95\u00b7\uc815\ud655\ub3c4 100% \ub2ec\uc131. \uae30\ub2a5 \ube44\uad50\ubd80\ud130 \uc2e4\uce21\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Frame-2086382811-1.png\",\"contentUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Frame-2086382811-1.png\",\"width\":1200,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/timestamp-tts-api-subtitle-automation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4\"}]},{\"@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":"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4 | \ud0c0\uc785\uce90\uc2a4\ud2b8","description":"\uc601\uc0c1 \uc790\ub9c9 \uc791\uc5c5\uc5d0 \ub9e4\ubc88 7~12\ubd84 \ube60\uc9c0\uc168\ub2e4\uba74. TTS\uc640 STT\ub97c \ub530\ub85c \ub3cc\ub9ac\ub358 \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub97c \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \ud55c \ubc88 \ud638\ucd9c\ub85c \ub05d\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud0c0\uc785\uce90\uc2a4\ud2b8 \ucf58\ud150\uce20\ud300\uc774 \uc9c1\uc811 \uce21\uc815\ud55c \uacb0\uacfc, \uc790\ub9c9 \uc0dd\uc131 22\ubc30 \ub2e8\ucd95\u00b7\uc815\ud655\ub3c4 100% \ub2ec\uc131. \uae30\ub2a5 \ube44\uad50\ubd80\ud130 \uc2e4\uce21\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\/timestamp-tts-api-subtitle-automation\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4 | \ud0c0\uc785\uce90\uc2a4\ud2b8","og_description":"\uc601\uc0c1 \uc790\ub9c9 \uc791\uc5c5\uc5d0 \ub9e4\ubc88 7~12\ubd84 \ube60\uc9c0\uc168\ub2e4\uba74. TTS\uc640 STT\ub97c \ub530\ub85c \ub3cc\ub9ac\ub358 \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub97c \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \ud55c \ubc88 \ud638\ucd9c\ub85c \ub05d\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud0c0\uc785\uce90\uc2a4\ud2b8 \ucf58\ud150\uce20\ud300\uc774 \uc9c1\uc811 \uce21\uc815\ud55c \uacb0\uacfc, \uc790\ub9c9 \uc0dd\uc131 22\ubc30 \ub2e8\ucd95\u00b7\uc815\ud655\ub3c4 100% \ub2ec\uc131. \uae30\ub2a5 \ube44\uad50\ubd80\ud130 \uc2e4\uce21\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","og_url":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/","og_site_name":"\ud0c0\uc785\uce90\uc2a4\ud2b8","article_publisher":"https:\/\/www.facebook.com\/neospaienceai\/","article_published_time":"2026-05-22T08:26:46+00:00","article_modified_time":"2026-05-22T08:29:58+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382811-1.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":"11\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/#article","isPartOf":{"@id":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/"},"author":{"name":"Heeju Choi","@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b"},"headline":"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4","datePublished":"2026-05-22T08:26:46+00:00","dateModified":"2026-05-22T08:29:58+00:00","mainEntityOfPage":{"@id":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/"},"wordCount":170,"image":{"@id":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/#primaryimage"},"thumbnailUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382811-1.png","keywords":["ai\ub354\ube59","ai\ubcf4\uc774\uc2a4","ai\uc74c\uc131","claude","skill","timestamptts","tts","tts api","TTSAPI","\ub9c8\ucf00\ud305","\uc601\uc0c1\uc81c\uc791","\uc790\ub9c9\uc790\ub3d9","\uc790\ub9c9\uc790\ub3d9\ud654","\ucf58\ud150\uce20\ub9c8\ucf00\ud305","\ud0c0\uc785\uce90\uc2a4\ud2b8"],"articleSection":["AI \ud2b8\ub80c\ub4dc","API","\ube44\uc988\ub2c8\uc2a4"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/","url":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/","name":"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4 | \ud0c0\uc785\uce90\uc2a4\ud2b8","isPartOf":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/#primaryimage"},"image":{"@id":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/#primaryimage"},"thumbnailUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382811-1.png","datePublished":"2026-05-22T08:26:46+00:00","dateModified":"2026-05-22T08:29:58+00:00","author":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b"},"description":"\uc601\uc0c1 \uc790\ub9c9 \uc791\uc5c5\uc5d0 \ub9e4\ubc88 7~12\ubd84 \ube60\uc9c0\uc168\ub2e4\uba74. TTS\uc640 STT\ub97c \ub530\ub85c \ub3cc\ub9ac\ub358 \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub97c \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API \ud55c \ubc88 \ud638\ucd9c\ub85c \ub05d\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud0c0\uc785\uce90\uc2a4\ud2b8 \ucf58\ud150\uce20\ud300\uc774 \uc9c1\uc811 \uce21\uc815\ud55c \uacb0\uacfc, \uc790\ub9c9 \uc0dd\uc131 22\ubc30 \ub2e8\ucd95\u00b7\uc815\ud655\ub3c4 100% \ub2ec\uc131. \uae30\ub2a5 \ube44\uad50\ubd80\ud130 \uc2e4\uce21\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/#primaryimage","url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382811-1.png","contentUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382811-1.png","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/typecast.ai\/kr\/learn\/timestamp-tts-api-subtitle-automation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/typecast.ai\/kr\/learn\/"},{"@type":"ListItem","position":2,"name":"\uc601\uc0c1 \uc790\ub9c9 \uc790\ub3d9\ud654, \ud0c0\uc784\uc2a4\ud0ec\ud504 TTS API\ub85c \ub05d\ub0c8\uc2b5\ub2c8\ub2e4"}]},{"@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\/5165","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=5165"}],"version-history":[{"count":71,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5165\/revisions"}],"predecessor-version":[{"id":5283,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5165\/revisions\/5283"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media\/5278"}],"wp:attachment":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media?parent=5165"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/categories?post=5165"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/tags?post=5165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}