{"id":1491,"date":"2025-10-02T18:02:06","date_gmt":"2025-10-02T16:02:06","guid":{"rendered":"https:\/\/www.addonflow.com\/?page_id=1491"},"modified":"2025-10-02T20:11:41","modified_gmt":"2025-10-02T18:11:41","slug":"zaiconnect","status":"publish","type":"page","link":"https:\/\/www.addonflow.com\/de\/zaiconnect\/","title":{"rendered":"ZAICONNECT"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1491\" class=\"elementor elementor-1491\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2acc924 e-flex e-con-boxed e-con e-parent\" data-id=\"2acc924\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-adc2be7 elementor-widget elementor-widget-html\" data-id=\"adc2be7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>ZAICONNECT AI Modules<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #f8f9fa;\n        }\n        \n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        .header-section {\n            text-align: center;\n            padding: 60px 20px;\n            background: white;\n        }\n        \n        .header-section h1 {\n            color: #2c5f88;\n            font-size: clamp(28px, 5vw, 42px);\n            margin-bottom: 15px;\n            font-weight: 300;\n        }\n        \n        .header-section p {\n            color: #666;\n            font-size: clamp(16px, 2.5vw, 18px);\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        .section {\n            margin-bottom: 60px;\n        }\n        \n        .section-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n        \n        .license-badge {\n            background: #ff9900;\n            color: white;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 600;\n            display: inline-block;\n            margin-bottom: 15px;\n        }\n        \n        .pro-badge {\n            background: linear-gradient(135deg, #ff9900, #ffb347);\n        }\n        \n        .section h2 {\n            color: #2c5f88;\n            font-size: clamp(24px, 4vw, 32px);\n            font-weight: 300;\n        }\n        \n        .modules-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(280px, 320px));\n            gap: 20px;\n            width: 100%;\n            justify-content: center;\n        }\n        \n        .module-card {\n            background: white;\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: 0 3px 20px rgba(0,0,0,0.08);\n            transition: transform 0.3s, box-shadow 0.3s;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        \n        .module-card:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 5px 30px rgba(0,0,0,0.12);\n        }\n        \n        .pro-card {\n            background: linear-gradient(135deg, #fff, #f0f8ff);\n            border: 2px solid #e8f4fd;\n        }\n        \n        .module-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #4b9cd3, #6bb6e3);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n            font-size: 28px;\n        }\n        \n        .pro-card .module-icon {\n            background: linear-gradient(135deg, #ff9900, #ffb347);\n        }\n        \n        .module-card h3 {\n            color: #2c5f88;\n            margin-bottom: 12px;\n            font-size: 20px;\n            font-weight: 600;\n        }\n        \n        .pro-card h3 {\n            color: #ff9900;\n        }\n        \n        .module-card h3 a {\n            color: inherit;\n            text-decoration: none;\n        }\n        \n        .module-card h3 a:hover {\n            text-decoration: underline;\n        }\n        \n        .module-description {\n            color: #666;\n            line-height: 1.6;\n            margin-bottom: 20px;\n            flex-grow: 1;\n        }\n        \n        .module-features {\n            border-top: 1px solid #f0f0f0;\n            padding-top: 15px;\n            margin-top: auto;\n        }\n        \n        .pro-card .module-features {\n            border-top: 1px solid #ffe8cc;\n        }\n        \n        .feature-item {\n            color: #999;\n            font-size: 14px;\n            margin: 5px 0;\n        }\n        \n        .module-links {\n            margin-top: 15px;\n            padding-top: 15px;\n            border-top: 1px solid #f0f0f0;\n        }\n        \n        .pro-card .module-links {\n            border-top: 1px solid #ffe8cc;\n        }\n        \n        .module-link {\n            display: inline-block;\n            background: #f8f9fa;\n            color: #2c5f88;\n            padding: 8px 16px;\n            border-radius: 20px;\n            text-decoration: none;\n            font-size: 13px;\n            font-weight: 500;\n            margin-right: 8px;\n            margin-bottom: 8px;\n            transition: all 0.3s;\n        }\n        \n        .module-link:hover {\n            background: #2c5f88;\n            color: white;\n        }\n        \n        .pro-card .module-link {\n            background: #fff5e6;\n            color: #ff9900;\n        }\n        \n        .pro-card .module-link:hover {\n            background: #ff9900;\n            color: white;\n        }\n        \n        .workflow-section {\n            background: #f8fbfd;\n            padding: 60px 20px;\n            margin: 60px -20px;\n        }\n        \n        .workflow-section h2 {\n            text-align: center;\n            color: #2c5f88;\n            font-size: clamp(24px, 4vw, 32px);\n            margin-bottom: 50px;\n            font-weight: 300;\n        }\n        \n        .workflow-steps {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 20px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .workflow-step {\n            text-align: center;\n            flex: 1;\n            min-width: 180px;\n            max-width: 200px;\n        }\n        \n        .step-icon {\n            width: 80px;\n            height: 80px;\n            background: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 15px;\n            box-shadow: 0 3px 15px rgba(0,0,0,0.1);\n            font-size: 32px;\n        }\n        \n        .workflow-arrow {\n            color: #ff9900;\n            font-size: 24px;\n            display: block;\n            margin: 0 10px;\n        }\n        \n        .step-title {\n            color: #2c5f88;\n            margin-bottom: 5px;\n            font-weight: 600;\n        }\n        \n        .step-description {\n            color: #666;\n            font-size: 14px;\n        }\n        \n        .providers-section {\n            padding: 60px 20px;\n            text-align: center;\n        }\n        \n        .providers-grid {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .provider-card {\n            padding: 15px 30px;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            border: 1px solid #e0e0e0;\n            min-width: 150px;\n        }\n        \n        .provider-card a {\n            color: #2c5f88;\n            text-decoration: none;\n            font-weight: 600;\n        }\n        \n        .cta-section {\n            background: linear-gradient(135deg, #ff9900, #ffb347);\n            padding: 50px 20px;\n            text-align: center;\n            border-radius: 20px;\n            margin: 40px 0;\n        }\n        \n        .cta-section h2 {\n            color: white;\n            font-size: clamp(24px, 4vw, 32px);\n            margin-bottom: 15px;\n            font-weight: 300;\n        }\n        \n        .cta-section p {\n            color: white;\n            font-size: clamp(16px, 2.5vw, 18px);\n            margin-bottom: 25px;\n            opacity: 0.95;\n        }\n        \n        .cta-button {\n            background: white;\n            color: #ff9900;\n            padding: 15px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            display: inline-block;\n            transition: transform 0.3s;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-2px);\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 0 15px;\n            }\n            \n            .header-section {\n                padding: 40px 15px;\n            }\n            \n            .modules-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .module-card {\n                padding: 25px;\n            }\n            \n            .workflow-steps {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .workflow-arrow {\n                display: block;\n                transform: rotate(90deg);\n            }\n            \n            .providers-grid {\n                gap: 15px;\n            }\n            \n            .provider-card {\n                padding: 12px 20px;\n                min-width: 120px;\n            }\n            \n            .section {\n                margin-bottom: 40px;\n            }\n            \n            .workflow-section {\n                margin: 40px -15px;\n                padding: 40px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .module-card {\n                padding: 20px;\n            }\n            \n            .module-icon {\n                width: 50px;\n                height: 50px;\n                font-size: 24px;\n            }\n            \n            .step-icon {\n                width: 60px;\n                height: 60px;\n                font-size: 24px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"header-section\">\n        <h1>ZAICONNECT KI-Module<\/h1>\n        <p>Umfassende KI-Integration f\u00fcr das Znuny-Ticketingsystem<\/p>\n    <\/div>\n\n    <div class=\"container\">\n        <!-- Core Modules Section -->\n        <div class=\"section\">\n            <div class=\"section-header\">\n                <span class=\"license-badge\">BASIS-LIZENZ<\/span>\n                <h2>KI-Kernmodule<\/h2>\n            <\/div>\n            <div class=\"modules-grid\">\n                <!-- AI Initial Proposal -->\n                <div class=\"module-card\">\n                    <div class=\"module-icon\">\ud83c\udfaf<\/div>\n                    <h3><a href=\"#\">KI Erstvorschlag<\/a><\/h3>\n                    <div class=\"module-description\">\n                        Erstellt automatisch erste L\u00f6sungsvorschl\u00e4ge, wenn neue Tickets eingehen. Analysiert Inhalte und Anh\u00e4nge sofort.\n                    <\/div>\n                    <div class=\"module-features\">\n                        <div class=\"feature-item\">\u2713 Automatisch ausgel\u00f6st bei neuen Tickets<\/div>\n                        <div class=\"feature-item\">\u2713 Pf\u00e4ndungsbearbeitung<\/div>\n                        <div class=\"feature-item\">\u2713 Schl\u00fcsselwort-Extraktion<\/div>\n                    <\/div>\n                    <div class=\"module-links\">\n                        <a href=\"https:\/\/www.addonflow.com\/de\/ai-initial-proposal\/\" class=\"module-link\">Mehr lesen<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- AI Technical Summary -->\n                <div class=\"module-card\">\n                    <div class=\"module-icon\">\ud83d\udcca<\/div>\n                    <h3><a href=\"#\">KI Technische Zusammenfassung<\/a><\/h3>\n                    <div class=\"module-description\">\n                        Erstellt strukturierte technische Zusammenfassungen komplexer Tickets f\u00fcr Team\u00fcbergaben und Dokumentation.\n                    <\/div>\n                    <div class=\"module-features\">\n                        <div class=\"feature-item\">\u2713 Intelligente Priorit\u00e4tensetzung<\/div>\n                        <div class=\"feature-item\">\u2713 Wichtige Flaggenunterst\u00fctzung<\/div>\n                        <div class=\"feature-item\">\u2713 Heuristischer Modus<\/div>\n                    <\/div>\n                    <div class=\"module-links\">\n                        <a href=\"https:\/\/www.addonflow.com\/de\/ai-technical-summary-module\/\" class=\"module-link\">Mehr lesen<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- AI Solution Proposal -->\n                <div class=\"module-card\">\n                    <div class=\"module-icon\">\ud83d\udca1<\/div>\n                    <h3><a href=\"#\">KI L\u00f6sungsvorschlag<\/a><\/h3>\n                    <div class=\"module-description\">\n                        Generiert konkrete L\u00f6sungsvorschl\u00e4ge mit Schritt-f\u00fcr-Schritt-Anleitungen auf der Grundlage des Ticketinhalts.\n                    <\/div>\n                    <div class=\"module-features\">\n                        <div class=\"feature-item\">\u2713 Schritt-f\u00fcr-Schritt-L\u00f6sungen<\/div>\n                        <div class=\"feature-item\">\u2713 Kontextabh\u00e4ngig<\/div>\n                        <div class=\"feature-item\">\u2713 GenericAgent kompatibel<\/div>\n                    <\/div>\n                    <div class=\"module-links\">\n                        <a href=\"https:\/\/www.addonflow.com\/de\/ai-solution-proposal-module\/\" class=\"module-link\">Mehr lesen<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Professional Modules Section -->\n        <div class=\"section\">\n            <div class=\"section-header\">\n                <span class=\"license-badge pro-badge\">PRO LIZENZ EXKLUSIV<\/span>\n                <h2>Fortgeschrittene KI-Module<\/h2>\n            <\/div>\n            <div class=\"modules-grid\">\n                <!-- AI Article Tasks -->\n                <div class=\"module-card pro-card\">\n                    <div class=\"module-icon\">\u270d\ufe0f<\/div>\n                    <h3><a href=\"#\">KI Artikel Aufgaben<\/a><\/h3>\n                    <div class=\"module-description\">\n                        Das Powermodul mit \u00fcber 20 KI-Aufgaben f\u00fcr die Artikelbearbeitung, interaktive Eingabeaufforderungen und bidirektionale \u00dcbersetzung.\n                    <\/div>\n                    <div class=\"module-features\">\n                        <div class=\"feature-item\">\u2713 Interaktiver Modus<\/div>\n                        <div class=\"feature-item\">\u2713 Freie Textauswahl<\/div>\n                        <div class=\"feature-item\">\u2713 Bi-direktionale \u00dcbersetzung<\/div>\n                    <\/div>\n                    <div class=\"module-links\">\n                        <a href=\"https:\/\/www.addonflow.com\/de\/ai-article-tasks-module\/\" class=\"module-link\">Mehr lesen<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- AI Chatbot -->\n                <div class=\"module-card pro-card\">\n                    <div class=\"module-icon\">\ud83e\udd16<\/div>\n                    <h3><a href=\"#\">KI Chatbot<\/a><\/h3>\n                    <div class=\"module-description\">\n                        Interaktiver KI-Assistent in TicketZoom mit Sprachfunktion und Dokumentenanalyse.\n                    <\/div>\n                    <div class=\"module-features\">\n                        <div class=\"feature-item\">\u2713 Spracheingabe\/-ausgabe<\/div>\n                        <div class=\"feature-item\">\u2713 Unterst\u00fctzung f\u00fcr Datei-Upload<\/div>\n                        <div class=\"feature-item\">\u2713 Kontextspeicher<\/div>\n                    <\/div>\n                    <div class=\"module-links\">\n                        <a href=\"https:\/\/www.addonflow.com\/de\/ai-chatbot-module\/\" class=\"module-link\">Mehr lesen<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- ZaiQGen -->\n                <div class=\"module-card pro-card\">\n                    <div class=\"module-icon\">\ud83d\udcda<\/div>\n                    <h3><a href=\"#\">ZaiQGen - FAQ-Generator<\/a><\/h3>\n                    <div class=\"module-description\">\n                        Erstellt automatisch strukturierte FAQ-Artikel aus erfolgreich gel\u00f6sten Tickets.\n                    <\/div>\n                    <div class=\"module-features\">\n                        <div class=\"feature-item\">\u2713 Automatische FAQ-Erstellung<\/div>\n                        <div class=\"feature-item\">\u2713 Schl\u00fcsselwort-Extraktion<\/div>\n                        <div class=\"feature-item\">\u2713 Genehmigungs-Workflow<\/div>\n                    <\/div>\n                    <div class=\"module-links\">\n                        <a href=\"https:\/\/www.addonflow.com\/de\/zaiqgen-faq-generator-module\/\" class=\"module-link\">Mehr lesen<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- ZaiQMatch -->\n                <div class=\"module-card pro-card\">\n                    <div class=\"module-icon\">\ud83c\udfaf<\/div>\n                    <h3><a href=\"#\">ZaiQMatch - FAQ-Vorschl\u00e4ge<\/a><\/h3>\n                    <div class=\"module-description\">\n                        Echtzeit-FAQ-Vorschl\u00e4ge in der Ticket-Seitenleiste mit Relevanzbewertung und Schnelleinf\u00fcgung.\n                    <\/div>\n                    <div class=\"module-features\">\n                        <div class=\"feature-item\">\u2713 Relevanz-Scoring<\/div>\n                        <div class=\"feature-item\">\u2713 Quick-Insert-Funktion<\/div>\n                        <div class=\"feature-item\">\u2713 Fuzzy-Matching<\/div>\n                    <\/div>\n                    <div class=\"module-links\">\n                        <a href=\"https:\/\/www.addonflow.com\/de\/zaiqmatch-faq-matching-module\/\" class=\"module-link\">Mehr lesen<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Document Translator -->\n                <div class=\"module-card pro-card\">\n                    <div class=\"module-icon\">\ud83c\udf0d<\/div>\n                    <h3><a href=\"#\">KI Dokumenten\u00fcbersetzer<\/a><\/h3>\n                    <div class=\"module-description\">\n                        Automatische Dokumenten\u00fcbersetzung mit Formaterhaltung f\u00fcr PDF-, DOCX- und Excel-Dateien.\n                    <\/div>\n                    <div class=\"module-features\">\n                        <div class=\"feature-item\">\u2713 Google Cloud &amp; DeepL<\/div>\n                        <div class=\"feature-item\">\u2713 Formaterhaltung<\/div>\n                        <div class=\"feature-item\">\u2713 Stapelverarbeitung<\/div>\n                    <\/div>\n                    <div class=\"module-links\">\n                        <a href=\"https:\/\/www.addonflow.com\/de\/ai-document-translator-module\/\" class=\"module-link\">Mehr lesen<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Integration Flow -->\n    <div class=\"workflow-section\">\n        <h2>Wie es funktioniert<\/h2>\n        <div class=\"workflow-steps\">\n            <div class=\"workflow-step\">\n                <div class=\"step-icon\">\ud83d\udce5<\/div>\n                <h4 class=\"step-title\">Ticket trifft ein<\/h4>\n                <p class=\"step-description\">Kunde erstellt Anfrage<\/p>\n            <\/div>\n            <div class=\"workflow-arrow\">\u2192<\/div>\n            <div class=\"workflow-step\">\n                <div class=\"step-icon\">\ud83e\udd16<\/div>\n                <h4 class=\"step-title\">KI-Verarbeitung<\/h4>\n                <p class=\"step-description\">Sofortige Analyse und Vorschl\u00e4ge<\/p>\n            <\/div>\n            <div class=\"workflow-arrow\">\u2192<\/div>\n            <div class=\"workflow-step\">\n                <div class=\"step-icon\">\ud83d\udc64<\/div>\n                <h4 class=\"step-title\">Agent Review<\/h4>\n                <p class=\"step-description\">Anpassen und Senden der Antwort<\/p>\n            <\/div>\n            <div class=\"workflow-arrow\">\u2192<\/div>\n            <div class=\"workflow-step\">\n                <div class=\"step-icon\">\ud83d\udcda<\/div>\n                <h4 class=\"step-title\">Wissensdatenbank<\/h4>\n                <p class=\"step-description\">Automatische FAQ-Erstellung<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"container\">\n        <!-- AI Provider Compatibility -->\n        <div class=\"providers-section\">\n            <h2>Kompatible KI-Anbieter<\/h2>\n            <div class=\"providers-grid\">\n                <div class=\"provider-card\"><a href=\"https:\/\/openai.com\/api\/\">ChatGPT\/OpenAI<\/a><\/div>\n                <div class=\"provider-card\"><a href=\"https:\/\/www.chat-data.com\/\">Chat-Data.com<\/a><\/div>\n                <div class=\"provider-card\"><a href=\"https:\/\/www.chatbase.co\/\">Chatbase.co<\/a><\/div>\n                <div class=\"provider-card\"><a href=\"https:\/\/cloud.google.com\/translate\/docs\/reference\/api-overview\">Google Cloud<\/a><\/div>\n                <div class=\"provider-card\"><a href=\"https:\/\/www.deepl.com\/en\/pro-api\">DeepL<\/a><\/div>\n            <\/div>\n            <p style=\"color: #999; font-size: 14px;\">* API-Schl\u00fcssel werden von jedem Anbieter separat ben\u00f6tigt<\/p>\n        <\/div>\n\n        <!-- Bottom CTA -->\n        <div class=\"cta-section\">\n            <h2>Sind Sie bereit, Ihren Support zu ver\u00e4ndern?<\/h2>\n            <p>Erleben Sie die Leistung der KI-gesteuerten Ticketverarbeitung<\/p>\n            <a href=\"mailto:info@addonflow.com\" class=\"cta-button\">Kontaktieren Sie uns f\u00fcr Details \/ Demo anfordern<\/a>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>ZAICONNECT AI Modules ZAICONNECT AI Modules Comprehensive AI integration for Znuny ticketing system BASIC LICENSE Core AI Modules \ud83c\udfaf AI Initial Proposal Automatically generates initial solution suggestions when new tickets arrive. Analyzes content and attachments instantly. \u2713 Auto-triggered on new&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1491","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.addonflow.com\/de\/wp-json\/wp\/v2\/pages\/1491","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.addonflow.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.addonflow.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.addonflow.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.addonflow.com\/de\/wp-json\/wp\/v2\/comments?post=1491"}],"version-history":[{"count":29,"href":"https:\/\/www.addonflow.com\/de\/wp-json\/wp\/v2\/pages\/1491\/revisions"}],"predecessor-version":[{"id":1551,"href":"https:\/\/www.addonflow.com\/de\/wp-json\/wp\/v2\/pages\/1491\/revisions\/1551"}],"wp:attachment":[{"href":"https:\/\/www.addonflow.com\/de\/wp-json\/wp\/v2\/media?parent=1491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}