{"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-07-02T12:09:47","modified_gmt":"2026-07-02T19:09:47","slug":"introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line","status":"publish","type":"post","link":"https:\/\/sonix.ai\/resources\/de\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/","title":{"rendered":"Introducing the Sonix CLI: automate your transcripts from the command line"},"content":{"rendered":"<h1 class=\"wp-block-heading\"><\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Today we&#8217;re launching the <strong>Sonix CLI<\/strong> \u2014 a free, fast command-line tool that puts the entire Sonix workflow at your fingertips. Upload media, pull transcripts, run translations and summaries, and manage your account, all from short commands you can run by hand, drop into a script, or wire into CI. It&#8217;s the whole Sonix API, wrapped in a single tool called <code>sonix<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The best part is how easy it is to get started. Install once, and go from a raw recording to finished subtitles on disk in three lines:<\/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 &lt;media-id&gt; --format srt &gt; captions.srt<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s an upload, a transcription, and finished SRT subtitles on disk \u2014 no glue code.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What it does<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Under the hood, <code>sonix<\/code> handles everything the raw API would otherwise make you wire up yourself:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Upload anything.<\/strong> Small files take a fast one-shot path; large ones (we&#8217;ve tested multi-gigabyte) upload directly and reliably, with each piece retried independently so a flaky connection won&#8217;t sink a 5 GB file. You don&#8217;t have to think about which path you&#8217;re on \u2014 <code>sonix media create .\/big-recording.mov<\/code> just works.<\/li>\n\n\n\n<li><strong>Get transcripts in any format<\/strong> \u2014 plain text, SRT, VTT, JSON, or Avid DS \u2014 streamed straight to a file or your terminal.<\/li>\n\n\n\n<li><strong>Run the AI features you already use<\/strong> \u2014 translations, subtitle burn-in, one-click summaries, and batch summaries across a whole folder.<\/li>\n\n\n\n<li><strong>Manage your account<\/strong> \u2014 folders, team members, and shared links, all scriptable.<\/li>\n\n\n\n<li><strong>Wait for the slow stuff.<\/strong> Add <code>--wait<\/code> to any job and the CLI blocks until it&#8217;s done, then prints the result. No more hand-rolled polling loops.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Everything is built to pipe. Results go to standard output, diagnostics go to standard error, and <code>--json<\/code> gives you the raw API response on any command \u2014 so <code>sonix media list --json | jq<\/code> und <code>sonix transcript get \u2026 &gt; file<\/code> stay clean. The full command and flag reference lives in the <a href=\"https:\/\/sonix.ai\/docs\/api#cli_commands\">Sonix CLI docs<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Built for AI agents, too<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The CLI has a second audience: AI coding agents like Claude Code or Codex. Instead of loading a big tool schema into the model&#8217;s context, an agent can shell out to <code>sonix<\/code> \u2014 one cheap command, a clean exit code, done.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sonix agent-context        # the entire command surface as JSON, in one call\nsonix setup claude         # installs a ready-made Sonix skill for Claude Code<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d rather have your assistant reach into Sonix <em>conversationally<\/em> \u2014 &#8220;find my interview with Dr. Patel and pull the three biggest takeaways&#8221; \u2014 that&#8217;s what our <a href=\"https:\/\/sonix.ai\/mcp\">MCP server<\/a> is for. The CLI is the other half of that story: for when you (or an agent) want deterministic, scriptable commands you can trust in a pipeline.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A few ways people are using it<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A researcher points <code>sonix media create<\/code> at a folder of <a href=\"https:\/\/sonix.ai\/resources\/de\/best-transcription-software-for-interviews\/\">Interviews<\/a> and lets a script upload and transcribe the whole batch overnight.<\/li>\n\n\n\n<li>A podcast team generates fresh SRTs for every new episode as a build step, no clicking required.<\/li>\n\n\n\n<li>A developer wires Sonix into an existing media pipeline without writing a single line of HTTP code.<\/li>\n\n\n\n<li>An AI agent uploads a recording, waits for the transcript, and summarizes it \u2014 all through shell commands.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Get started<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Sonix CLI is free and open source (MIT), runs on Node 20+, and installs in seconds:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm install -g @sonix-ai\/cli\n# or, without installing:\nnpx @sonix-ai\/cli media list<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Grab your API key from <a href=\"https:\/\/my.sonix.ai\/api\">my.sonix.ai\/api<\/a>, run <code>sonix config set api-key &lt;key&gt;<\/code>, and you&#8217;re off. The full command and flag reference lives in <a href=\"https:\/\/sonix.ai\/docs\/api#cli_requirements\">our CLI docs<\/a>und <code>sonix --help<\/code> is always one keystroke away.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We&#8217;re excited to see what you automate with it. As always, <a href=\"mailto:wecare@sonix.ai\">drop us a line<\/a> if you&#8217;ve got feedback, hit a snag, or want to tell us what you&#8217;d love to see next.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Today we&#8217;re launching the Sonix CLI \u2014 a free, fast command-line tool that puts the entire Sonix workflow at your fingertips. Upload media, pull transcripts, run translations and summaries, and&#8230;<\/p>","protected":false},"author":3,"featured_media":3660,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"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 v27.9 - 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=\"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\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/\" \/>\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=\"Today we&#8217;re launching the Sonix CLI \u2014 a free, fast command-line tool that puts the entire Sonix workflow at your fingertips. Upload media, pull transcripts, run translations and summaries, and...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sonix.ai\/resources\/de\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/\" \/>\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-07-02T19:09:47+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-07-02T19:09:47+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-07-02T19:09:47+00:00\",\"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":"Introducing the Sonix CLI: automate your transcripts from the command line &#8226; Sonix","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\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/","og_locale":"de_DE","og_type":"article","og_title":"Introducing the Sonix CLI: automate your transcripts from the command line &#8226; Sonix","og_description":"Today we&#8217;re launching the Sonix CLI \u2014 a free, fast command-line tool that puts the entire Sonix workflow at your fingertips. Upload media, pull transcripts, run translations and summaries, and...","og_url":"https:\/\/sonix.ai\/resources\/de\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/","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-07-02T19:09:47+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-07-02T19:09:47+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-07-02T19:09:47+00:00","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}]}}