{"id":87239,"date":"2025-10-26T02:03:00","date_gmt":"2025-10-26T01:03:00","guid":{"rendered":"https:\/\/playdeck.tv\/?p=87239"},"modified":"2026-08-02T23:51:11","modified_gmt":"2026-08-02T21:51:11","slug":"playdeck-api","status":"publish","type":"post","link":"https:\/\/playdeck.tv\/de\/playdeck-api\/","title":{"rendered":"PLAYDECK-API"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Integrieren Sie PLAYDECK mithilfe unserer Standard-REST-API (OpenAPI 3) und der WebSocket-Schnittstelle in Skripte, Automatisierungssysteme und benutzerdefinierte Benutzeroberfl\u00e4chen, um die Steuerung in Echtzeit \u00fcber einen einzigen Port zu erm\u00f6glichen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In diesem Artikel:<br>\u2192\u00a0<a href=\"#interface\">Welche Schnittstelle brauche ich?<\/a><br>\u2192\u00a0<a href=\"#quickstart\">REST-API-Schnellstart<\/a><br>\u2192\u00a0<a href=\"#reference\">Interaktive API-Referenz<\/a><br>\u2192\u00a0<a href=\"#websocket\">WebSocket-Echtzeitkanal<\/a><br>\u2192\u00a0<a href=\"#commands\">Eingabe von \u00e4lteren TCP-Befehlen<\/a><br>\u2192\u00a0<a href=\"#examples\">Beispiele f\u00fcr die Integration<\/a><\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-87239_47e442-b1 .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-87239_47e442-b1 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-87239_47e442-b1\" id=\"interface\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Welche Schnittstelle brauche ich?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">PLAYDECK bietet je nach Ihren Integrationsanforderungen verschiedene Schnittstellen an. W\u00e4hlen Sie anhand der folgenden \u00dcbersicht das richtige Protokoll und den richtigen Port aus:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">Anwendungsfall<\/th><th class=\"has-text-align-left\" data-align=\"left\">Empfohlene Schnittstelle<\/th><th class=\"has-text-align-left\" data-align=\"left\">Hafen<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\">Skripte, cURL, Postman, benutzerdefinierte HTTP-Integrationen<\/td><td class=\"has-text-align-left\" data-align=\"left\">REST-API <code>\/api\/v1<\/code> (OpenAPI 3)<\/td><td class=\"has-text-align-left\" data-align=\"left\">11411<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Live-Status, Ereignisse, HTML-Overlays, Bitfocus Companion<\/td><td class=\"has-text-align-left\" data-align=\"left\">WebSocket-Kanal<\/td><td class=\"has-text-align-left\" data-align=\"left\">11411<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Fertige Steuerfl\u00e4chen<\/td><td class=\"has-text-align-left\" data-align=\"left\">Bitfocus Companion (\u00fcber WebSocket)<\/td><td class=\"has-text-align-left\" data-align=\"left\">11411<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Alte TCP-Clients \/ Bestehende Automatisierungspipelines<\/td><td class=\"has-text-align-left\" data-align=\"left\">TCP-Befehle in<\/td><td class=\"has-text-align-left\" data-align=\"left\">11375<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Empfehlung:<\/strong> Die meisten neuen Integrationsprojekte sollten mit dem <strong>REST-API<\/strong>. Wechseln Sie dazu oder kombinieren Sie es mit <strong>WebSocket<\/strong> nur, wenn Sie kontinuierliche Statusaktualisierungen mit geringer Latenz oder Ereignisausl\u00f6ser in Echtzeit ben\u00f6tigen.<\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-87239_a53f8c-61 .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-87239_a53f8c-61 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-87239_a53f8c-61\" id=\"quickstart\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>REST-API-Schnellstart<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">W\u00e4hrend PLAYDECK l\u00e4uft, ist die HTTP-REST-API automatisch \u00fcber den Port <code>11411<\/code> (nutzt denselben Dienst wie die integrierte Web-Fernbedienung).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Basis-URL<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-very-light-gray-background-color has-background\"><code>http:\/\/HOST:11411\/api\/v1<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Ersetzen <code>MODERATOR<\/code> durch die tats\u00e4chliche IP-Adresse Ihres PLAYDECK-Ger\u00e4ts, die Sie unter <strong>Einstellungen \u2794 Netzwerk \u2794 Entwickler-API<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Testen in PLAYDECK<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sie ben\u00f6tigen keine externen Tools, um mit dem Testen zu beginnen. \u00d6ffnen Sie <strong>Einstellungen \u2794 Netzwerk \u2794 Entwickler-API<\/strong> innerhalb der Softwareanwendung, um Beispielanfragen direkt \u00fcber die Benutzeroberfl\u00e4che zu senden oder die interaktive Dokumentation zu \u00f6ffnen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Beispiele f\u00fcr HTTP-Anfragen<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Service-Zustandspr\u00fcfung:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-very-light-gray-background-color has-background\"><code>GET \/api\/v1\/health HTTP\/1.1\nHost: HOST:11411<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><br><strong><strong>2. Playout-Status abrufen (JSON-Antwort):<\/strong><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-very-light-gray-background-color has-background\"><code>GET \/api\/v1\/status HTTP\/1.1\nHost: HOST:11411<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><br><strong><strong><strong>3. Trigger-Play auf Playout, Kanal 1:<\/strong><\/strong><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-very-light-gray-background-color has-background\"><code>POST \/api\/v1\/channels\/1\/play HTTP\/1.1\nHost: HOST:11411<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><br><strong><strong><strong><strong>4. Block 1, Clip 2 auf Playout, Kanal 1 abspielen:<\/strong><\/strong><\/strong><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-very-light-gray-background-color has-background\"><code>POST \/api\/v1\/channels\/1\/play\/1\/2 HTTP\/1.1\nHost: HOST:11411<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Viele Aktionen akzeptieren optionale Pfadparameter zur gezielten Steuerung (wie beispielsweise Block-\/Clip-IDs, Timecode-Offsets oder Overlay-IDs).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Legacy-Befehl \u201eEscape Hatch\u201c<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn Sie die klassische PLAYDECK-Befehlssprache \u00fcber HTTP vollst\u00e4ndig nutzen m\u00f6chten, k\u00f6nnen Sie Befehle im Pipe-Format an den daf\u00fcr vorgesehenen Befehls-Endpunkt \u00fcbermitteln:<\/p>\n\n\n\n<pre class=\"wp-block-code has-very-light-gray-background-color has-background\"><code>POST \/api\/v1\/commands HTTP\/1.1\nHost: HOST:11411\nContent-Type: application\/json\n\n{\n  \"command\": \"play\",\n  \"args\": [\"1\", \"1\", \"2\"]\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><br><em>Hinweis: F\u00fcr den Betrieb im lokalen Netzwerk (LAN) ist in der aktuellen Version kein API-Schl\u00fcssel und kein Authentifizierungstoken erforderlich.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"1155\" height=\"929\" src=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-548.png\" alt=\"\" class=\"wp-image-89480\" style=\"aspect-ratio:1.2432932469935245;width:746px;height:auto\" srcset=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-548.png 1155w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-548-300x241.png 300w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-548-768x618.png 768w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-548-15x12.png 15w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-548-600x483.png 600w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-548-75x60.png 75w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-548-112x90.png 112w\" sizes=\"(max-width: 1155px) 100vw, 1155px\" \/><\/figure>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-87239_8bdea8-c0 .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-87239_8bdea8-c0 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-87239_8bdea8-c0\" id=\"reference\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Interaktive API-Referenz<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Der vollst\u00e4ndige, maschinenlesbare Vertrag f\u00fcr diese Schnittstelle wird als OpenAPI-3-Spezifikationsdokument bereitgestellt.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2794 <strong>Download:<\/strong> <a href=\"http:\/\/downloads.playdeck.tv\/assets\/openapi-v1.yaml\">OpenAPI-Spezifikation (YAML)<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">F\u00fcr interaktives Durchsuchen, die \u00dcberpr\u00fcfung von Nutzdaten und direkte \u201cTry it out\u201d-Tests mit Ihrer aktiven PLAYDECK-Instanz:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Start <strong>PLAYDECK<\/strong>.<\/li>\n\n\n\n<li>Gehen Sie zu <strong>Einstellungen \u2794 Netzwerk \u2794 Entwickler-API<\/strong> und klicken Sie auf <strong>Offene API-Referenz<\/strong>.<\/li>\n\n\n\n<li>Alternativ k\u00f6nnen Sie auf einem beliebigen Rechner im selben Netzwerk einen Webbrowser \u00f6ffnen und folgende Adresse aufrufen: <code><span data-no-translation>http:\/\/HOST:11411\/api\/v1\/docs<\/span><\/code><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Auf dieser Dokumentationsseite werden alle verf\u00fcgbaren REST-Endpunkte, erforderlichen Parameter, Schemadefinitionen und erwarteten Antwortinhalte dynamisch aufgelistet.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"1827\" height=\"1201\" src=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-562.png\" alt=\"\" class=\"wp-image-89509\" style=\"aspect-ratio:1.521265457426639;width:793px;height:auto\" srcset=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-562.png 1827w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-562-300x197.png 300w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-562-768x505.png 768w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-562-1536x1010.png 1536w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-562-18x12.png 18w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-562-600x394.png 600w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-562-91x60.png 91w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-562-137x90.png 137w\" sizes=\"(max-width: 1827px) 100vw, 1827px\" \/><\/figure>\n<\/blockquote>\n\n\n\n<ol class=\"wp-block-list\"><\/ol>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-87239_d0c2eb-1d .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-87239_d0c2eb-1d .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-87239_d0c2eb-1d\" id=\"websocket\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>WebSocket-Echtzeitkanal<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hafen <code>11411<\/code> verarbeitet gleichzeitig WebSocket-Verbindungen. Dieser bidirektionale Kanal wurde speziell f\u00fcr Anwendungen entwickelt, die einen kontinuierlichen Datenstrom erfordern:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Aktueller Status von Playout:<\/strong> Hochfrequente Positionsverfolgung bei der Wiedergabe und Timecode-Aktualisierungen.<\/li>\n\n\n\n<li><strong>Ereignisausl\u00f6ser:<\/strong> Sofortige Benachrichtigungen, wenn ein Clip, ein Block oder eine Wiedergabeliste startet, stoppt oder in einer Schleife abgespielt wird.<\/li>\n\n\n\n<li><strong>Klassische Pipe-Befehle:<\/strong> Direkte Verarbeitung nativer Steuerbefehle im Format <code>&lt;play|1|...><\/code>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Der Beamte <strong>Bitfocus Companion PLAYDECK-Modul<\/strong>, das <strong>Web-Fernbedienungs-Benutzeroberfl\u00e4che<\/strong>, benutzerdefinierte HTML-Grafik-Overlays und Director-View-Vorlagen nutzen diesen speziellen Echtzeitkanal. Eine vollst\u00e4ndige Dokumentation zur Syntax der Befehle und Ereignistypen finden Sie direkt im Anwendungspaket oder in Ihrem lokalen Vorlagenverzeichnis:<\/p>\n\n\n\n<pre class=\"wp-block-code has-very-light-gray-background-color has-background\"><code><strong>Web-Remote-Benutzeroberfl\u00e4che:<\/strong>\n<span data-no-translation>c:\\Program Files\\JoyEventMedia\\Playdeck\\html\\webremote.html<\/span>\n\n<strong>HTML-Vorlagen:<\/strong>\n<span data-no-translation>C:\\Users\\Public\\Documents\\JoyEventMedia\\Playdeck\\HTML-Templates\\<\/span>\noder\n<span data-no-translation>c:\\Users\\<\/span>\\AppData\\Local<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"2216\" height=\"1527\" src=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-563.png\" alt=\"\" class=\"wp-image-89510\" style=\"aspect-ratio:1.4512471655328798;width:754px;height:auto\" srcset=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-563.png 2216w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-563-300x207.png 300w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-563-768x529.png 768w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-563-1536x1058.png 1536w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-563-2048x1411.png 2048w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-563-18x12.png 18w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-563-600x413.png 600w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-563-87x60.png 87w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-563-131x90.png 131w\" sizes=\"(max-width: 2216px) 100vw, 2216px\" \/><\/figure>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-87239_64710a-64 .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-87239_64710a-64 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-87239_64710a-64\" id=\"commands\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Eingabe von \u00e4lteren TCP-Befehlen<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Um die Abw\u00e4rtskompatibilit\u00e4t mit der bestehenden Infrastruktur f\u00fcr die Sendeautomatisierung zu gew\u00e4hrleisten, akzeptiert PLAYDECK weiterhin eingehende TCP-Rohverbindungen auf Port <code>11375<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Diese Einstellung wird unter folgendem Men\u00fcpunkt verwaltet: <strong>Einstellungen \u2794 Netzwerk \u2794 Eingehend \u2794 TCP-Befehle aktivieren<\/strong>. Die Syntax der Nutzdaten entspricht dem durch Pipe-Zeichen getrennten Format, das vom WebSocket-Kanal und von REST verwendet wird <code>\/api\/v1\/commands<\/code> Endpunkt.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Anmerkung des Entwicklers:<\/strong> F\u00fcr alle von Grund auf neu entwickelten Projekte und die Integration neuer Skripte empfehlen wir dringend, die REST-API anstelle von reinen TCP-Sockets zu verwenden.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"1336\" height=\"914\" src=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-565.png\" alt=\"\" class=\"wp-image-89516\" style=\"aspect-ratio:1.4617434335744195;width:781px;height:auto\" srcset=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-565.png 1336w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-565-300x205.png 300w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-565-768x525.png 768w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-565-18x12.png 18w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-565-600x410.png 600w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-565-88x60.png 88w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-565-132x90.png 132w\" sizes=\"(max-width: 1336px) 100vw, 1336px\" \/><\/figure>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><\/blockquote>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-87239_72ee08-b0 .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-87239_72ee08-b0 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-87239_72ee08-b0\" id=\"examples\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Beispiele f\u00fcr die Integration<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Bitfocus Companion:<\/strong> Schnelle Bereitstellung physischer Hardware-Bedienelemente mithilfe unseres produktionsreifen nativen Moduls \u00fcber WebSockets.<\/li>\n\n\n\n<li><strong>Web-Fernsteuerung:<\/strong> Umfassende Schnittstelle zur Produktionssteuerung, die \u00fcber jeden Browser am Port zug\u00e4nglich ist <code>11411<\/code>.<\/li>\n\n\n\n<li><strong>Director-Ansicht und HTML-Overlays:<\/strong> Integrierte Webvorlagen, die die Live-Statusbindung veranschaulichen.<\/li>\n\n\n\n<li><strong>Ma\u00dfgeschneiderte Software-Tools:<\/strong> Schnelle Anwendungsentwicklung mithilfe von Standard-HTTP-Clients, die auf Basis unserer OpenAPI-Spezifikation generiert werden und optional durch WebSockets f\u00fcr Telemetriedaten unterst\u00fctzt werden.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Haben Sie Fragen oder spezielle Anforderungen an den Arbeitsablauf? Wenden Sie sich an unser Technikteam unter <strong>support@playdeck.tv<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Integrieren Sie PLAYDECK mithilfe unserer Standard-REST-API (OpenAPI 3) und der WebSocket-Schnittstelle f\u00fcr die Echtzeitsteuerung \u00fcber einen einzigen Port in Skripte, Automatisierungssysteme und benutzerdefinierte Benutzeroberfl\u00e4chen. In diesem Artikel:\u2192 Welche Schnittstelle ben\u00f6tige ich?\u2192 REST-API-Schnellstart\u2192 Interaktive API-Referenz\u2192 WebSocket-Echtzeitkanal\u2192 Legacy \u2026 <a class=\"kt-excerpt-readmore more-link\" href=\"https:\/\/playdeck.tv\/de\/playdeck-api\/\" aria-label=\"PLAYDECK-API\">Weiterlesen<\/a><\/p>","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"kt_blocks_editor_width":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-87239","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PLAYDECK API - PLAYDECK<\/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:\/\/playdeck.tv\/de\/playdeck-api\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PLAYDECK API - PLAYDECK\" \/>\n<meta property=\"og:description\" content=\"Integrate PLAYDECK into scripts, automation systems, and custom user interfaces using our standard REST API (OpenAPI 3) and WebSocket interface for real-time control on a single port. In this article:\u2192\u00a0Which interface do I need?\u2192\u00a0REST API quickstart\u2192\u00a0Interactive API Reference\u2192\u00a0WebSocket real-time channel\u2192\u00a0Legacy &hellip; Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/playdeck.tv\/de\/playdeck-api\/\" \/>\n<meta property=\"og:site_name\" content=\"PLAYDECK\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/playdecktv\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-26T01:03:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-02T21:51:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-548.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1155\" \/>\n\t<meta property=\"og:image:height\" content=\"929\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"WebAdmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"WebAdmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/\"},\"author\":{\"name\":\"WebAdmin\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/person\\\/63a673a3fa358907dfc2bc57cc23f5b8\"},\"headline\":\"PLAYDECK API\",\"datePublished\":\"2025-10-26T01:03:00+00:00\",\"dateModified\":\"2026-08-02T21:51:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/\"},\"wordCount\":640,\"publisher\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/image-548.png\",\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"de\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/\",\"name\":\"PLAYDECK API - PLAYDECK\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/image-548.png\",\"datePublished\":\"2025-10-26T01:03:00+00:00\",\"dateModified\":\"2026-08-02T21:51:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/#primaryimage\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/image-548.png\",\"contentUrl\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/image-548.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/playdeck.tv\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PLAYDECK API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#website\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/\",\"name\":\"PLAYDECK\",\"description\":\"Professional Video Playout Software for Windows\",\"publisher\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/playdeck.tv\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#organization\",\"name\":\"PLAYDECK\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/Logo_PlayDeck-04-edited-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/Logo_PlayDeck-04-edited-scaled.jpg\",\"width\":2560,\"height\":1087,\"caption\":\"PLAYDECK\"},\"image\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/playdecktv\",\"https:\\\/\\\/www.instagram.com\\\/playdeck.tv\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/70437766\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/person\\\/63a673a3fa358907dfc2bc57cc23f5b8\",\"name\":\"WebAdmin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PLAYDECK-API \u2013 PLAYDECK","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:\/\/playdeck.tv\/de\/playdeck-api\/","og_locale":"de_DE","og_type":"article","og_title":"PLAYDECK API - PLAYDECK","og_description":"Integrate PLAYDECK into scripts, automation systems, and custom user interfaces using our standard REST API (OpenAPI 3) and WebSocket interface for real-time control on a single port. In this article:\u2192\u00a0Which interface do I need?\u2192\u00a0REST API quickstart\u2192\u00a0Interactive API Reference\u2192\u00a0WebSocket real-time channel\u2192\u00a0Legacy &hellip; Read More","og_url":"https:\/\/playdeck.tv\/de\/playdeck-api\/","og_site_name":"PLAYDECK","article_publisher":"https:\/\/www.facebook.com\/playdecktv","article_published_time":"2025-10-26T01:03:00+00:00","article_modified_time":"2026-08-02T21:51:11+00:00","og_image":[{"width":1155,"height":929,"url":"https:\/\/playdeck.tv\/wp-content\/uploads\/image-548.png","type":"image\/png"}],"author":"WebAdmin","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"WebAdmin","Gesch\u00e4tzte Lesezeit":"4\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/playdeck.tv\/playdeck-api\/#article","isPartOf":{"@id":"https:\/\/playdeck.tv\/playdeck-api\/"},"author":{"name":"WebAdmin","@id":"https:\/\/playdeck.tv\/#\/schema\/person\/63a673a3fa358907dfc2bc57cc23f5b8"},"headline":"PLAYDECK API","datePublished":"2025-10-26T01:03:00+00:00","dateModified":"2026-08-02T21:51:11+00:00","mainEntityOfPage":{"@id":"https:\/\/playdeck.tv\/playdeck-api\/"},"wordCount":640,"publisher":{"@id":"https:\/\/playdeck.tv\/#organization"},"image":{"@id":"https:\/\/playdeck.tv\/playdeck-api\/#primaryimage"},"thumbnailUrl":"https:\/\/playdeck.tv\/wp-content\/uploads\/image-548.png","articleSection":["Uncategorized"],"inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/playdeck.tv\/playdeck-api\/","url":"https:\/\/playdeck.tv\/playdeck-api\/","name":"PLAYDECK-API \u2013 PLAYDECK","isPartOf":{"@id":"https:\/\/playdeck.tv\/#website"},"primaryImageOfPage":{"@id":"https:\/\/playdeck.tv\/playdeck-api\/#primaryimage"},"image":{"@id":"https:\/\/playdeck.tv\/playdeck-api\/#primaryimage"},"thumbnailUrl":"https:\/\/playdeck.tv\/wp-content\/uploads\/image-548.png","datePublished":"2025-10-26T01:03:00+00:00","dateModified":"2026-08-02T21:51:11+00:00","breadcrumb":{"@id":"https:\/\/playdeck.tv\/playdeck-api\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/playdeck.tv\/playdeck-api\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/playdeck.tv\/playdeck-api\/#primaryimage","url":"https:\/\/playdeck.tv\/wp-content\/uploads\/image-548.png","contentUrl":"https:\/\/playdeck.tv\/wp-content\/uploads\/image-548.png"},{"@type":"BreadcrumbList","@id":"https:\/\/playdeck.tv\/playdeck-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/playdeck.tv\/"},{"@type":"ListItem","position":2,"name":"PLAYDECK API"}]},{"@type":"WebSite","@id":"https:\/\/playdeck.tv\/#website","url":"https:\/\/playdeck.tv\/","name":"PLAYDECK","description":"Professionelle Video-Software Playout f\u00fcr Windows","publisher":{"@id":"https:\/\/playdeck.tv\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/playdeck.tv\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/playdeck.tv\/#organization","name":"PLAYDECK","url":"https:\/\/playdeck.tv\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/playdeck.tv\/#\/schema\/logo\/image\/","url":"https:\/\/playdeck.tv\/wp-content\/uploads\/Logo_PlayDeck-04-edited-scaled.jpg","contentUrl":"https:\/\/playdeck.tv\/wp-content\/uploads\/Logo_PlayDeck-04-edited-scaled.jpg","width":2560,"height":1087,"caption":"PLAYDECK"},"image":{"@id":"https:\/\/playdeck.tv\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/playdecktv","https:\/\/www.instagram.com\/playdeck.tv\/","https:\/\/www.linkedin.com\/company\/70437766\/"]},{"@type":"Person","@id":"https:\/\/playdeck.tv\/#\/schema\/person\/63a673a3fa358907dfc2bc57cc23f5b8","name":"WebAdmin"}]}},"taxonomy_info":{"category":[{"value":1,"label":"Uncategorized"}]},"featured_image_src_large":false,"author_info":{"display_name":"WebAdmin","author_link":"https:\/\/playdeck.tv\/de\/author\/joy\/"},"comment_info":0,"category_info":[{"term_id":1,"name":"Uncategorized","slug":"uncategorized","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":48,"filter":"raw","cat_ID":1,"category_count":48,"category_description":"","cat_name":"Uncategorized","category_nicename":"uncategorized","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts\/87239","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/comments?post=87239"}],"version-history":[{"count":43,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts\/87239\/revisions"}],"predecessor-version":[{"id":89521,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts\/87239\/revisions\/89521"}],"wp:attachment":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/media?parent=87239"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/categories?post=87239"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/tags?post=87239"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}