{"id":3659,"date":"2026-07-02T12:09:46","date_gmt":"2026-07-02T19:09:46","guid":{"rendered":"https:\/\/sonix.ai\/resources\/?p=3659"},"modified":"2026-08-10T16:23:05","modified_gmt":"2026-08-10T23:23:05","slug":"wir-stellen-ihnen-die-sonix-befehlszeilenschnittstelle-vor-automatisieren-sie-ihre-transkripte-uber-die-befehlszeile","status":"publish","type":"post","link":"https:\/\/sonix.ai\/resources\/de\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/","title":{"rendered":"Wir stellen die Sonix-Befehlszeilenschnittstelle vor: Automatisieren Sie Ihre Transkripte \u00fcber die Befehlszeile"},"content":{"rendered":"<h1 class=\"wp-block-heading\"><\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Heute starten wir die <strong>Sonix-Befehlszeilenschnittstelle<\/strong> \u2014 ein kostenloses, schnelles Befehlszeilentool, mit dem Sie den gesamten Sonix-Workflow im Handumdrehen nutzen k\u00f6nnen. Laden Sie Medien hoch, rufen Sie Transkripte ab, lassen Sie \u00dcbersetzungen und Zusammenfassungen erstellen und verwalten Sie Ihr Konto \u2013 alles \u00fcber kurze Befehle, die Sie manuell ausf\u00fchren, in ein Skript einf\u00fcgen oder in Ihre CI integrieren k\u00f6nnen. Es handelt sich um die gesamte Sonix-API, geb\u00fcndelt in einem einzigen Tool namens <code>sonix<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Das Beste daran ist, wie einfach der Einstieg ist. Einmal installieren \u2013 und schon gelangen Sie in nur drei Zeilen von der Rohaufnahme zu fertigen Untertiteln auf der Festplatte:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm install -g @sonix-ai\/cli\n\nsonix config set api-key sk_live_xxxxxxxx\nsonix media create .\/interview.mp3 --language en --wait\nsonix transcript get  --format srt &gt; captions.srt<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Das bedeutet: Upload, Transkription und fertige SRT-Untertitel auf der Festplatte \u2013 ganz ohne Glue-Code.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Was es bewirkt<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Unter der Haube, <code>sonix<\/code> \u00fcbernimmt alles, was Sie bei der Raw-API sonst selbst einrichten m\u00fcssten:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Lade alles hoch.<\/strong> Kleine Dateien werden schnell in einem Durchgang \u00fcbertragen; gro\u00dfe Dateien (wir haben Dateien im Umfang von mehreren Gigabyte getestet) werden direkt und zuverl\u00e4ssig hochgeladen, wobei jeder Teil separat erneut versucht wird, sodass eine instabile Verbindung den Upload einer 5-GB-Datei nicht zum Scheitern bringt. Sie m\u00fcssen sich keine Gedanken dar\u00fcber machen, welchen Weg die Datei gerade nimmt \u2014 <code>sonix media create .\/big-recording.mov<\/code> funktioniert einfach.<\/li>\n\n\n\n<li><strong>Erhalten Sie Transkripte in jedem beliebigen Format<\/strong> \u2014 Klartext, SRT, VTT, JSON oder Avid DS \u2014 direkt in eine Datei oder auf Ihr Terminal gestreamt.<\/li>\n\n\n\n<li><strong>Nutzen Sie die KI-Funktionen, die Sie bereits verwenden<\/strong> \u2014 \u00dcbersetzungen, Einbrennen von Untertiteln, Zusammenfassungen mit einem Klick und Sammelzusammenfassungen f\u00fcr einen ganzen Ordner.<\/li>\n\n\n\n<li><strong>Konto verwalten<\/strong> \u2014 Ordner, Teammitglieder und freigegebene Links \u2013 alles per Skript steuerbar.<\/li>\n\n\n\n<li><strong>Warte auf die langsamen Stellen.<\/strong> Hinzuf\u00fcgen <code>--warte<\/code> auf jeden Auftrag, und die CLI wartet, bis dieser abgeschlossen ist, und gibt dann das Ergebnis aus. Keine selbst programmierten Abfrage-Schleifen mehr.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Alles ist f\u00fcr die Weiterleitung ausgelegt. Ergebnisse werden an die Standardausgabe weitergeleitet, Diagnoseinformationen an die Standardfehlerausgabe, und <code>--json<\/code> liefert Ihnen bei jedem Befehl die API-Antwort im Rohformat \u2013 also <code>sonix media list --json | jq<\/code> und <code>Sonix-Transkript abrufen \u2026 &gt; Datei<\/code> Bleibt sauber. Die vollst\u00e4ndige Referenz zu Befehlen und Optionen findet ihr in der <a href=\"https:\/\/sonix.ai\/docs\/api#cli_commands\">Sonix-CLI-Dokumentation<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Auch f\u00fcr KI-Agenten entwickelt<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Die CLI richtet sich auch an eine zweite Zielgruppe: KI-Programmieragenten wie Claude Code oder Codex. Anstatt ein umfangreiches Tool-Schema in den Kontext des Modells zu laden, kann ein Agent eine Shell-Aufruf an <code>sonix<\/code> \u2014 ein einfacher Befehl, ein korrekter Exit-Code, fertig.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sonix agent-context # gibt die gesamte Befehlsoberfl\u00e4che als JSON in einem einzigen Aufruf aus\nsonix setup claude # installiert ein vorgefertigtes Sonix-Skill f\u00fcr Claude Code<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Falls Sie es vorziehen, dass Ihr Assistent in Sonix nachschl\u00e4gt <em>umgangssprachlich<\/em> \u2014 \u201cSuch mein Interview mit Dr. Patel heraus und fasse die drei wichtigsten Erkenntnisse zusammen\u201d \u2014 so lautete die Aufgabe unseres <a href=\"https:\/\/sonix.ai\/mcp\">MCP-Server<\/a> daf\u00fcr gedacht ist. Die CLI ist die andere Seite der Medaille: f\u00fcr den Fall, dass Sie (oder ein Agent) deterministische, skriptf\u00e4hige Befehle ben\u00f6tigen, auf die Sie in einer Pipeline vertrauen k\u00f6nnen.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Einige Beispiele daf\u00fcr, wie die Leute es nutzen<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ein Forscher weist darauf hin <code>Sonix Media Create<\/code> in einem Ordner mit <a href=\"https:\/\/sonix.ai\/resources\/de\/best-transcription-software-for-interviews\/\">Interviews<\/a> und l\u00e4sst ein Skript \u00fcber Nacht den gesamten Stapel hochladen und transkribieren.<\/li>\n\n\n\n<li>Ein Podcast-Team erstellt f\u00fcr jede neue Folge im Rahmen des Build-Prozesses automatisch neue SRT-Dateien \u2013 ganz ohne manuelle Eingriffe.<\/li>\n\n\n\n<li>Ein Entwickler bindet Sonix in eine bestehende Medienpipeline ein, ohne auch nur eine einzige Zeile HTTP-Code zu schreiben.<\/li>\n\n\n\n<li>Ein KI-Agent l\u00e4dt eine Aufzeichnung hoch, wartet auf das Transkript und fasst es zusammen \u2013 alles \u00fcber Shell-Befehle.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Los geht\u2019s<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Die Sonix-CLI ist kostenlos und Open Source (MIT), l\u00e4uft unter Node 20+ und l\u00e4sst sich in Sekundenschnelle installieren:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm install -g @sonix-ai\/cli\n# oder, ohne Installation:\nnpx @sonix-ai\/cli media list<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Hol dir deinen API-Schl\u00fcssel unter <a href=\"https:\/\/my.sonix.ai\/api\">my.sonix.ai\/api<\/a>, ausf\u00fchren <code>sonix config set api-key<\/code>, und schon geht\u2019s los. Die vollst\u00e4ndige \u00dcbersicht \u00fcber Befehle und Optionen findest du unter <a href=\"https:\/\/sonix.ai\/docs\/api#cli_requirements\">unsere CLI-Dokumentation<\/a>und <code>sonix --help<\/code> ist immer nur einen Tastendruck entfernt.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wir sind gespannt, was Sie damit automatisieren werden. Wie immer, <a href=\"mailto:wecare@sonix.ai\">Schreiben Sie uns doch mal<\/a> Wenn du Feedback hast, auf ein Problem gesto\u00dfen bist oder uns mitteilen m\u00f6chtest, was du dir als N\u00e4chstes w\u00fcnschst.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Heute stellen wir die Sonix-CLI vor \u2013 ein kostenloses, schnelles Befehlszeilentool, mit dem Sie den gesamten Sonix-Workflow im Handumdrehen nutzen k\u00f6nnen. Laden Sie Medien hoch, rufen Sie Transkripte ab, lassen Sie \u00dcbersetzungen und Zusammenfassungen erstellen und\u2026<\/p>","protected":false},"author":3,"featured_media":3660,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_meta-robots-noindex":"","_yoast_wpseo_meta-robots-nofollow":"","_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_opengraph-image":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_yoast_wpseo_twitter-image":"","footnotes":""},"categories":[4],"tags":[],"class_list":["post-3659","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-announcements"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Introducing the Sonix CLI: automate your transcripts from the command line &#8226; Sonix<\/title>\n<meta name=\"description\" content=\"A free CLI tool that puts the full Sonix workflow in your terminal \u2014 upload media, pull transcripts, run translations, and automate subtitles in three lines.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sonix.ai\/resources\/de\/wir-stellen-ihnen-die-sonix-befehlszeilenschnittstelle-vor-automatisieren-sie-ihre-transkripte-uber-die-befehlszeile\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introducing the Sonix CLI: automate your transcripts from the command line &#8226; Sonix\" \/>\n<meta property=\"og:description\" content=\"A free CLI tool that puts the full Sonix workflow in your terminal \u2014 upload media, pull transcripts, run translations, and automate subtitles in three lines.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sonix.ai\/resources\/de\/wir-stellen-ihnen-die-sonix-befehlszeilenschnittstelle-vor-automatisieren-sie-ihre-transkripte-uber-die-befehlszeile\/\" \/>\n<meta property=\"og:site_name\" content=\"Sonix\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/trysonix\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-02T19:09:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-10T23:23:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sonix.ai\/resources\/wp-content\/uploads\/2026\/07\/image-16.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Stephen Hopkins\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@trysonix\" \/>\n<meta name=\"twitter:site\" content=\"@trysonix\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stephen Hopkins\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/\"},\"author\":{\"name\":\"Stephen Hopkins\",\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/#\\\/schema\\\/person\\\/5f4620f0ba695e72f4ef91dba1262e68\"},\"headline\":\"Introducing the Sonix CLI: automate your transcripts from the command line\",\"datePublished\":\"2026-07-02T19:09:46+00:00\",\"dateModified\":\"2026-08-10T23:23:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/\"},\"wordCount\":562,\"publisher\":{\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/image-16.png\",\"articleSection\":[\"Announcements\"],\"inLanguage\":\"de-DE\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/\",\"url\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/\",\"name\":\"Introducing the Sonix CLI: automate your transcripts from the command line &#8226; Sonix\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/image-16.png\",\"datePublished\":\"2026-07-02T19:09:46+00:00\",\"dateModified\":\"2026-08-10T23:23:05+00:00\",\"description\":\"A free CLI tool that puts the full Sonix workflow in your terminal \u2014 upload media, pull transcripts, run translations, and automate subtitles in three lines.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/#primaryimage\",\"url\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/image-16.png\",\"contentUrl\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/image-16.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Introducing the Sonix CLI: automate your transcripts from the command line\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/\",\"name\":\"Sonix\",\"description\":\"Automatically convert your audio and video files to text\",\"publisher\":{\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/#organization\",\"name\":\"Sonix.ai\",\"url\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/sonix.ai\\\/resources\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/Sonix-Logo-v2-blue-square.png?fit=310%2C310&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/sonix.ai\\\/resources\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/Sonix-Logo-v2-blue-square.png?fit=310%2C310&ssl=1\",\"width\":310,\"height\":310,\"caption\":\"Sonix.ai\"},\"image\":{\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/trysonix\\\/\",\"https:\\\/\\\/x.com\\\/trysonix\",\"https:\\\/\\\/ke.linkedin.com\\\/company\\\/sonix-inc\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/#\\\/schema\\\/person\\\/5f4620f0ba695e72f4ef91dba1262e68\",\"name\":\"Stephen Hopkins\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8ec2f1a3bd1890f3dc8265819b224615fdbd549e44f695233a37bf4d5390920e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8ec2f1a3bd1890f3dc8265819b224615fdbd549e44f695233a37bf4d5390920e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8ec2f1a3bd1890f3dc8265819b224615fdbd549e44f695233a37bf4d5390920e?s=96&d=mm&r=g\",\"caption\":\"Stephen Hopkins\"},\"url\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/de\\\/author\\\/stephen\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wir stellen die Sonix-Befehlszeilenschnittstelle vor: Automatisieren Sie Ihre Transkripte \u00fcber die Befehlszeile \u2022 Sonix","description":"Ein kostenloses CLI-Tool, mit dem Sie den gesamten Sonix-Workflow in Ihrem Terminal abwickeln k\u00f6nnen \u2013 Medien hochladen, Transkripte abrufen, \u00dcbersetzungen erstellen und Untertitel in nur drei Zeilen automatisieren.","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:\/\/sonix.ai\/resources\/de\/wir-stellen-ihnen-die-sonix-befehlszeilenschnittstelle-vor-automatisieren-sie-ihre-transkripte-uber-die-befehlszeile\/","og_locale":"de_DE","og_type":"article","og_title":"Introducing the Sonix CLI: automate your transcripts from the command line &#8226; Sonix","og_description":"A free CLI tool that puts the full Sonix workflow in your terminal \u2014 upload media, pull transcripts, run translations, and automate subtitles in three lines.","og_url":"https:\/\/sonix.ai\/resources\/de\/wir-stellen-ihnen-die-sonix-befehlszeilenschnittstelle-vor-automatisieren-sie-ihre-transkripte-uber-die-befehlszeile\/","og_site_name":"Sonix","article_publisher":"https:\/\/www.facebook.com\/trysonix\/","article_published_time":"2026-07-02T19:09:46+00:00","article_modified_time":"2026-08-10T23:23:05+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/sonix.ai\/resources\/wp-content\/uploads\/2026\/07\/image-16.png","type":"image\/png"}],"author":"Stephen Hopkins","twitter_card":"summary_large_image","twitter_creator":"@trysonix","twitter_site":"@trysonix","twitter_misc":{"Verfasst von":"Stephen Hopkins","Gesch\u00e4tzte Lesezeit":"3 Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/#article","isPartOf":{"@id":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/"},"author":{"name":"Stephen Hopkins","@id":"https:\/\/sonix.ai\/resources\/es\/#\/schema\/person\/5f4620f0ba695e72f4ef91dba1262e68"},"headline":"Introducing the Sonix CLI: automate your transcripts from the command line","datePublished":"2026-07-02T19:09:46+00:00","dateModified":"2026-08-10T23:23:05+00:00","mainEntityOfPage":{"@id":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/"},"wordCount":562,"publisher":{"@id":"https:\/\/sonix.ai\/resources\/es\/#organization"},"image":{"@id":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/sonix.ai\/resources\/wp-content\/uploads\/2026\/07\/image-16.png","articleSection":["Announcements"],"inLanguage":"de-DE"},{"@type":"WebPage","@id":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/","url":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/","name":"Wir stellen die Sonix-Befehlszeilenschnittstelle vor: Automatisieren Sie Ihre Transkripte \u00fcber die Befehlszeile \u2022 Sonix","isPartOf":{"@id":"https:\/\/sonix.ai\/resources\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/#primaryimage"},"image":{"@id":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/sonix.ai\/resources\/wp-content\/uploads\/2026\/07\/image-16.png","datePublished":"2026-07-02T19:09:46+00:00","dateModified":"2026-08-10T23:23:05+00:00","description":"Ein kostenloses CLI-Tool, mit dem Sie den gesamten Sonix-Workflow in Ihrem Terminal abwickeln k\u00f6nnen \u2013 Medien hochladen, Transkripte abrufen, \u00dcbersetzungen erstellen und Untertitel in nur drei Zeilen automatisieren.","breadcrumb":{"@id":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/"]}]},{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/#primaryimage","url":"https:\/\/sonix.ai\/resources\/wp-content\/uploads\/2026\/07\/image-16.png","contentUrl":"https:\/\/sonix.ai\/resources\/wp-content\/uploads\/2026\/07\/image-16.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sonix.ai\/resources\/es\/"},{"@type":"ListItem","position":2,"name":"Introducing the Sonix CLI: automate your transcripts from the command line"}]},{"@type":"WebSite","@id":"https:\/\/sonix.ai\/resources\/es\/#website","url":"https:\/\/sonix.ai\/resources\/es\/","name":"Sonix","description":"Konvertieren Sie Ihre Audio- und Videodateien automatisch in Text","publisher":{"@id":"https:\/\/sonix.ai\/resources\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sonix.ai\/resources\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https:\/\/sonix.ai\/resources\/es\/#organization","name":"Sonix.ai","url":"https:\/\/sonix.ai\/resources\/es\/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/sonix.ai\/resources\/es\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/sonix.ai\/resources\/wp-content\/uploads\/2017\/12\/Sonix-Logo-v2-blue-square.png?fit=310%2C310&ssl=1","contentUrl":"https:\/\/i0.wp.com\/sonix.ai\/resources\/wp-content\/uploads\/2017\/12\/Sonix-Logo-v2-blue-square.png?fit=310%2C310&ssl=1","width":310,"height":310,"caption":"Sonix.ai"},"image":{"@id":"https:\/\/sonix.ai\/resources\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/trysonix\/","https:\/\/x.com\/trysonix","https:\/\/ke.linkedin.com\/company\/sonix-inc"]},{"@type":"Person","@id":"https:\/\/sonix.ai\/resources\/es\/#\/schema\/person\/5f4620f0ba695e72f4ef91dba1262e68","name":"Stephen Hopkins","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/secure.gravatar.com\/avatar\/8ec2f1a3bd1890f3dc8265819b224615fdbd549e44f695233a37bf4d5390920e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8ec2f1a3bd1890f3dc8265819b224615fdbd549e44f695233a37bf4d5390920e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8ec2f1a3bd1890f3dc8265819b224615fdbd549e44f695233a37bf4d5390920e?s=96&d=mm&r=g","caption":"Stephen Hopkins"},"url":"https:\/\/sonix.ai\/resources\/de\/author\/stephen\/"}]}},"_links":{"self":[{"href":"https:\/\/sonix.ai\/resources\/de\/wp-json\/wp\/v2\/posts\/3659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sonix.ai\/resources\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sonix.ai\/resources\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sonix.ai\/resources\/de\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/sonix.ai\/resources\/de\/wp-json\/wp\/v2\/comments?post=3659"}],"version-history":[{"count":1,"href":"https:\/\/sonix.ai\/resources\/de\/wp-json\/wp\/v2\/posts\/3659\/revisions"}],"predecessor-version":[{"id":3661,"href":"https:\/\/sonix.ai\/resources\/de\/wp-json\/wp\/v2\/posts\/3659\/revisions\/3661"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sonix.ai\/resources\/de\/wp-json\/wp\/v2\/media\/3660"}],"wp:attachment":[{"href":"https:\/\/sonix.ai\/resources\/de\/wp-json\/wp\/v2\/media?parent=3659"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sonix.ai\/resources\/de\/wp-json\/wp\/v2\/categories?post=3659"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sonix.ai\/resources\/de\/wp-json\/wp\/v2\/tags?post=3659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}