{"id":5569,"date":"2026-07-02T14:27:18","date_gmt":"2026-07-02T05:27:18","guid":{"rendered":"https:\/\/typecast.ai\/kr\/learn\/?p=5569"},"modified":"2026-07-03T13:37:24","modified_gmt":"2026-07-03T04:37:24","slug":"typecast-cli","status":"publish","type":"post","link":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/","title":{"rendered":"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"5569\" class=\"elementor elementor-5569\" 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, \uc0ac\ub78c\ucc98\ub7fc \uc790\uc5f0\uc2a4\ub7ec\uc6b4<span style=\"color:#f97316;\"> '\uc11c\ud604' <\/span>\ubaa9\uc18c\ub9ac\ub85c \uc77d\uc5b4\ub4dc\ub824\uc694<\/span>\r\n  <div class=\"typecast-controls\">\r\n    <button class=\"typecast-speed\" onclick=\"changeSpeed(this)\">\uc18d\ub3c4 1x<\/button>\r\n  <\/div>\r\n  <audio src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/07\/20260702_\uc1fc\uce20_\ub098\ub808\uc774\uc158_\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>\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\/typecast-cli\/#blogposting\",\r\n      \"headline\": \"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\",\r\n      \"description\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\ub85c \uc1fc\uce20 \ub098\ub808\uc774\uc158\uc744 \uc790\ub3d9\ud654\ud558\ub294 \ubc95. cast \uba85\ub839\uc5b4 \ud55c \uc904\ub85c \uc74c\uc131\u00b7\uc790\ub9c9\uc744 \ub9cc\ub4e4\uace0, n8n\u00b7AI \uc5d0\uc774\uc804\ud2b8 \uc790\ub3d9\ud654\uc5d0 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\",\r\n      \"url\": \"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/\",\r\n      \"mainEntityOfPage\": { \"@type\": \"WebPage\", \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/\" },\r\n      \"inLanguage\": \"ko\",\r\n      \"datePublished\": \"2026-07-02\",\r\n      \"dateModified\": \"2026-07-02\",\r\n      \"image\": \"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382859.png\",\r\n      \"speakable\": {\r\n        \"@type\": \"SpeakableSpecification\",\r\n        \"cssSelector\": [\".answer-first-def\", \".faq\"]\r\n      },\r\n      \"author\": {\r\n        \"@type\": \"Person\",\r\n        \"name\": \"Heeju Choi\",\r\n        \"jobTitle\": \"B2B \ub9c8\ucf00\ud130\",\r\n        \"worksFor\": {\r\n          \"@type\": \"Organization\",\r\n          \"name\": \"Neosapience Inc.\",\r\n          \"url\": \"https:\/\/typecast.ai\"\r\n        },\r\n        \"sameAs\": \"https:\/\/kr.linkedin.com\/company\/typecastkorea\"\r\n      },\r\n      \"publisher\": {\r\n        \"@type\": \"Organization\",\r\n        \"name\": \"Neosapience Inc.\",\r\n        \"alternateName\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8\",\r\n        \"url\": \"https:\/\/typecast.ai\/kr\",\r\n        \"logo\": {\r\n          \"@type\": \"ImageObject\",\r\n          \"url\": \"https:\/\/typecast.ai\/_ipx\/_\/image\/logo\/tc_logo.webp\"\r\n        }\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"FAQPage\",\r\n      \"@id\": \"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/#faqpage\",\r\n      \"mainEntity\": [\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"\ucf54\ub529\uc744 \ubab0\ub77c\ub3c4 \uc4f8 \uc218 \uc788\ub098\uc694?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"\ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub294 \ubab0\ub77c\ub3c4 \ub429\ub2c8\ub2e4. \ucc98\uc74c\uc5d0 \ud55c \ubc88 \uc124\uce58\ud558\uace0 API \ud0a4\ub97c \uc5f0\uacb0\ud574\ub450\uba74, \uadf8\ub2e4\uc74c\ubd80\ud130\ub294 \ud130\ubbf8\ub110\uc5d0 cast \\\"\ud14d\uc2a4\ud2b8\\\" --out \ud30c\uc77c\uba85.wav \ud615\ud0dc\ub85c \uc785\ub825\ud558\uae30\ub9cc \ud558\uba74 \uc74c\uc131\uc774 \ub098\uc635\ub2c8\ub2e4. \uc790\uc8fc \uc4f0\ub294 \uc124\uc815\uc740 cast config set\uc73c\ub85c \uc800\uc7a5\ud574\ub450\uba74 \uba85\ub839\uc774 \ub354 \uc9e7\uc544\uc9d1\ub2c8\ub2e4.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"API\u00b7SDK\ub791 \ubb50\uac00 \ub2e4\ub978\uac00\uc694?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"API\u00b7SDK\ub294 \uc74c\uc131 \uae30\ub2a5\uc744 \uc9c1\uc811 \ub9cc\ub4e4\uc5b4 \uc4f0\ub294 \uc7ac\ub8cc\uc5d0 \uac00\uae5d\uc2b5\ub2c8\ub2e4. \ud658\uacbd\uc744 \uac16\ucd94\uace0 \ucf54\ub4dc\ub97c \uc791\uc131\ud574 \ud638\ucd9c\ubd80\ud130 \uc800\uc7a5\uae4c\uc9c0 \uc9c1\uc811 \ud1b5\uc81c\ud558\uc8e0. CLI\ub294 \uadf8 \uacfc\uc815\uc744 \ubbf8\ub9ac \ubb36\uc5b4\ub454 \uc644\uc131\ud615 \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc790\ud310\uae30\uc5d0 \uba85\ub839\uc5b4\ub97c \ub123\uace0 \ubc84\ud2bc\ub9cc \ub204\ub974\uba74 \uc644\uc131\ud488(\uc74c\uc131 \ud30c\uc77c)\uc774 \ub098\uc624\ub294 \uac83\ucc98\ub7fc, \ub9cc\ub4e4 \uac83 \uc5c6\uc774 \uc2e4\ud589\ub9cc \ud558\uba74 \ub429\ub2c8\ub2e4. \uc548\uc5d0\uc11c\ub294 CLI\uac00 \uac19\uc740 \ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub97c \ud638\ucd9c\ud569\ub2c8\ub2e4.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8 Claude \uc2a4\ud0ac\uc774\ub791 \uac19\uc740 \uac74\uac00\uc694?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"\ub2e4\ub985\ub2c8\ub2e4. \uc2a4\ud0ac\uc740 AI \uc5d0\uc774\uc804\ud2b8\uc5d0\uac8c \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc0ac\uc6a9\ubc95\uc744 \uc54c\ub824\uc8fc\ub294 \uc9c0\uc2dd \ud328\ud0a4\uc9c0\uc774\uace0, CLI\ub294 \uc74c\uc131\uc744 \uc2e4\uc81c\ub85c \ub9cc\ub4e4\uc5b4\ub0b4\ub294 \uc2e4\ud589 \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc2a4\ud0ac\uc774 \ubb34\uc5c7\uc744 \ud560\uc9c0\ub97c \uc548\ub0b4\ud55c\ub2e4\uba74, CLI\ub294 \uadf8\uac78 \uc2e4\uc218 \uc5c6\uc774 \uc2e4\ud589\ud558\ub294 \uc5ed\ud560\uc774\ub77c \ud568\uaed8 \uc4f8 \ub54c \uac00\uc7a5 \uc798 \ub9de\uc2b5\ub2c8\ub2e4.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"\ud55c \ubc88\uc5d0 \ub300\ub7c9\uc758 \uc74c\uc131\uc744 \ubcc0\ud658\ud558\ub294 \uac83\ub3c4 \uac00\ub2a5\ud55c\uac00\uc694?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"\ub124. cast config set\uc73c\ub85c \uae30\ubcf8 \uc124\uc815\uc744 \uace0\uc815\ud574\ub450\uba74 \ub9e4\ubc88 \uc635\uc158\uc744 \uc9c0\uc815\ud560 \ud544\uc694\uac00 \uc5c6\uace0, \uac19\uc740 \uba85\ub839 \uaddc\uce59\uc744 \uc5ec\ub7ec \ud14d\uc2a4\ud2b8\uc5d0 \uc801\uc6a9\ud574 \uc74c\uc131\uc744 \uc787\ub530\ub77c \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc790\ub9c9(SRT\u00b7VTT)\ub3c4 \ud568\uaed8 \ubc1b\uc744 \uc218 \uc788\uc5b4 \uc1fc\uce20\u00b7\uc624\ub514\uc624\ubd81\ucc98\ub7fc \uc591\uc774 \ub9ce\uc740 \uc791\uc5c5\uc5d0 \ub9de\uc2b5\ub2c8\ub2e4.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub294 \ubb50\uac00 \uc88b\uc740\uac00\uc694?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 MRR \uae30\uc900 \uad6d\ub0b4 1\uc704 \uc74c\uc131\u00b7\uc601\uc0c1 \uc0dd\uc131 AI \uae30\uc5c5\uc785\ub2c8\ub2e4. \ud575\uc2ec \uac15\uc810\uc740 \uc138 \uac00\uc9c0\uc785\ub2c8\ub2e4. \u2460 \uc790\uc5f0\uc2a4\ub7ec\uc6c0 \u2014 \uc804\ubb38 \uc131\uc6b0 \ub179\uc74c\uacfc \ud14d\uc2a4\ud2b8 \ub9e5\ub77d\uc744 \uc77d\ub294 Smart Emotion\uc774 \uacb0\ud569\ub3fc \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \uac10\uc815 \ud45c\ud604\uc744 \ub0c5\ub2c8\ub2e4. \u2461 \ub2e4\uc591\uc131 \u2014 API \uae30\uc900 500\uac1c \uc774\uc0c1\uc758 AI \ubaa9\uc18c\ub9ac\uc640 37\uac1c \uc5b8\uc5b4\ub97c \uac19\uc740 API\ub85c \ud638\ucd9c\ud574 \uae00\ub85c\ubc8c \uc11c\ube44\uc2a4\ub85c \uadf8\ub300\ub85c \ud655\uc7a5\ub429\ub2c8\ub2e4. \u2462 \uc548\uc815\uc131 \u2014 \uc218\ub9cc \uba85\uc774 \ub3d9\uc2dc \uc811\uc18d\ud558\ub294 \ub77c\uc774\ube0c \ud658\uacbd\uc5d0\uc11c\ub3c4 \ub808\uc774\ud134\uc2dc \uc5c6\uc774 \ub3d9\uc791\ud558\ub294 \uac8c \uac80\uc99d\ub410\uc2b5\ub2c8\ub2e4.\"\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f9254ed elementor-widget elementor-widget-text-editor\" data-id=\"5f9254ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\n<p class=\"post-body wp-block-paragraph\">\uc694\uc998 \uc1fc\uce20\uc640 \ub9b4\uc2a4, \uc0ac\ub78c\uc774 \ud558\ub098\ud558\ub098 \ub9cc\ub4e4\uc9c0 \uc54a\uc8e0. \uc8fc\uc81c\ub9cc \uc815\ud558\uba74 \ub300\ubcf8\uc740 AI\uac00 \uc4f0\uace0, <strong>\uc790\ub9c9\u00b7\ud3b8\uc9d1\u00b7\uc5c5\ub85c\ub4dc\uae4c\uc9c0 \uc790\ub3d9\uc73c\ub85c \ub3c4\ub294 \ucc44\ub110<\/strong>\uc774 \ubd80\uca4d \ub298\uc5c8\uc5b4\uc694.<\/p>\n\n<p>\u00a0<\/p>\n\n<p class=\"post-body wp-block-paragraph\">\uc774 \ud750\ub984\uc5d0\uc11c \ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub85c \uc1fc\uce20\u00b7\ub9b4\uc2a4 \ub098\ub808\uc774\uc158\uae4c\uc9c0 \uc790\ub3d9\ud654\ud558\ub294 \ubd84\ub4e4\uc774 \ub9ce\uc740\ub370\uc694. \uc774\uc81c <strong>\ud0c0\uc785\uce90\uc2a4\ud2b8\ub3c4 CLI\ub97c \uacf5\uc2dd\uc73c\ub85c \uc9c0\uc6d0\ud569\ub2c8\ub2e4.<\/strong> \uc124\uce58\ud558\uba74 <code>cast<\/code>\ub77c\ub294 \uba85\ub839\uc5b4 \ud558\ub098\ub85c \ub098\ub808\uc774\uc158 \uc74c\uc131\uc744 \uc790\ub3d9\uc73c\ub85c \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694.<\/p>\n\n<p>\u00a0<\/p>\n\n<p class=\"post-body wp-block-paragraph\">\uc624\ub298\uc740 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\ub85c \uc1fc\uce20 \ub098\ub808\uc774\uc158\uc744 \uc790\ub3d9\ud654\ud558\ub294 \ubc95\uc744, \uc124\uce58\ubd80\ud130 \ub300\ub7c9 \uc0dd\uc0b0\uae4c\uc9c0 \uc815\ub9ac\ud588\uc5b4\uc694.<\/p>\n\n<p>\u00a0<\/p>\n\n<div class=\"callout-box\">\n<p class=\"callout-title\">\uc774\ub7f0 \ubd84\ub4e4\uc5d0\uac8c \ucd94\ucc9c\ub4dc\ub9bd\ub2c8\ub2e4<\/p>\n<p>\u2705 \uc1fc\uce20\u00b7\uc624\ub514\uc624\ubd81 \ub4f1 \uc74c\uc131 \ucf58\ud150\uce20\ub97c <strong>\ub300\ub7c9\uc73c\ub85c \ub9cc\ub4dc\ub294 \uc81c\uc791\uc790<\/strong><\/p>\n<p>\u2705 n8n\u00b7Make\ub098 <strong>AI \uc5d0\uc774\uc804\ud2b8\ub85c \ucf58\ud150\uce20\ub97c \uc790\ub3d9\ud654<\/strong>\ud558\ub294 \ubd84<\/p>\n<p>\u2705 \ud504\ub85c\uadf8\ub798\ubc0d\uc740 \ubab0\ub77c\ub3c4 <strong>\ubc18\ubcf5 \uc791\uc5c5\uc740 \uc904\uc774\uace0<\/strong> \uc2f6\uc740 \ubd84<\/p>\n<\/div>\n\n<p>\u00a0<\/p>\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\">API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a><\/p>\n\n<p>\u00a0<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p>\u00a0<\/p>\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>CLI\uac00 \ubb54\uac00\uc694?<\/strong><\/h2>\n\n<p class=\"post-body wp-block-paragraph\">CLI\ub294 \ud130\ubbf8\ub110\uc5d0 \uba85\ub839\uc5b4\ub97c \uc785\ub825\ud574 \ud504\ub85c\uadf8\ub7a8\uc744 \uc2e4\ud589\ud558\ub294 \ubc29\uc2dd\uc774\uc5d0\uc694. \ud654\uba74\uc758 \ubc84\ud2bc \ub300\uc2e0 \ud14d\uc2a4\ud2b8 \uba85\ub839\uc73c\ub85c \uc791\uc5c5\uc744 \uc2dc\ud0a4\ub294 \uac70\uc8e0. <strong>\uc774\uc81c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub3c4 \uc774 CLI\ub97c \uacf5\uc2dd\uc73c\ub85c \uc9c0\uc6d0\ud569\ub2c8\ub2e4.<\/strong> \uba85\ub839\uc5b4 \ud55c \uc904\ub85c \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc74c\uc131\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub2e4\ub294 \ub73b\uc774\uc5d0\uc694.<\/p>\n\n<p>\u00a0<\/p>\n\n<p class=\"post-body wp-block-paragraph\">\uc4f0\ub294 \ubc95\uc740 \uac04\ub2e8\ud574\uc694. \uc124\uce58\ud55c \ub4a4 <code>cast<\/code> \uba85\ub839\uc5b4\uc5d0 \ud14d\uc2a4\ud2b8\ub9cc \uc801\uc5b4\uc8fc\uba74 \ub429\ub2c8\ub2e4. \uc608\uc2dc\ub97c \ud558\ub098 \ubcfc\uac8c\uc694.<\/p>\n\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-top: 24px; margin-bottom: 28px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code><span style=\"color: #fe7e43; font-weight: bold;\">cast<\/span> \"\uc624\ub298\uc758 \uc8fc\uc81c\ub294 \uae08\ub9ac \uc778\ud558\uc785\ub2c8\ub2e4\" --out ep1.wav<\/code><\/pre>\n\n<p class=\"post-body wp-block-paragraph\">\uc774 \ud55c \uc904\ub85c \u2018\uc624\ub298\uc758 \uc8fc\uc81c\ub294 \uae08\ub9ac \uc778\ud558\uc785\ub2c8\ub2e4\u2019\ub97c \uc6d0\ud558\ub294 \ubaa9\uc18c\ub9ac\ub85c \uc77d\ub294 <code>ep1.wav<\/code> \uc74c\uc131 \ud30c\uc77c\uc774 \ubc14\ub85c \ub9cc\ub4e4\uc5b4\uc9d1\ub2c8\ub2e4. <strong>\ud654\uba74\uc744 \ud074\ub9ad\ud560 \uc77c\ub3c4, \ucf54\ub4dc\ub97c \uc9e4 \uc77c\ub3c4 \uc5c6\uc5b4\uc694.<\/strong><\/p>\n\n<p>\u00a0<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p>\u00a0<\/p>\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>CLI\ub85c \ubb58 \ud560 \uc218 \uc788\ub098\uc694?<\/strong><\/h2>\n\n<p class=\"post-body wp-block-paragraph\">\ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\uac00 \uacf5\uc2dd \uc9c0\uc6d0\ud558\ub294 \uae30\ub2a5\uc740 \ud06c\uac8c \ub2e4\uc12f \uac00\uc9c0\uc608\uc694. \uba85\ub839\uc5b4\ub85c \uc815\ub9ac\ud558\uba74 \uc774\ub807\uc2b5\ub2c8\ub2e4.<\/p>\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;\">\ud558\uace0 \uc2f6\uc740 \uac83<\/th>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">\uba85\ub839\uc5b4<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding: 12px 16px; color: #222222; font-weight: 600; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\ud14d\uc2a4\ud2b8\ub97c \uc74c\uc131\uc73c\ub85c \ub9cc\ub4e4\uae30<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\"><code>cast \"\ud14d\uc2a4\ud2b8\" --out a.wav<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #222222; font-weight: 600; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\ud14d\uc2a4\ud2b8\ub85c \uc74c\uc131\u00b7\uc790\ub9c9 \ub3d9\uc2dc\uc5d0 \ub9cc\ub4e4\uae30<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\"><code>cast \"\ud14d\uc2a4\ud2b8\" --out a.wav --timestamps-out a.srt<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #222222; font-weight: 600; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uc790\uc8fc \uc4f0\ub294 \ubaa9\uc18c\ub9ac\u00b7\uc124\uc815 \uace0\uc815\ud574\ub450\uae30<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\"><code>cast config set voice-id tc_xxx<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #222222; font-weight: 600; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\ubaa9\uc18c\ub9ac \uace8\ub77c\ubcf4\uace0 \ubbf8\ub9ac\ub4e3\uae30<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\"><code>cast voices pick<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #222222; font-weight: 600; border-bottom: none; line-height: 1.6; vertical-align: top;\">\ub0b4 \ubaa9\uc18c\ub9ac\ub85c \ucee4\uc2a4\ud140 \ubcf4\uc774\uc2a4 \ub9cc\ub4e4\uae30<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: none; line-height: 1.6; vertical-align: top;\"><code>cast voices clone sample.wav --name \"\ub0b4 \ubcf4\uc774\uc2a4\"<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<p>\u00a0<\/p>\n\n<p class=\"post-body wp-block-paragraph\">\uc774 \uc911 \uc1fc\uce20 \ub098\ub808\uc774\uc158\uc744 \ub9cc\ub4e4 \ub54c \uc8fc\ub85c \uc4f0\ub294 \uac74 <strong>\uc74c\uc131 \uc0dd\uc131\u00b7\uc790\ub9c9 \uc0dd\uc131\u00b7\uae30\ubcf8\uac12 \uc124\uc815<\/strong>\uc774\uc5d0\uc694. \uc774 \uc14b\uc73c\ub85c \uc5b4\ub5bb\uac8c \uc790\ub3d9\ud654\ud558\ub294\uc9c0 \ubc14\ub85c \ubcfc\uac8c\uc694.<\/p>\n\n<p>\u00a0<\/p>\n\n<p><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\/cli-reference\/overview\">CLI \ubb38\uc11c \ubcf4\uae30 \u2192<\/a><\/p>\n\n<p>\u00a0<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p>\u00a0<\/p>\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>\uc1fc\uce20 \ub098\ub808\uc774\uc158, \uc774\ub807\uac8c \uc790\ub3d9\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4<\/strong><\/h2>\n\n<div style=\"background-color: #f7f8fa; border-left: 3px solid #fe7e43; border-radius: 0 12px 12px 0; padding: 20px 24px; margin: 8px 0 24px;\">\n<p style=\"font-size: 15.5px; font-weight: 400; line-height: 1.9em; color: #333333; margin: 0 !important;\">\ub9e4\uc8fc <strong>\uac10\ubbf8\ub85c\uc6b4 30\ub300 \uc911\ud6c4\ubc18 \ub0a8\uc131 \ubaa9\uc18c\ub9ac\ub85c \uacbd\uc81c \ub274\uc2a4 \uc1fc\uce20<\/strong>\ub97c \uc62c\ub9ac\ub294 \ucc44\ub110\uc774 \uc788\ub2e4\uace0 \ud574\ubcfc\uac8c\uc694. \uc601\uc0c1\ub9c8\ub2e4 \ub0b4\uc6a9\uc740 \ub2ec\ub77c\ub3c4, \ub098\ub808\uc774\uc158\uc740 \ub298 \uac19\uc740 \ubaa9\uc18c\ub9ac\ub85c \uac00\uc57c &#8220;\uc774 \ucc44\ub110\ub2f5\ub2e4&#8221;\ub294 \ub290\ub08c\uc774 \uc720\uc9c0\ub418\uc8e0. <strong>\uc774 \ucc44\ub110\uc758 \ucf58\ud150\uce20\ub97c CLI\ub85c \uc790\ub3d9\ud654\uc2dc\ucf1c\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/strong><\/p>\n<\/div>\n\n<p>\u00a0<\/p>\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 24px 0 12px;\"><span style=\"display: inline-block; background-color: #fff0e8; color: #fe7e43; font-size: 13px; font-weight: bold; padding: 3px 10px; border-radius: 6px; margin-right: 8px; vertical-align: middle;\">STEP 1<\/span>\ucc44\ub110 \uae30\ubcf8 \ubaa9\uc18c\ub9ac \uc815\ud558\uae30<\/h3>\n\n<p class=\"post-body wp-block-paragraph\">\ucc44\ub110\uc5d0\uc11c \uacc4\uc18d \uc4f8 AI \ubaa9\uc18c\ub9ac\ub294 \ucc98\uc74c\uc5d0 \ud55c \ubc88\ub9cc \uc815\ud574\ub450\uba74 \ub3fc\uc694. \ucd08\uae30 \uc138\ud305\uc774\ub77c \ub9e4\ubc88 \ud560 \ud544\uc694\ub294 \uc5c6\uc2b5\ub2c8\ub2e4.<br \/>\uc774\uc81c\ubd80\ud130 \ub9cc\ub4dc\ub294 \uc74c\uc131\uc740 \ubaa8\ub450 \ucc98\uc74c \uc138\ud305\ud55c \uc774 \ubaa9\uc18c\ub9ac\ub85c \ud1b5\uc77c\ub3fc\uc694. \uc601\uc0c1\uc774 \uc218\uc2ed \ud3b8 \uc313\uc5ec\ub3c4 \ucc44\ub110 \ud1a4\uc774 \ud754\ub4e4\ub9ac\uc9c0 \uc54a\uc8e0.<\/p>\n\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-top: 24px; margin-bottom: 28px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code><span style=\"color: #fe7e43; font-weight: bold;\">cast<\/span> config set voice-id tc_xxxxxxxx<\/code><\/pre>\n\n<p class=\"post-body wp-block-paragraph\"><\/p>\n<p>\u00a0<\/p>\n<p class=\"post-body\"><\/p>\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 24px 0 12px;\"><span style=\"display: inline-block; background-color: #fff0e8; color: #fe7e43; font-size: 13px; font-weight: bold; padding: 3px 10px; border-radius: 6px; margin-right: 8px; vertical-align: middle;\">STEP 2<\/span>\uc6d0\ud558\ub294 \ub300\ubcf8\uc73c\ub85c \uc74c\uc131 \uc0dd\uc131\ud558\uae30<\/h3>\n<p class=\"post-body\"><\/p>\n<p class=\"post-body wp-block-paragraph\">\uadf8\ub2e4\uc74c\ubd80\ud130\ub294 \uc601\uc0c1\ub9c8\ub2e4 \ub300\ubcf8\ub9cc \ubc14\uafd4 \uba85\ub839\uc5b4 \ud55c \uc904\uc744 \uc2e4\ud589\ud558\uba74 \ub429\ub2c8\ub2e4. \uc544\ub798 \uba85\ub839\uc5b4 \ud55c \uc904\ub85c <strong> \ub098\ub808\uc774\uc158 \uc74c\uc131(<code>ep1.wav<\/code>)\uacfc \uc790\ub9c9(<code>ep1.srt<\/code>)\uc774 \ud55c \ubc88\uc5d0<\/strong> \uc0dd\uc131\ub429\ub2c8\ub2e4.<\/p>\n<p class=\"post-body\"><\/p>\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-top: 24px; margin-bottom: 28px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code><span style=\"color: #fe7e43; font-weight: bold;\">cast<\/span> \"\uc624\ub298 \ucf54\uc2a4\ud53c\ub294 2,600\uc120\uc744 \ud68c\ubcf5\ud588\uc2b5\ub2c8\ub2e4\" --out ep1.wav --timestamps-out ep1.srt<\/code><\/pre>\n<p class=\"post-body\"><\/p>\n<p class=\"post-body wp-block-paragraph\">\ub2e4\uc74c \ud3b8\ub3c4 \ub611\uac19\uc544\uc694. \ub300\ubcf8\ub9cc \ubcc0\uacbd\ud574 \uac19\uc740 \uba85\ub839 \ud55c \uc904\uc744 \uc2e4\ud589\ud558\uba74 \ub429\ub2c8\ub2e4. \ubaa9\uc18c\ub9ac\ub294 \uc774\ubbf8 \uc815\ud574\ub480\uc73c\ub2c8 \ub9e4\ubc88 \uace0\ub97c \ud544\uc694\uac00 \uc5c6\uace0\uc694. \uc601\uc0c1 \ud55c \ud3b8 \ub9cc\ub4dc\ub294 \uac8c \uba85\ub839\uc5b4 \ud55c \uc904\ub85c \ub05d\ub098\ub2c8, <strong>\uc218\uc2ed \ud3b8\uc744 \ub9cc\ub4e4\uc5b4\ub3c4 \ub9e4\ubc88 \uc190\uc73c\ub85c \ud074\ub9ad\ud558\uba70 \ubc18\ubcf5\ud560 \uc77c\uc774 \uc5c6\uc5b4\uc694.<\/strong><\/p>\n<p class=\"post-body\"><\/p>\n<p>\u00a0<\/p>\n<p class=\"post-body\"><\/p>\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\">API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a><\/p>\n<p class=\"post-body\"><\/p>\n<p>\u00a0<\/p>\n<p class=\"post-body\"><\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p class=\"post-body\"><\/p>\n<p>\u00a0<\/p>\n<p class=\"post-body\"><\/p>\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>\uae30\uc874 \uc790\ub3d9\ud654\uc5d0 CLI\ub97c \uc5f0\ub3d9\ud558\uba74, \ub354 \ub2e8\uc21c\ud574\uc838\uc694<\/strong><\/h2>\n<p class=\"post-body\"><\/p>\n<p class=\"post-body wp-block-paragraph\">\uc774\ubbf8 \uc790\ub3d9\ud654 \uc6cc\ud06c\ud50c\ub85c\ub97c \ub3cc\ub9ac\uace0 \uc788\ub2e4\uba74, \uc74c\uc131 \uc0dd\uc131 \ub2e8\uacc4\ub97c CLI\ub85c \uc5f0\ub3d9\ud574 \ub354 \ub2e8\uc21c\ud558\uac8c \ucc98\ub9ac\ud560 \uc218 \uc788\uc5b4\uc694. \uba85\ub839\uc5b4\ub77c\uc11c \ub530\ub85c \uc5f0\ub3d9 \ucf54\ub4dc\ub97c \ubd99\uc77c \ud544\uc694\uac00 \uc5c6\uac70\ub4e0\uc694. \uc4f0\ub294 \ud658\uacbd\uc5d0 \ub530\ub77c \uc774\ub807\uac8c \ud558\uba74 \ub429\ub2c8\ub2e4.<\/p>\n<p class=\"post-body\"><\/p>\n<p>\u00a0<\/p>\n<p class=\"post-body\"><\/p>\n<div style=\"background-color: #fafafa; border-left: 3px solid #fe7e43; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 16px 0;\">\n<p style=\"font-size: 17px; font-weight: bold; color: #222222; margin: 0 0 10px !important;\">n8n\u00b7Make \uac19\uc740 \uc790\ub3d9\ud654 \ud234\uc744 \uc4f0\uace0 \uc788\ub2e4\uba74<\/p>\n<p style=\"font-size: 15px; font-weight: 400; line-height: 1.9em; color: #454545; margin: 0 !important;\">\uc6cc\ud06c\ud50c\ub85c \ud55c \ub2e8\uacc4\uc5d0\uc11c <code>cast<\/code>\ub97c \uc2e4\ud589\ud574 \uc74c\uc131\uc744 \ub9cc\ub4e4\uace0, \uadf8 \ud30c\uc77c\uc744 \ub2e4\uc74c \ub2e8\uacc4\ub85c \ub118\uae30\uba74 \ub429\ub2c8\ub2e4. \uc0c8\ub85c \ucf54\ub4dc\ub97c \ubd99\uc77c \ud544\uc694\uac00 \uc5c6\uc5b4\uc694.<\/p>\n<\/div>\n<p class=\"post-body\"><\/p>\n<div style=\"background-color: #fafafa; border-left: 3px solid #fe7e43; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 16px 0;\">\n<p style=\"font-size: 17px; font-weight: bold; color: #222222; margin: 0 0 10px !important;\">AI \uc5d0\uc774\uc804\ud2b8(Claude\u00b7Cursor \ub4f1)\ub85c \uc791\uc5c5\ud55c\ub2e4\uba74<\/p>\n<p style=\"font-size: 15px; font-weight: 400; line-height: 1.9em; color: #454545; margin: 0 !important;\">AI\uac00 \ubcf5\uc7a1\ud55c API \ucf54\ub4dc\ub97c \uc9dc\uac8c \ud558\ub294 \ub300\uc2e0 <code>cast<\/code> \ud55c \uc904\ub9cc \uc2e4\ud589\ud558\uac8c \ud558\uc138\uc694. \uc9e4 \uac8c \uc9e7\uc740 \ub9cc\ud07c \uc2e4\uc218\ub3c4 \uc904\uc5b4\ub4ed\ub2c8\ub2e4. \ucc38\uace0\ub85c <a href=\"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\">Claude\u00b7Cursor\uc6a9 \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc2a4\ud0ac<\/a>\uc774 &#8216;AI\uc5d0\uac8c \uc0ac\uc6a9\ubc95\uc744 \uc54c\ub824\uc8fc\ub294 \ucabd&#8217;\uc774\ub77c\uba74, CLI\ub294 &#8216;AI\uac00 \uc2e4\uc81c\ub85c \uc2e4\ud589\ud558\ub294 \ub3c4\uad6c&#8217;\uc608\uc694.<\/p>\n<\/div>\n<p class=\"post-body\"><\/p>\n<p>\u00a0<\/p>\n<p class=\"post-body\"><\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p class=\"post-body\"><\/p>\n<p>\u00a0<\/p>\n<p class=\"post-body\"><\/p>\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>\uc5b4\ub5bb\uac8c \uc2dc\uc791\ud558\ub098\uc694?<\/strong><\/h2>\n<p class=\"post-body\"><\/p>\n<p class=\"post-body wp-block-paragraph\">\uc124\uce58 \ud55c \ubc88, API \ud0a4 \uc5f0\uacb0 \ud55c \ubc88\uc774\uba74 \uc900\ube44\uac00 \ub05d\ub098\uc694.<\/p>\n<p class=\"post-body\"><\/p>\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-top: 24px; margin-bottom: 28px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code><span style=\"color: #888888;\"># \uc124\uce58 (Homebrew)<\/span>\n<span style=\"color: #fe7e43; font-weight: bold;\">brew<\/span> install neosapience\/tap\/cast\n\n<span style=\"color: #888888;\"># API \ud0a4 \uc5f0\uacb0<\/span>\n<span style=\"color: #fe7e43; font-weight: bold;\">cast<\/span> login\n\n<span style=\"color: #888888;\"># \uccab \uc74c\uc131 \ub9cc\ub4e4\uae30<\/span>\n<span style=\"color: #fe7e43; font-weight: bold;\">cast<\/span> \"Hello, world!\" --out hello.wav<\/code><\/pre>\n<p class=\"post-body\"><\/p>\n<p class=\"post-body wp-block-paragraph\">API \ud0a4\ub294 <a href=\"https:\/\/typecast.ai\/developers\/api\">\ud0c0\uc785\uce90\uc2a4\ud2b8 API \ucf58\uc194<\/a>\uc5d0\uc11c \ubb34\ub8cc\ub85c \ubc1c\uae09\ubc1b\uc744 \uc218 \uc788\uc5b4\uc694. \ubc1c\uae09\ubc1b\uc544 <code>cast login<\/code>\uc73c\ub85c \uc5f0\uacb0\ud558\uba74, \uc704 \uba85\ub839\uc5b4\ub97c \ubc14\ub85c \uc4f8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p class=\"post-body\"><\/p>\n<p>\u00a0<\/p>\n<p class=\"post-body\"><\/p>\t\t\t\t\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<div style=\"background-color: #ffffff; border-radius: 20px; padding: 36px 40px; margin: 8px 0 24px; text-align: center;\">\r\n<p style=\"font-size: 22px; font-weight: bold; color: #222222; line-height: 1.5em; margin-bottom: 12px;\">\uc1fc\uce20 \uc790\ub3d9\ud654,<br \/>\ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub85c \uc2dc\uc791\ud574\ubcf4\uc138\uc694<\/p>\r\n<p style=\"font-size: 15px; margin-top: 20px; font-weight: 400; color: #666666; line-height: 1.9em; margin-bottom: 20px;\">CLI\ub97c \ud65c\uc6a9\ud558\uba74 \uba85\ub839\uc5b4 \ud55c \uc904\ub85c \uc5ec\ub7ec\ubd84\uc758 \ucf58\ud150\uce20\ub97c \uc790\ub3d9\ud654\ud574\ubcfc \uc218 \uc788\uc5b4\uc694.<br>\ubb34\ub8cc API \ud0a4\ub97c \ubc1c\uae09\ubc1b\uc544 \uccab \ub098\ub808\uc774\uc158\uc744 \ub9cc\ub4e4\uc5b4\ubcf4\uc138\uc694.(\uc6d4 30,000\ud06c\ub808\ub527 \uc81c\uacf5)<br \/><\/p>\r\n<a style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 11px 28px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none; 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\/cli-reference\/overview\">CLI \ubb38\uc11c \ubcf4\uae30 \u2192<\/a><\/div>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eed580c e-flex e-con-boxed e-con e-parent\" data-id=\"eed580c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07e4d4d elementor-widget elementor-widget-html\" data-id=\"07e4d4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n\r\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>FAQ. \uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38<\/strong><\/h2>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n\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. \ucf54\ub529\uc744 \ubab0\ub77c\ub3c4 \uc4f8 \uc218 \uc788\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\r\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub294 \ubab0\ub77c\ub3c4 \ub429\ub2c8\ub2e4. \ucc98\uc74c\uc5d0 \ud55c \ubc88 \uc124\uce58\ud558\uace0 API \ud0a4\ub97c \uc5f0\uacb0\ud574\ub450\uba74, \uadf8\ub2e4\uc74c\ubd80\ud130\ub294 \ud130\ubbf8\ub110\uc5d0 <code>cast \"\ud14d\uc2a4\ud2b8\" --out \ud30c\uc77c\uba85.wav<\/code> \ud615\ud0dc\ub85c \uc785\ub825\ud558\uae30\ub9cc \ud558\uba74 \uc74c\uc131\uc774 \ub098\uc640\uc694. \uc790\uc8fc \uc4f0\ub294 \uc124\uc815\uc740 <code>cast config set<\/code>\uc73c\ub85c \uc800\uc7a5\ud574\ub450\uba74 \uba85\ub839\uc774 \ub354 \uc9e7\uc544\uc9c0\uace0\uc694.<\/p>\r\n<\/details><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. API\u00b7SDK\ub791 \ubb50\uac00 \ub2e4\ub978\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;\">API\u00b7SDK\ub294 \uc74c\uc131 \uae30\ub2a5\uc744 \uc9c1\uc811 \ub9cc\ub4e4\uc5b4 \uc4f0\ub294 \uc7ac\ub8cc\uc5d0 \uac00\uae4c\uc6cc\uc694. \ud658\uacbd\uc744 \uac16\ucd94\uace0 \ucf54\ub4dc\ub97c \uc791\uc131\ud574 \ud638\ucd9c\ubd80\ud130 \uc800\uc7a5\uae4c\uc9c0 \uc9c1\uc811 \ud1b5\uc81c\ud558\uc8e0. CLI\ub294 \uadf8 \uacfc\uc815\uc744 \ubbf8\ub9ac \ubb36\uc5b4\ub454 \uc644\uc131\ud615 \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc790\ud310\uae30\uc5d0 \ub3d9\uc804(\uba85\ub839\uc5b4)\uc744 \ub123\uace0 \ubc84\ud2bc\ub9cc \ub204\ub974\uba74 \uc644\uc131\ud488(\uc74c\uc131 \ud30c\uc77c)\uc774 \ub098\uc624\ub294 \uac83\ucc98\ub7fc, \ub9cc\ub4e4 \uac83 \uc5c6\uc774 \uc2e4\ud589\ub9cc \ud558\uba74 \ub3fc\uc694. \uc548\uc5d0\uc11c\ub294 CLI\uac00 \uac19\uc740 \ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub97c \ud638\ucd9c\ud569\ub2c8\ub2e4.<\/p>\r\n<\/details><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 Claude \uc2a4\ud0ac\uc774\ub791 \uac19\uc740 \uac74\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;\">\ub2e4\ub985\ub2c8\ub2e4. \uc2a4\ud0ac\uc740 AI \uc5d0\uc774\uc804\ud2b8\uc5d0\uac8c \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc0ac\uc6a9\ubc95\uc744 \uc54c\ub824\uc8fc\ub294 \uc9c0\uc2dd \ud328\ud0a4\uc9c0\uc774\uace0, CLI\ub294 \uc74c\uc131\uc744 \uc2e4\uc81c\ub85c \ub9cc\ub4e4\uc5b4\ub0b4\ub294 \uc2e4\ud589 \ub3c4\uad6c\uc608\uc694. \uc2a4\ud0ac\uc774 \"\ubb34\uc5c7\uc744 \ud560\uc9c0\"\ub97c \uc548\ub0b4\ud55c\ub2e4\uba74, CLI\ub294 \uadf8\uac78 \"\uc2e4\uc218 \uc5c6\uc774 \uc2e4\ud589\"\ud558\ub294 \uc5ed\ud560\uc774\ub77c, \ud568\uaed8 \uc4f8 \ub54c \uac00\uc7a5 \uc798 \ub9de\uc2b5\ub2c8\ub2e4.<\/p>\r\n<\/details><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. \ud55c \ubc88\uc5d0 \ub300\ub7c9\uc758 \uc74c\uc131\uc744 \ubcc0\ud658\ud558\ub294 \uac83\ub3c4 \uac00\ub2a5\ud55c\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;\">\ub124. <code>cast config set<\/code>\uc73c\ub85c \uae30\ubcf8 \uc124\uc815\uc744 \uace0\uc815\ud574\ub450\uba74 \ub9e4\ubc88 \uc635\uc158\uc744 \uc9c0\uc815\ud560 \ud544\uc694\uac00 \uc5c6\uace0, \uac19\uc740 \uba85\ub839 \uaddc\uce59\uc744 \uc5ec\ub7ec \ud14d\uc2a4\ud2b8\uc5d0 \uc801\uc6a9\ud574 \uc74c\uc131\uc744 \uc787\ub530\ub77c \uc0dd\uc131\ud560 \uc218 \uc788\uc5b4\uc694. \uc790\ub9c9(SRT\u00b7VTT)\ub3c4 \ud568\uaed8 \ubc1b\uc744 \uc218 \uc788\uc5b4 \uc1fc\uce20\u00b7\uc624\ub514\uc624\ubd81\ucc98\ub7fc \uc591\uc774 \ub9ce\uc740 \uc791\uc5c5\uc5d0 \ub9de\uc2b5\ub2c8\ub2e4.<\/p>\r\n<\/details><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 MRR \uae30\uc900 <strong>\uad6d\ub0b4 1\uc704 \uc74c\uc131\u00b7\uc601\uc0c1 \uc0dd\uc131 AI \uae30\uc5c5<\/strong>\uc785\ub2c8\ub2e4. \ud575\uc2ec \uac15\uc810\uc740 \uc138 \uac00\uc9c0\uc608\uc694. <strong>\u2460 \uc790\uc5f0\uc2a4\ub7ec\uc6c0<\/strong> \u2014 \uc804\ubb38 \uc131\uc6b0 \ub179\uc74c\uacfc \ud14d\uc2a4\ud2b8 \ub9e5\ub77d\uc744 \uc77d\ub294 Smart Emotion\uc774 \uacb0\ud569\ub3fc \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \uac10\uc815 \ud45c\ud604\uc744 \ub0c5\ub2c8\ub2e4. <strong>\u2461 \ub2e4\uc591\uc131<\/strong> \u2014 API \uae30\uc900 500\uac1c \uc774\uc0c1\uc758 AI \ubaa9\uc18c\ub9ac\uc640 37\uac1c \uc5b8\uc5b4\ub97c \uac19\uc740 API\ub85c \ud638\ucd9c\ud574 \uae00\ub85c\ubc8c \uc11c\ube44\uc2a4\ub85c \uadf8\ub300\ub85c \ud655\uc7a5\ub429\ub2c8\ub2e4. <strong>\u2462 \uc548\uc815\uc131<\/strong> \u2014 \uc218\ub9cc \uba85\uc774 \ub3d9\uc2dc \uc811\uc18d\ud558\ub294 \ub77c\uc774\ube0c \ud658\uacbd\uc5d0\uc11c\ub3c4 \ub808\uc774\ud134\uc2dc \uc5c6\uc774 \ub3d9\uc791\ud558\ub294 \uac8c \uac80\uc99d\ub410\uc2b5\ub2c8\ub2e4.<\/p>\r\n<\/details>\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1880116 e-flex e-con-boxed e-con e-parent\" data-id=\"1880116\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e760e6 e-flex e-con-boxed e-con e-parent\" data-id=\"0e760e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\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, \uc0ac\ub78c\ucc98\ub7fc \uc790\uc5f0\uc2a4\ub7ec\uc6b4 &#8216;\uc11c\ud604&#8217; \ubaa9\uc18c\ub9ac\ub85c \uc77d\uc5b4\ub4dc\ub824\uc694 \uc18d\ub3c4 1x \uc694\uc998 \uc1fc\uce20\uc640 \ub9b4\uc2a4, \uc0ac\ub78c\uc774 \ud558\ub098\ud558\ub098 \ub9cc\ub4e4\uc9c0 \uc54a\uc8e0. \uc8fc\uc81c\ub9cc \uc815\ud558\uba74 \ub300\ubcf8\uc740 AI\uac00 \uc4f0\uace0, \uc790\ub9c9\u00b7\ud3b8\uc9d1\u00b7\uc5c5\ub85c\ub4dc\uae4c\uc9c0 \uc790\ub3d9\uc73c\ub85c \ub3c4\ub294 \ucc44\ub110\uc774 \ubd80\uca4d \ub298\uc5c8\uc5b4\uc694. \u00a0 \uc774 \ud750\ub984\uc5d0\uc11c \ud0c0\uc785\uce90\uc2a4\ud2b8 API\ub85c \uc1fc\uce20\u00b7\ub9b4\uc2a4 \ub098\ub808\uc774\uc158\uae4c\uc9c0 \uc790\ub3d9\ud654\ud558\ub294 \ubd84\ub4e4\uc774 \ub9ce\uc740\ub370\uc694. \uc774\uc81c \ud0c0\uc785\uce90\uc2a4\ud2b8\ub3c4 CLI\ub97c \uacf5\uc2dd\uc73c\ub85c \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uc124\uce58\ud558\uba74 cast\ub77c\ub294 \uba85\ub839\uc5b4 \ud558\ub098\ub85c \ub098\ub808\uc774\uc158 \uc74c\uc131\uc744 \uc790\ub3d9\uc73c\ub85c \ub9cc\ub4e4 \uc218 \uc788\uc5b4\uc694. &#8230; <a title=\"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\" class=\"read-more\" href=\"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/\" aria-label=\"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\uc5d0 \ub300\ud574 \ub354 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uc138\uc694\">\ub354 \uc77d\uae30<\/a><\/p>\n","protected":false},"author":24,"featured_media":5632,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[5,356,40],"tags":[207,48,35,80,414,38,161,119,87,417,341,416,85,180,323,77,415,33,47],"class_list":["post-5569","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aitrend","category-api","category-b2bbusiness","tag-aicc","tag-ai","tag-cli","tag-tts","tag-tts-api","tag-ttsapi","tag-87","tag-417","tag-341","tag-416","tag-85","tag-180","tag-323","tag-77","tag-415","tag-33","tag-api"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI | \ud0c0\uc785\uce90\uc2a4\ud2b8<\/title>\n<meta name=\"description\" content=\"\uc1fc\uce20 \ub098\ub808\uc774\uc158, \uac04\ud3b8\ud558\uac8c \uc790\ub3d9\ud654\ud558\uc138\uc694. \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\ub97c \ud65c\uc6a9\ud558\uba74 \ucf54\ub529 \uc5c6\uc774 cast \uba85\ub839\uc5b4 \ud55c \uc904\ub85c \uc74c\uc131\u00b7\uc790\ub9c9\uc744 \ub9cc\ub4e4\uace0 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc124\uce58\ubd80\ud130 n8n\u00b7AI \uc5d0\uc774\uc804\ud2b8 \uc790\ub3d9\ud654\uc5d0 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\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\/typecast-cli\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI | \ud0c0\uc785\uce90\uc2a4\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc1fc\uce20 \ub098\ub808\uc774\uc158, \uac04\ud3b8\ud558\uac8c \uc790\ub3d9\ud654\ud558\uc138\uc694. \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\ub97c \ud65c\uc6a9\ud558\uba74 \ucf54\ub529 \uc5c6\uc774 cast \uba85\ub839\uc5b4 \ud55c \uc904\ub85c \uc74c\uc131\u00b7\uc790\ub9c9\uc744 \ub9cc\ub4e4\uace0 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc124\uce58\ubd80\ud130 n8n\u00b7AI \uc5d0\uc774\uc804\ud2b8 \uc790\ub3d9\ud654\uc5d0 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/\" \/>\n<meta property=\"og:site_name\" content=\"\ud0c0\uc785\uce90\uc2a4\ud2b8\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/neospaienceai\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-02T05:27:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-03T04:37:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382859.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=\"9\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/\"},\"author\":{\"name\":\"Heeju Choi\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\"},\"headline\":\"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\",\"datePublished\":\"2026-07-02T05:27:18+00:00\",\"dateModified\":\"2026-07-03T04:37:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/\"},\"wordCount\":79,\"image\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Frame-2086382859.png\",\"keywords\":[\"AICC.\",\"ai\ub354\ube59\",\"ai\ubcf4\uc774\uc2a4\",\"ai\uc74c\uc131\",\"cli\",\"tts\",\"tts api\",\"TTSAPI\",\"\ub9b4\uc2a4\",\"\ub9b4\uc2a4\uc790\ub3d9\ud654\",\"\ub9c8\ucf00\ud305\",\"\uc1fc\uce20\uc790\ub3d9\ud654\",\"\uc720\ud29c\ube0c\",\"\uc720\ud29c\ube0c\uc1fc\uce20\uc218\uc775\ud654\",\"\uc790\ub3d9\ud654\",\"\ucf58\ud150\uce20\ub9c8\ucf00\ud305\",\"\ucf58\ud150\uce20\uc790\ub3d9\ud654\",\"\ud0c0\uc785\uce90\uc2a4\ud2b8\",\"\ud0c0\uc785\uce90\uc2a4\ud2b8API\"],\"articleSection\":[\"AI \ud2b8\ub80c\ub4dc\",\"API\",\"\ube44\uc988\ub2c8\uc2a4\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/\",\"name\":\"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI | \ud0c0\uc785\uce90\uc2a4\ud2b8\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Frame-2086382859.png\",\"datePublished\":\"2026-07-02T05:27:18+00:00\",\"dateModified\":\"2026-07-03T04:37:24+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\"},\"description\":\"\uc1fc\uce20 \ub098\ub808\uc774\uc158, \uac04\ud3b8\ud558\uac8c \uc790\ub3d9\ud654\ud558\uc138\uc694. \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\ub97c \ud65c\uc6a9\ud558\uba74 \ucf54\ub529 \uc5c6\uc774 cast \uba85\ub839\uc5b4 \ud55c \uc904\ub85c \uc74c\uc131\u00b7\uc790\ub9c9\uc744 \ub9cc\ub4e4\uace0 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc124\uce58\ubd80\ud130 n8n\u00b7AI \uc5d0\uc774\uc804\ud2b8 \uc790\ub3d9\ud654\uc5d0 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/#primaryimage\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Frame-2086382859.png\",\"contentUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Frame-2086382859.png\",\"width\":1200,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/typecast-cli\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\"}]},{\"@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":"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI | \ud0c0\uc785\uce90\uc2a4\ud2b8","description":"\uc1fc\uce20 \ub098\ub808\uc774\uc158, \uac04\ud3b8\ud558\uac8c \uc790\ub3d9\ud654\ud558\uc138\uc694. \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\ub97c \ud65c\uc6a9\ud558\uba74 \ucf54\ub529 \uc5c6\uc774 cast \uba85\ub839\uc5b4 \ud55c \uc904\ub85c \uc74c\uc131\u00b7\uc790\ub9c9\uc744 \ub9cc\ub4e4\uace0 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc124\uce58\ubd80\ud130 n8n\u00b7AI \uc5d0\uc774\uc804\ud2b8 \uc790\ub3d9\ud654\uc5d0 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\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\/typecast-cli\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI | \ud0c0\uc785\uce90\uc2a4\ud2b8","og_description":"\uc1fc\uce20 \ub098\ub808\uc774\uc158, \uac04\ud3b8\ud558\uac8c \uc790\ub3d9\ud654\ud558\uc138\uc694. \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\ub97c \ud65c\uc6a9\ud558\uba74 \ucf54\ub529 \uc5c6\uc774 cast \uba85\ub839\uc5b4 \ud55c \uc904\ub85c \uc74c\uc131\u00b7\uc790\ub9c9\uc744 \ub9cc\ub4e4\uace0 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc124\uce58\ubd80\ud130 n8n\u00b7AI \uc5d0\uc774\uc804\ud2b8 \uc790\ub3d9\ud654\uc5d0 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","og_url":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/","og_site_name":"\ud0c0\uc785\uce90\uc2a4\ud2b8","article_publisher":"https:\/\/www.facebook.com\/neospaienceai\/","article_published_time":"2026-07-02T05:27:18+00:00","article_modified_time":"2026-07-03T04:37:24+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382859.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":"9\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/#article","isPartOf":{"@id":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/"},"author":{"name":"Heeju Choi","@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b"},"headline":"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI","datePublished":"2026-07-02T05:27:18+00:00","dateModified":"2026-07-03T04:37:24+00:00","mainEntityOfPage":{"@id":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/"},"wordCount":79,"image":{"@id":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382859.png","keywords":["AICC.","ai\ub354\ube59","ai\ubcf4\uc774\uc2a4","ai\uc74c\uc131","cli","tts","tts api","TTSAPI","\ub9b4\uc2a4","\ub9b4\uc2a4\uc790\ub3d9\ud654","\ub9c8\ucf00\ud305","\uc1fc\uce20\uc790\ub3d9\ud654","\uc720\ud29c\ube0c","\uc720\ud29c\ube0c\uc1fc\uce20\uc218\uc775\ud654","\uc790\ub3d9\ud654","\ucf58\ud150\uce20\ub9c8\ucf00\ud305","\ucf58\ud150\uce20\uc790\ub3d9\ud654","\ud0c0\uc785\uce90\uc2a4\ud2b8","\ud0c0\uc785\uce90\uc2a4\ud2b8API"],"articleSection":["AI \ud2b8\ub80c\ub4dc","API","\ube44\uc988\ub2c8\uc2a4"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/","url":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/","name":"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI | \ud0c0\uc785\uce90\uc2a4\ud2b8","isPartOf":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/#primaryimage"},"image":{"@id":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382859.png","datePublished":"2026-07-02T05:27:18+00:00","dateModified":"2026-07-03T04:37:24+00:00","author":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b"},"description":"\uc1fc\uce20 \ub098\ub808\uc774\uc158, \uac04\ud3b8\ud558\uac8c \uc790\ub3d9\ud654\ud558\uc138\uc694. \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI\ub97c \ud65c\uc6a9\ud558\uba74 \ucf54\ub529 \uc5c6\uc774 cast \uba85\ub839\uc5b4 \ud55c \uc904\ub85c \uc74c\uc131\u00b7\uc790\ub9c9\uc744 \ub9cc\ub4e4\uace0 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc124\uce58\ubd80\ud130 n8n\u00b7AI \uc5d0\uc774\uc804\ud2b8 \uc790\ub3d9\ud654\uc5d0 \uc5f0\ub3d9\ud558\ub294 \ubc29\ubc95\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/#primaryimage","url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382859.png","contentUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/06\/Frame-2086382859.png","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/typecast.ai\/kr\/learn\/typecast-cli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/typecast.ai\/kr\/learn\/"},{"@type":"ListItem","position":2,"name":"\ud83c\udfac \uc1fc\uce20 \ub098\ub808\uc774\uc158, \ucf54\ub529 \uc5c6\uc774 \uc790\ub3d9\ud654\ud558\ub294 \ubc95 \u2014 \ud0c0\uc785\uce90\uc2a4\ud2b8 CLI"}]},{"@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\/5569","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=5569"}],"version-history":[{"count":17,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5569\/revisions"}],"predecessor-version":[{"id":5663,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5569\/revisions\/5663"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media\/5632"}],"wp:attachment":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media?parent=5569"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/categories?post=5569"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/tags?post=5569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}