{"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-31T15:35:15","modified_gmt":"2026-08-31T22:35:15","slug":"maak-kennis-met-de-sonix-cli-automatiseer-je-transcripties-via-de-opdrachtregel","status":"publish","type":"post","link":"https:\/\/sonix.ai\/resources\/nl\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/","title":{"rendered":"Maak kennis met de Sonix CLI: automatiseer je transcripties via de opdrachtregel"},"content":{"rendered":"<h1 class=\"wp-block-heading\"><\/h1>\n<p class=\"wp-block-paragraph\">Vandaag lanceren we de <strong>Sonix CLI<\/strong> \u2014 een gratis, snelle command-line-tool waarmee je de volledige Sonix-workflow binnen handbereik hebt. Upload media, haal transcripties op, laat vertalingen en samenvattingen genereren en beheer je account: dit alles via korte commando\u2019s die je handmatig kunt uitvoeren, in een script kunt opnemen of in je CI-workflow kunt integreren. Het is de volledige Sonix-API, verpakt in \u00e9\u00e9n tool genaamd <code>sonix<\/code>.<\/p>\n<p class=\"wp-block-paragraph\">Het mooiste is hoe makkelijk je ermee aan de slag kunt. E\u00e9n keer installeren, en in drie regels ben je van een ruwe opname bij kant-en-klare ondertitels op schijf:<\/p>\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<p class=\"wp-block-paragraph\">Dat is een upload, een transcriptie en kant-en-klare SRT-ondertitels op schijf \u2014 zonder verbindingscode.<\/p>\n<h2 class=\"wp-block-heading\">Wat het doet<\/h2>\n<p class=\"wp-block-paragraph\">Onder de motorkap, <code>sonix<\/code> regelt alles wat je anders zelf zou moeten implementeren via de raw API:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>Upload wat je maar wilt.<\/strong> Kleine bestanden worden in \u00e9\u00e9n keer snel ge\u00fcpload; grote bestanden (we hebben bestanden van meerdere gigabyte getest) worden direct en betrouwbaar ge\u00fcpload, waarbij elk deel afzonderlijk opnieuw wordt geprobeerd, zodat een onstabiele verbinding een bestand van 5 GB niet in de weg staat. Je hoeft niet na te denken over welke methode je gebruikt \u2014 <code>sonix media create .\/big-recording.mov<\/code> het werkt gewoon.<\/li>\n<li><strong>Ontvang transcripties in elk gewenst formaat<\/strong> \u2014 platte tekst, SRT, VTT, JSON of Avid DS \u2014 rechtstreeks naar een bestand of je terminal gestreamd.<\/li>\n<li><strong>Gebruik de AI-functies die je al gebruikt<\/strong> \u2014 vertalingen, het permanent inbranden van ondertitels, samenvattingen met \u00e9\u00e9n muisklik en het in \u00e9\u00e9n keer samenvatten van de inhoud van een hele map.<\/li>\n<li><strong>Beheer je account<\/strong> \u2014 mappen, teamleden en gedeelde links, allemaal via scripts te beheren.<\/li>\n<li><strong>Wacht op de langzame stukken.<\/strong> Toevoegen <code>--wacht even<\/code> naar elke taak, en de CLI wacht tot deze is voltooid en geeft vervolgens het resultaat weer. Geen handmatig geschreven polling-lussen meer.<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">Alles is zo opgezet dat er gegevens worden doorgestuurd. Resultaten worden naar de standaarduitvoer gestuurd, diagnostische gegevens naar de standaardfoutuitvoer, en <code>--json<\/code> geeft je het onbewerkte API-antwoord op elke opdracht \u2014 dus <code>sonix media list --json | jq<\/code> en <code>Sonix-transcript ophalen \u2026 &gt; bestand<\/code> Blijf netjes. De volledige lijst met commando\u2019s en vlaggen vind je in de <a href=\"https:\/\/sonix.ai\/docs\/api#cli_commands\">Sonix CLI-documentatie<\/a>.<\/p>\n<h2 class=\"wp-block-heading\">Ook ontworpen voor AI-agenten<\/h2>\n<p class=\"wp-block-paragraph\">De CLI heeft nog een tweede doelgroep: AI-codeeragenten zoals Claude Code of Codex. In plaats van een groot toolschema in de context van het model te laden, kan een agent een shell-opdracht uitvoeren naar <code>sonix<\/code> \u2014 \u00e9\u00e9n simpel commando, een correcte afsluitcode, klaar.<\/p>\n<pre class=\"wp-block-code\"><code>sonix agent-context #: het volledige opdrachtoppervlak als JSON, in \u00e9\u00e9n aanroep\nsonix setup claude #: installeert een kant-en-klare Sonix-skill voor Claude Code<\/code><\/pre>\n<p class=\"wp-block-paragraph\">Als je liever hebt dat je assistent in Sonix kijkt <em>op een informele manier<\/em> \u2014 \u201cZoek mijn interview met dr. Patel op en haal daar de drie belangrijkste punten uit\u201d \u2014 dat is wat onze <a href=\"https:\/\/sonix.ai\/mcp\">MCP-server<\/a> voor dient. De CLI vormt de andere helft van dat verhaal: voor als je (of een agent) deterministische, scriptbare commando\u2019s nodig hebt waarop je in een pijplijn kunt vertrouwen.<\/p>\n<h2 class=\"wp-block-heading\">Een paar voorbeelden van hoe mensen het gebruiken<\/h2>\n<ul class=\"wp-block-list\">\n<li>Een onderzoeker wijst erop <code>Sonix Media Create<\/code> in een map met <a href=\"https:\/\/sonix.ai\/resources\/best-transcription-software-for-interviews\/\">interviews<\/a> en zorgt ervoor dat een script de hele batch \u2019s nachts kan uploaden en transcriberen.<\/li>\n<li>Een podcastteam genereert voor elke nieuwe aflevering nieuwe SRT-bestanden als onderdeel van het productieproces; je hoeft nergens op te klikken.<\/li>\n<li>Een ontwikkelaar integreert Sonix in een bestaande mediapijplijn zonder ook maar \u00e9\u00e9n regel HTTP-code te schrijven.<\/li>\n<li>Een AI-agent uploadt een opname, wacht op het transcript en vat dit samen \u2014 allemaal via shell-opdrachten.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading\">Aan de slag<\/h2>\n<p class=\"wp-block-paragraph\">De Sonix CLI is gratis en open source (MIT), draait op Node 20+ en is binnen enkele seconden ge\u00efnstalleerd:<\/p>\n<pre class=\"wp-block-code\"><code>npm install -g @sonix-ai\/cli\n# of, zonder te installeren:\nnpx @sonix-ai\/cli media list<\/code><\/pre>\n<p class=\"wp-block-paragraph\">Haal je API-sleutel op via <a href=\"https:\/\/my.sonix.ai\/api\">my.sonix.ai\/api<\/a>, uitvoeren <code>sonix config set api-key<\/code>, en je bent klaar. De volledige lijst met commando\u2019s en opties vind je in <a href=\"https:\/\/sonix.ai\/docs\/api#cli_requirements\">onze CLI-documentatie<\/a>en <code>sonix --help<\/code> is altijd slechts \u00e9\u00e9n toetsaanslag verwijderd.<\/p>\n<p class=\"wp-block-paragraph\">We zijn benieuwd wat jullie ermee gaan automatiseren. Zoals altijd, <a href=\"mailto:wecare@sonix.ai\">neem even contact met ons op<\/a> als je feedback hebt, ergens tegenaan loopt of ons wilt laten weten wat je graag als volgende zou willen zien.<\/p>\n<p class=\"wp-block-paragraph\">","protected":false},"excerpt":{"rendered":"<p>Vandaag lanceren we de Sonix CLI \u2014 een gratis, snelle command-line-tool waarmee je de volledige Sonix-workflow binnen handbereik hebt. Upload media, haal transcripties op, laat vertalingen en samenvattingen genereren, en\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.4 - 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\/nl\/maak-kennis-met-de-sonix-cli-automatiseer-je-transcripties-via-de-opdrachtregel\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\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\/nl\/maak-kennis-met-de-sonix-cli-automatiseer-je-transcripties-via-de-opdrachtregel\/\" \/>\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-31T22:35:15+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=\"Geschreven door\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stephen Hopkins\" \/>\n\t<meta name=\"twitter:label2\" content=\"Geschatte leestijd\" \/>\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-31T22:35:15+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\":\"nl\"},{\"@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-31T22:35:15+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\":\"nl\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sonix.ai\\\/resources\\\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl\",\"@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\":\"nl\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/#organization\",\"name\":\"Sonix.ai\",\"url\":\"https:\\\/\\\/sonix.ai\\\/resources\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl\",\"@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\":\"nl\",\"@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\\\/nl\\\/author\\\/stephen\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Maak kennis met de Sonix CLI: automatiseer je transcripties via de opdrachtregel \u2022 Sonix","description":"Een gratis CLI-tool waarmee je de volledige Sonix-workflow in je terminal kunt uitvoeren: media uploaden, transcripties ophalen, vertalingen uitvoeren en ondertitels automatiseren in slechts drie regels.","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\/nl\/maak-kennis-met-de-sonix-cli-automatiseer-je-transcripties-via-de-opdrachtregel\/","og_locale":"nl_NL","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\/nl\/maak-kennis-met-de-sonix-cli-automatiseer-je-transcripties-via-de-opdrachtregel\/","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-31T22:35:15+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":{"Geschreven door":"Stephen Hopkins","Geschatte leestijd":"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-31T22:35:15+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":"nl"},{"@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":"Maak kennis met de Sonix CLI: automatiseer je transcripties via de opdrachtregel \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-31T22:35:15+00:00","description":"Een gratis CLI-tool waarmee je de volledige Sonix-workflow in je terminal kunt uitvoeren: media uploaden, transcripties ophalen, vertalingen uitvoeren en ondertitels automatiseren in slechts drie regels.","breadcrumb":{"@id":"https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/#breadcrumb"},"inLanguage":"nl","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sonix.ai\/resources\/introducing-the-sonix-cli-automate-your-transcripts-from-the-command-line\/"]}]},{"@type":"ImageObject","inLanguage":"nl","@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":"Zet uw audio- en videobestanden automatisch om naar tekst","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":"nl"},{"@type":"Organization","@id":"https:\/\/sonix.ai\/resources\/es\/#organization","name":"Sonix.ai","url":"https:\/\/sonix.ai\/resources\/es\/","logo":{"@type":"ImageObject","inLanguage":"nl","@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":"nl","@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\/nl\/author\/stephen\/"}]}},"_links":{"self":[{"href":"https:\/\/sonix.ai\/resources\/nl\/wp-json\/wp\/v2\/posts\/3659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sonix.ai\/resources\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sonix.ai\/resources\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sonix.ai\/resources\/nl\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/sonix.ai\/resources\/nl\/wp-json\/wp\/v2\/comments?post=3659"}],"version-history":[{"count":1,"href":"https:\/\/sonix.ai\/resources\/nl\/wp-json\/wp\/v2\/posts\/3659\/revisions"}],"predecessor-version":[{"id":4322,"href":"https:\/\/sonix.ai\/resources\/nl\/wp-json\/wp\/v2\/posts\/3659\/revisions\/4322"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sonix.ai\/resources\/nl\/wp-json\/wp\/v2\/media\/3660"}],"wp:attachment":[{"href":"https:\/\/sonix.ai\/resources\/nl\/wp-json\/wp\/v2\/media?parent=3659"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sonix.ai\/resources\/nl\/wp-json\/wp\/v2\/categories?post=3659"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sonix.ai\/resources\/nl\/wp-json\/wp\/v2\/tags?post=3659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}