LogoLogo
Try it outResourcesAPIsAddOnsBook a demo
  • Getting Started
    • Introduction to Beefree SDK
      • Create an Application
      • Installation and Fundamentals
        • Configuration parameters
          • Configuration Reload
          • Workspaces
          • Debugging the Beefree SDK Editor
        • Methods and Events
        • Authorization Process
        • How the UID parameter works
        • Set up two-factor authentication
        • Naming conventions
      • Development Applications
      • Manage Users
      • Manage Subscriptions
      • Installation and Fundamentals
    • Tracking Message Changes
    • Sample Code
    • Release Candidate Environment
  • Visual Builders
    • Email Builder
    • Page Builder
      • Integrating Page Builder
      • Embedding videos in a page
    • Popup Builder
      • Popup Builder - Getting Started
      • Testing and Integrating
      • Setting layout and size
        • Advanced settings
    • AI-Driven Design Creation
  • APIs
    • Content Services API
      • Authentication
      • Export
      • Convert
      • Row Processing
      • AI Collection
      • Brand Style
    • Template Catalog API
      • Authentication
      • Templates
      • Categories
      • Collections
      • Designers
      • Tags
    • HTML Importer API
      • Authentication
      • Import HTML
  • Forms
    • Form Block
    • Integrating and using the Form block
      • Passing forms to the builder
      • Form structure and parameters
      • Form layout customization
      • Allowed form fields
      • Edit form field modal
  • Rows
    • Reusable Content
      • Create Reusable Content
        • Pre-build Reusable Content
          • Implement Custom Rows
        • Save Reusable Content
          • Implement Hosted Saved Rows
          • Implement Self-hosted Saved Rows
            • Self-hosted Saved Rows Concepts and Tutorial
      • Sync Reusable Content
        • Implement Synced Rows
        • Initialize Edit Single Row Mode
      • Manage Reusable Content
    • Storage for Reusable Content
      • Hosted Saved Rows
      • Self-Hosted Saved Rows
  • File manager
    • File manager application overview
      • Mime Types and Groups
  • Server-side configurations
    • Server-side options
      • Toolbar options
      • Storage options
        • Configure your AWS S3 bucket
        • Connect your file storage system
      • Content options
      • Services options
      • Undo & Changes history
      • Custom JavaScript Libraries Injection
  • Other Customizations
    • Advanced options
      • Special Links and Merge Tags
      • Content Dialog
      • Custom Color Palette
      • Font management
      • Roles and Permissions
      • Smart Merge Tags
      • Commenting
      • Custom Attributes
      • Meta Tags
      • Custom Languages
      • Display Conditions
      • Advanced Permissions
      • Custom File Picker
      • Custom Headers
    • Appearance
      • Content Defaults
      • Custom Sidebar Position
      • Content Tile Sorting
      • Content Tile Grouping
      • Loading Spinner Theme
      • Custom Tab Layout
      • Themes
      • Custom CSS
        • Change Log
    • AMP for Email
    • Collaborative Editing
      • Co-editing Integration Guide
    • Mobile Design Mode
    • Multi-language Templates
    • Cards Style and Image Round Corners
    • Hover Effect for Buttons
    • Content Area Padding
    • Line Height
  • Data Structures
    • Getting Started
    • Schema Catalog
    • Simple Schema
      • Template Schema
      • Definitions Schema
      • Row Schema
      • Column Schema
      • Title Schema
      • Image Schema
      • Button Schema
      • Paragraph Schema
      • HTML Schema
      • Menu Schema
      • List Schema
      • Icon Schema
      • Divider Schema
    • Row Metadata
    • Form Validation Schema
    • Comments Schema
      • Change Schema for Comments
  • Builder AddOns
    • AddOns
      • AddOns Overview
      • Partner AddOns
        • Partner AddOns directory
        • Installing Partner AddOns
        • DeepL
        • Stability AI
        • Azure AI Vision - Image Analysis
          • Alternate Text Generation with AI
          • AI Alt Text Bulk Generation
        • AI Writing Assistant
          • Available Providers
            • OpenAI
            • Azure OpenAI
            • Anthropic
          • AI Providers and Data Security
          • AI-Generated Meta Tag Fields
          • Token Upselling
          • Apply a Brand Tone
        • Custom AI Writing Assistant
      • Custom AddOns
        • AddOn Development
        • Contribute to the Partner AddOn Marketplace
      • AddOns Configuration
      • AddOn FAQs
  • Resources
    • Error Management
      • onWarning
      • Beefree SDK Editor Errors
      • File System Provider errors
      • JSON Parser errors
      • Template Validation and Update
      • Template validation and update errors
    • Scheduled maintenances
Powered by GitBook
LogoLogo

Policies

  • Privacy & Cookies
  • Terms of Services
  • GDPR Compliance
  • Trust Center

Contact Us

  • Submit a request
  • Book a demo
  • Report a security issue

Resources

  • Developer website
  • Create a Developer Account

© Bee Content Design, Inc. San Francisco, CA | Part of Growens

On this page

Was this helpful?

Export as PDF
  1. APIs
  2. Content Services API

AI Collection

This page lists and describes the AI Collection category of endpoints within the Content Services API. It also includes interactive testing environments for each endpoint in this category.

PreviousRow ProcessingNextBrand Style

Last updated 15 days ago

Was this helpful?

AI Collection

The resources in the AI collection accept your template JSON and use generative AI to return text within a JSON object to you.

Prerequisites

Prior to getting started with the resources in this collection, ensure you have the following:

  • Superpowers subscription or higher.

  • An configured within the .

  • Content Services API key.

Note: Charges from your AI Provider are separate from those from Beefree SDK.

Metadata (Preheader and Subject)

v1/ai/metadata

SMS

v1/ai/sms

Summary

v1/ai/summary

AI Provider
Beefree SDK Developer Console

Generate SMS with AI

post

Submit your JSON template as the request body to generate a custom SMS using AI.

Authorizations
Path parameters
collectionstringRequired

The collection ID or name

Body
Responses
200
Successful response
application/json
Responseobject
400
Bad request
401
Unauthorized
403
Forbidden
500
Internal Server Error
post
POST /v1/{collection}/sms HTTP/1.1
Host: api.getbee.io
Authorization: Bearer Enter Dev Console API Key as Bearer token
Content-Type: application/json
Accept: */*
Content-Length: 19932

{
  "options": {
    "model": "gpt-3.5-turbo",
    "toneOfVoice": "",
    "length": "detailed",
    "instructions": "",
    "reportUsage": true,
    "language": "it-IT"
  },
  "template": {
    "page": {
      "body": {
        "container": {
          "style": {
            "background-color": "#fff",
            "background-image": "none",
            "background-position": "top left",
            "background-repeat": "no-repeat",
            "background-size": "auto"
          }
        },
        "content": {
          "computedStyle": {
            "linkColor": "#8a3b8f",
            "messageBackgroundColor": "transparent",
            "messageWidth": "650px"
          },
          "style": {
            "color": "#000000",
            "font-family": "Lato, Tahoma, Verdana, Segoe, sans-serif"
          }
        },
        "type": "mailup-bee-page-properties",
        "webFonts": [
          {
            "fontFamily": "'Lato', Tahoma, Verdana, Segoe, sans-serif",
            "name": "Lato",
            "url": "https://fonts.googleapis.com/css?family=Lato"
          }
        ]
      },
      "description": "",
      "rows": [
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "descriptor": {
                    "computedStyle": {
                      "align": "center",
                      "hideContentOnMobile": false
                    },
                    "divider": {
                      "style": {
                        "border-top": "0px solid transparent",
                        "height": "10px",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "0px",
                      "padding-left": "0px",
                      "padding-right": "0px",
                      "padding-top": "0px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "b89c3d25-dbec-439a-8ad1-4939a28678e9"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "0px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "0px"
              },
              "uuid": "3bd72010-5175-4326-b848-8beacea852d6"
            }
          ],
          "container": {
            "style": {
              "background-color": "#8a3b8f",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 625122,
            "dateCreated": "2022-01-20T09:49:32.875165Z",
            "dateModified": "2022-01-20T09:49:32.875165Z",
            "description": "",
            "idParent": null,
            "name": "Pre header purple row",
            "slug": "pre-header-purple-row",
            "thumb_large": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/8b99691b-8e39-47a7-8773-4540cd7ff113_large.jpg",
            "thumb_medium": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/8b99691b-8e39-47a7-8773-4540cd7ff113_medium.jpg",
            "thumb_small": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/8b99691b-8e39-47a7-8773-4540cd7ff113_small.jpg",
            "uuid": "8b99691b-8e39-47a7-8773-4540cd7ff113"
          },
          "synced": false,
          "type": "one-column-empty",
          "uuid": "7fa3e6c4-ac4f-421f-b9eb-db1b9f629fb3"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "class": "left fixedwidth",
                      "width": "162.5px"
                    },
                    "image": {
                      "alt": "BEE Pro Logo",
                      "height": "109px",
                      "href": "https://beefree.io/",
                      "percWidth": 25,
                      "prefix": "",
                      "src": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeProAgency/53601_655907/editor_images/BEEPro_logo_2.png",
                      "target": "_self",
                      "width": "291px"
                    },
                    "style": {
                      "padding-bottom": "40px",
                      "padding-left": "20px",
                      "padding-right": "20px",
                      "padding-top": "20px",
                      "width": "100%"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-image",
                  "uuid": "cc54124d-97bd-44e0-b15e-710a577840ec"
                },
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "align": "center"
                    },
                    "divider": {
                      "style": {
                        "border-top": "1px dotted #CCCCCC",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "20px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "15px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "2cd36842-fbe8-4f43-9688-ff6c964aaa89"
                },
                {
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnAmp": false,
                      "hideContentOnDesktop": false,
                      "hideContentOnHtml": false,
                      "hideContentOnMobile": false
                    },
                    "paragraph": {
                      "computedStyle": {
                        "linkColor": "#0068a5",
                        "paragraphSpacing": "16px"
                      },
                      "html": "<p>Hi 🙂</p>\n<p><strong>Would you be interested to participate in a user research project with us?</strong></p>\n<p>The research will consist of a video call. It usually takes 30 to 45 minutes maximum, but we schedule 1 hour in case we need more time. We'll be asking questions about you, your team, and your email/page creation workflow. The idea is for us to understand how BEE Pro fits in your work day.</p>\n<p><strong>Sounds good?</strong> Pick a time slot at your convenience using <a href=\"https://calendly.com/beepro-product-team/beepro-interview?month=2022-06\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration: underline;\">this link ↗</a></p>\n<p>Look forward to hearing back from you.</p>\n<p>Best,</p>\n<p>Dalila from the Product Team 💜</p>\n<p>P.S. Probably your colleagues that use BEE Pro have received this email too. If you'd like you can add one guest to the booking link and participate together, or you can join us alone. We would love to talk to you in any case.&nbsp;</p>",
                      "style": {
                        "color": "#000000",
                        "direction": "ltr",
                        "font-family": "inherit",
                        "font-size": "14px",
                        "font-weight": "400",
                        "letter-spacing": "0px",
                        "line-height": "120%",
                        "text-align": "left"
                      },
                      "translations": {
                        "de-DE": {
                          "html": "<p>Hallo 🙂<br /><br />Is het interessant om deel te nemen aan een onderzoek naar nieuwe gebruikersonderzoeken?<br /><br />Het onderzoek bestaat uit een videofilm. Wacht tussen 30 en 45 minuten als het maximum, maar het programma duurt 1 uur voordat u meer tijd nodig heeft. De haremos worden nu gebruikt, uw uitrusting en uw vloeiende creatie van pagina's/correos elektronische. Het idee is dat BEE Pro op zijn werk werkt.<br /><br />&iquest;Suena bien? Elija un horario de su conveniencia usando este enlace ↗<br />Esperamos tener noticias suyas.<br /><br />Groot,<br /><br />Dalila del equipo de producto 💜<br /><br /><br />PD Waarschijnlijk is uw partner die BEE Pro gebruikt, deze recibido is elektrisch correct. Als je dit hebt gedaan, kun je een uitnodiging voor het reserveren en de deelname aan de wedstrijd verzamelen, of je kunt een nieuwe solo spelen. Geen enkele gebeurtenis wordt in een ander geval verwisseld.</p>"
                        },
                        "es-ES": {
                          "html": "<p>Hola 🙂<br /><br />&iquest;Estar&iacute;a interesado en participar en un proyecto de investigaci&oacute;n de usuarios con nosotros?<br /><br />La investigaci&oacute;n consistir&aacute; en una videollamada. Suele tardar entre 30 y 45 minutos como m&aacute;ximo, pero programamos 1 hora por si necesitamos m&aacute;s tiempo. Le haremos preguntas sobre usted, su equipo y su flujo de trabajo de creaci&oacute;n de p&aacute;ginas/correos electr&oacute;nicos. La idea es que entendamos c&oacute;mo encaja BEE Pro en su jornada laboral.<br /><br /><br />&iquest;Suena bien? Elija un horario de su conveniencia usando este enlace ↗<br />Esperamos tener noticias suyas.<br /><br /><br />Mejor,<br /><br />Dalila del equipo de producto 💜<br /><br /><br /><br />PD Probablemente tus compa&ntilde;eros que utilizan BEE Pro tambi&eacute;n hayan recibido este correo electr&oacute;nico. Si lo desea, puede agregar un invitado al enlace de reserva y participar juntos, o puede unirse a nosotros solo. Nos encantar&iacute;a hablar con usted en cualquier caso.</p>"
                        }
                      }
                    },
                    "style": {
                      "padding-bottom": "10px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "10px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-paragraph",
                  "uuid": "0456f2de-7125-475c-b016-41f77b3fda47"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "10px",
                "padding-right": "10px",
                "padding-top": "5px"
              },
              "uuid": "61614a04-eb36-4d98-b28e-c6c9e048877d"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 625122,
            "dateCreated": "2022-01-20T09:51:57.896884Z",
            "dateModified": "2022-01-20T09:51:57.896884Z",
            "description": "",
            "idParent": null,
            "name": "body with: logo + pre title + title + subtitle + body",
            "slug": "body-with-logo-pre-title-title-subtitle-body",
            "thumb_large": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/35d02430-32b2-41d6-a115-68d7bb476d64_large.jpg",
            "thumb_medium": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/35d02430-32b2-41d6-a115-68d7bb476d64_medium.jpg",
            "thumb_small": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/35d02430-32b2-41d6-a115-68d7bb476d64_small.jpg",
            "uuid": "35d02430-32b2-41d6-a115-68d7bb476d64"
          },
          "synced": false,
          "type": "two-columns-empty",
          "uuid": "f57920be-d9e4-41c0-a009-eb85fd2a8034"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "align": "center"
                    },
                    "divider": {
                      "style": {
                        "border-top": "1px dotted #CCCCCC",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "30px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "15px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "ab4460e6-1206-45c1-ba56-9f6d6409508e"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "6ac459ef-5e34-468a-b064-07ea57e1e37c"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 625122,
            "dateCreated": "2021-06-29T08:19:25.800829Z",
            "dateModified": "2021-06-29T08:19:27.572522Z",
            "description": "",
            "idParent": null,
            "name": "Footer Line",
            "slug": "footer-line",
            "uuid": "77127825-a508-4127-9155-b5161f9e1703"
          },
          "synced": false,
          "type": "row-1-columns-12",
          "uuid": "b759c29c-fb9e-4b1a-add9-a464eeb568f5"
        },
        {
          "columns": [
            {
              "grid-columns": 3,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "class": "left fixedwidth",
                      "width": "130px"
                    },
                    "image": {
                      "alt": "Elena Loatelli & Dalila Bonomi",
                      "height": "263px",
                      "href": "",
                      "percWidth": 80,
                      "prefix": "",
                      "src": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeProAgency/53601_655907/editor_images/dalila.png",
                      "target": "_self",
                      "width": "263px"
                    },
                    "style": {
                      "padding-bottom": "0px",
                      "padding-left": "15px",
                      "padding-right": "0px",
                      "padding-top": "5px",
                      "width": "100%"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-image",
                  "uuid": "682c9273-3090-43fb-9acc-a2e2cda857b7"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "a434440b-92d8-4841-90cc-2ab49b1afc14"
            },
            {
              "grid-columns": 9,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnMobile": false
                    },
                    "style": {
                      "padding-bottom": "0px",
                      "padding-left": "15px",
                      "padding-right": "10px",
                      "padding-top": "10px"
                    },
                    "text": {
                      "computedStyle": {
                        "linkColor": "#8a3b8f"
                      },
                      "html": "<div class=\"txtTinyMce-wrapper\" style=\"font-size:14px;line-height:16px;font-family:inherit;\" data-mce-style=\"font-size:14px;line-height:16px;font-family:inherit;\"><p style=\"font-size:14px;line-height:16px;word-break:break-word;\" data-mce-style=\"font-size:14px;line-height:16px;word-break:break-word;\"><strong><span style=\"font-size:16px;line-height:19px;\" data-mce-style=\"font-size:16px;line-height:19px;\">DALILA BONOMI</span></strong></p></div>",
                      "style": {
                        "color": "#8a3b8f",
                        "font-family": "inherit",
                        "line-height": "120%"
                      }
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-text",
                  "uuid": "b37a5a73-5f40-4e2d-8d7b-6a117aa686eb"
                },
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnDesktop": false,
                      "hideContentOnMobile": false
                    },
                    "style": {
                      "padding-bottom": "5px",
                      "padding-left": "15px",
                      "padding-right": "0px",
                      "padding-top": "10px"
                    },
                    "text": {
                      "computedStyle": {
                        "linkColor": "#8a3b8f"
                      },
                      "html": "<div class=\"txtTinyMce-wrapper\" style=\"font-size:12px;line-height:21px;font-family:inherit;\" data-mce-style=\"font-size:12px;line-height:21px;font-family:inherit;\"><p style=\"font-size:14px;line-height:25px;word-break:break-word;text-align:left;\" data-mce-style=\"font-size:14px;line-height:25px;word-break:break-word;text-align:left;\"><strong><span style=\"font-size:16px;line-height:28px;\" data-mce-style=\"font-size:16px;line-height:28px;\">BEE | The email &amp; page builder for everyone.</span></strong></p><p style=\"line-height:21px;word-break:break-word;\" data-mce-style=\"line-height:21px;word-break:break-word;\"><span style=\"font-size:16px;line-height:28px;\" data-mce-style=\"font-size:16px;line-height:28px;\">Design Researcher</span></p></div>",
                      "style": {
                        "color": "#454562",
                        "font-family": "inherit",
                        "line-height": "180%"
                      }
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-text",
                  "uuid": "a916773b-42f4-4efc-af64-3b2a9f801015"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "bc078241-a4ab-4a26-b28b-b7aba3180d3a"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 706433,
            "dateCreated": "2022-01-31T09:21:17.612857Z",
            "dateModified": "2022-01-31T09:21:20.633639Z",
            "description": "",
            "idParent": null,
            "name": "Dalila single sign",
            "slug": "dalila-single-sign",
            "uuid": "37bceb9d-b1c9-4724-b5ad-31645653d1c2"
          },
          "synced": false,
          "type": "two-columns-3-9-empty",
          "uuid": "3218627f-a68a-4f5d-b3e9-adfa19bb82ec"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "descriptor": {
                    "computedStyle": {
                      "align": "center",
                      "hideContentOnMobile": false
                    },
                    "divider": {
                      "style": {
                        "border-top": "0px solid transparent",
                        "height": "50px",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "10px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "10px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "5a247632-900c-4a38-8bf1-2307938d9bb5"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "ecfdb53f-a7a0-40dd-9fd9-67d7e2677832"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "synced": false,
          "type": "one-column-empty",
          "uuid": "feb66cab-ac4a-4ec2-b5d6-657eeabd1039"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnDesktop": false,
                      "hideContentOnMobile": false,
                      "iconHeight": "16px",
                      "iconSpacing": {
                        "padding-bottom": "5px",
                        "padding-left": "5px",
                        "padding-right": "6px",
                        "padding-top": "5px"
                      },
                      "itemsSpacing": "0px"
                    },
                    "iconsList": {
                      "icons": [
                        {
                          "alt": "Designed with BEE",
                          "height": "325px",
                          "href": "https://beefree.io/",
                          "id": "1879a39d-9303-43e5-8458-990ac7b0a429",
                          "image": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeProAgency/53601_510656/Signature/bee_w.png",
                          "target": "_blank",
                          "text": "Designed with BEE",
                          "textPosition": "right",
                          "title": "Designed with BEE",
                          "width": "325px"
                        }
                      ]
                    },
                    "style": {
                      "color": "#ffffff",
                      "font-family": "inherit",
                      "font-size": "15px",
                      "padding-bottom": "5px",
                      "padding-left": "0px",
                      "padding-right": "0px",
                      "padding-top": "5px",
                      "text-align": "center"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-icons",
                  "uuid": "35f3f7a2-37aa-4471-bd26-ce2b51e6e39b"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "8d6cbc30-0a36-4037-ae02-827d71033fee"
            }
          ],
          "container": {
            "style": {
              "background-color": "#8a3b8f",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 706433,
            "dateCreated": "2022-01-20T09:44:21.371097Z",
            "dateModified": "2022-01-20T11:01:58.708887Z",
            "description": "",
            "idParent": null,
            "name": "Designed with BEE",
            "slug": "designed-with-bee",
            "thumb_large": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/727e515b-7455-4661-8e85-22b9f7178d3f_large.jpg",
            "thumb_medium": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/727e515b-7455-4661-8e85-22b9f7178d3f_medium.jpg",
            "thumb_small": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/727e515b-7455-4661-8e85-22b9f7178d3f_small.jpg",
            "uuid": "727e515b-7455-4661-8e85-22b9f7178d3f"
          },
          "synced": false,
          "type": "one-column-empty",
          "uuid": "cc615b28-4773-45ef-b0bf-4ef7ef89b1bf"
        }
      ],
      "template": {
        "name": "template-base",
        "type": "basic",
        "version": "2.0.0"
      },
      "title": ""
    },
    "comments": {
      "31878122-0ce6-4ac0-930e-ccf6086c264c": {
        "author": {
          "userColor": "#85b2c3",
          "userHandle": "515751",
          "username": "Cinzia Caleffi"
        },
        "content": "<code contenteditable=\"false\" data-bee-mention-uid=\"274606\">@Dalila Bonomi</code> <code contenteditable=\"false\" data-bee-mention-uid=\"264431\">@Cinzia Caleffi</code> ei",
        "elementId": "9664b8a4-b3c0-401d-be92-6a0dc5022591",
        "mentions": [
          "274606",
          "264431"
        ],
        "parentCommentId": null,
        "responses": [],
        "timestamp": "2022-08-03T06:54:12.900Z",
        "isElementDeleted": true
      },
      "aa9ea85d-1cdd-49b4-90d0-a42fb87d0a44": {
        "author": {
          "userColor": "#85b2c3",
          "userHandle": "515751",
          "username": "Cinzia Caleffi"
        },
        "content": "<code contenteditable=\"false\" data-bee-mention-uid=\"274606\">@Dalila Bonomi</code> <code contenteditable=\"false\" data-bee-mention-uid=\"264431\">@Cinzia Caleffi</code> test",
        "elementId": null,
        "mentions": [
          "274606",
          "264431"
        ],
        "parentCommentId": null,
        "responses": [],
        "timestamp": "2022-08-03T06:55:03.335Z",
        "isElementDeleted": null
      }
    }
  }
}
{
  "message": "Success"
}

Generate Preheader and Subject Metadata with AI

post

Use AI and this endpoint to generate metadata, which includes preheaders and subject lines, automatically.

Authorizations
Path parameters
collectionstringRequired

The collection ID or name

Body
Responses
200
Successful response
application/json
Responseobject
400
Bad request
401
Unauthorized
403
Forbidden
500
Internal Server Error
post
POST /v1/{collection}/metadata HTTP/1.1
Host: api.getbee.io
Authorization: Bearer Enter Dev Console API Key as Bearer token
Content-Type: application/json
Accept: */*
Content-Length: 19924

{
  "options": {
    "model": "gpt-3.5-turbo",
    "toneOfVoice": "",
    "instructions": "Try to use a pun.",
    "reportUsage": true,
    "language": ""
  },
  "template": {
    "page": {
      "body": {
        "container": {
          "style": {
            "background-color": "#fff",
            "background-image": "none",
            "background-position": "top left",
            "background-repeat": "no-repeat",
            "background-size": "auto"
          }
        },
        "content": {
          "computedStyle": {
            "linkColor": "#8a3b8f",
            "messageBackgroundColor": "transparent",
            "messageWidth": "650px"
          },
          "style": {
            "color": "#000000",
            "font-family": "Lato, Tahoma, Verdana, Segoe, sans-serif"
          }
        },
        "type": "mailup-bee-page-properties",
        "webFonts": [
          {
            "fontFamily": "'Lato', Tahoma, Verdana, Segoe, sans-serif",
            "name": "Lato",
            "url": "https://fonts.googleapis.com/css?family=Lato"
          }
        ]
      },
      "description": "",
      "rows": [
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "descriptor": {
                    "computedStyle": {
                      "align": "center",
                      "hideContentOnMobile": false
                    },
                    "divider": {
                      "style": {
                        "border-top": "0px solid transparent",
                        "height": "10px",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "0px",
                      "padding-left": "0px",
                      "padding-right": "0px",
                      "padding-top": "0px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "b89c3d25-dbec-439a-8ad1-4939a28678e9"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "0px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "0px"
              },
              "uuid": "3bd72010-5175-4326-b848-8beacea852d6"
            }
          ],
          "container": {
            "style": {
              "background-color": "#8a3b8f",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 625122,
            "dateCreated": "2022-01-20T09:49:32.875165Z",
            "dateModified": "2022-01-20T09:49:32.875165Z",
            "description": "",
            "idParent": null,
            "name": "Pre header purple row",
            "slug": "pre-header-purple-row",
            "thumb_large": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/8b99691b-8e39-47a7-8773-4540cd7ff113_large.jpg",
            "thumb_medium": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/8b99691b-8e39-47a7-8773-4540cd7ff113_medium.jpg",
            "thumb_small": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/8b99691b-8e39-47a7-8773-4540cd7ff113_small.jpg",
            "uuid": "8b99691b-8e39-47a7-8773-4540cd7ff113"
          },
          "synced": false,
          "type": "one-column-empty",
          "uuid": "7fa3e6c4-ac4f-421f-b9eb-db1b9f629fb3"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "class": "left fixedwidth",
                      "width": "162.5px"
                    },
                    "image": {
                      "alt": "BEE Pro Logo",
                      "height": "109px",
                      "href": "https://beefree.io/",
                      "percWidth": 25,
                      "prefix": "",
                      "src": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeProAgency/53601_655907/editor_images/BEEPro_logo_2.png",
                      "target": "_self",
                      "width": "291px"
                    },
                    "style": {
                      "padding-bottom": "40px",
                      "padding-left": "20px",
                      "padding-right": "20px",
                      "padding-top": "20px",
                      "width": "100%"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-image",
                  "uuid": "cc54124d-97bd-44e0-b15e-710a577840ec"
                },
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "align": "center"
                    },
                    "divider": {
                      "style": {
                        "border-top": "1px dotted #CCCCCC",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "20px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "15px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "2cd36842-fbe8-4f43-9688-ff6c964aaa89"
                },
                {
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnAmp": false,
                      "hideContentOnDesktop": false,
                      "hideContentOnHtml": false,
                      "hideContentOnMobile": false
                    },
                    "paragraph": {
                      "computedStyle": {
                        "linkColor": "#0068a5",
                        "paragraphSpacing": "16px"
                      },
                      "html": "<p>Hi 🙂</p>\n<p><strong>Would you be interested to participate in a user research project with us?</strong></p>\n<p>The research will consist of a video call. It usually takes 30 to 45 minutes maximum, but we schedule 1 hour in case we need more time. We'll be asking questions about you, your team, and your email/page creation workflow. The idea is for us to understand how BEE Pro fits in your work day.</p>\n<p><strong>Sounds good?</strong> Pick a time slot at your convenience using <a href=\"https://calendly.com/beepro-product-team/beepro-interview?month=2022-06\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration: underline;\">this link ↗</a></p>\n<p>Look forward to hearing back from you.</p>\n<p>Best,</p>\n<p>Dalila from the Product Team 💜</p>\n<p>P.S. Probably your colleagues that use BEE Pro have received this email too. If you'd like you can add one guest to the booking link and participate together, or you can join us alone. We would love to talk to you in any case.&nbsp;</p>",
                      "style": {
                        "color": "#000000",
                        "direction": "ltr",
                        "font-family": "inherit",
                        "font-size": "14px",
                        "font-weight": "400",
                        "letter-spacing": "0px",
                        "line-height": "120%",
                        "text-align": "left"
                      },
                      "translations": {
                        "de-DE": {
                          "html": "<p>Hallo 🙂<br /><br />Is het interessant om deel te nemen aan een onderzoek naar nieuwe gebruikersonderzoeken?<br /><br />Het onderzoek bestaat uit een videofilm. Wacht tussen 30 en 45 minuten als het maximum, maar het programma duurt 1 uur voordat u meer tijd nodig heeft. De haremos worden nu gebruikt, uw uitrusting en uw vloeiende creatie van pagina's/correos elektronische. Het idee is dat BEE Pro op zijn werk werkt.<br /><br />&iquest;Suena bien? Elija un horario de su conveniencia usando este enlace ↗<br />Esperamos tener noticias suyas.<br /><br />Groot,<br /><br />Dalila del equipo de producto 💜<br /><br /><br />PD Waarschijnlijk is uw partner die BEE Pro gebruikt, deze recibido is elektrisch correct. Als je dit hebt gedaan, kun je een uitnodiging voor het reserveren en de deelname aan de wedstrijd verzamelen, of je kunt een nieuwe solo spelen. Geen enkele gebeurtenis wordt in een ander geval verwisseld.</p>"
                        },
                        "es-ES": {
                          "html": "<p>Hola 🙂<br /><br />&iquest;Estar&iacute;a interesado en participar en un proyecto de investigaci&oacute;n de usuarios con nosotros?<br /><br />La investigaci&oacute;n consistir&aacute; en una videollamada. Suele tardar entre 30 y 45 minutos como m&aacute;ximo, pero programamos 1 hora por si necesitamos m&aacute;s tiempo. Le haremos preguntas sobre usted, su equipo y su flujo de trabajo de creaci&oacute;n de p&aacute;ginas/correos electr&oacute;nicos. La idea es que entendamos c&oacute;mo encaja BEE Pro en su jornada laboral.<br /><br /><br />&iquest;Suena bien? Elija un horario de su conveniencia usando este enlace ↗<br />Esperamos tener noticias suyas.<br /><br /><br />Mejor,<br /><br />Dalila del equipo de producto 💜<br /><br /><br /><br />PD Probablemente tus compa&ntilde;eros que utilizan BEE Pro tambi&eacute;n hayan recibido este correo electr&oacute;nico. Si lo desea, puede agregar un invitado al enlace de reserva y participar juntos, o puede unirse a nosotros solo. Nos encantar&iacute;a hablar con usted en cualquier caso.</p>"
                        }
                      }
                    },
                    "style": {
                      "padding-bottom": "10px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "10px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-paragraph",
                  "uuid": "0456f2de-7125-475c-b016-41f77b3fda47"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "10px",
                "padding-right": "10px",
                "padding-top": "5px"
              },
              "uuid": "61614a04-eb36-4d98-b28e-c6c9e048877d"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 625122,
            "dateCreated": "2022-01-20T09:51:57.896884Z",
            "dateModified": "2022-01-20T09:51:57.896884Z",
            "description": "",
            "idParent": null,
            "name": "body with: logo + pre title + title + subtitle + body",
            "slug": "body-with-logo-pre-title-title-subtitle-body",
            "thumb_large": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/35d02430-32b2-41d6-a115-68d7bb476d64_large.jpg",
            "thumb_medium": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/35d02430-32b2-41d6-a115-68d7bb476d64_medium.jpg",
            "thumb_small": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/35d02430-32b2-41d6-a115-68d7bb476d64_small.jpg",
            "uuid": "35d02430-32b2-41d6-a115-68d7bb476d64"
          },
          "synced": false,
          "type": "two-columns-empty",
          "uuid": "f57920be-d9e4-41c0-a009-eb85fd2a8034"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "align": "center"
                    },
                    "divider": {
                      "style": {
                        "border-top": "1px dotted #CCCCCC",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "30px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "15px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "ab4460e6-1206-45c1-ba56-9f6d6409508e"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "6ac459ef-5e34-468a-b064-07ea57e1e37c"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 625122,
            "dateCreated": "2021-06-29T08:19:25.800829Z",
            "dateModified": "2021-06-29T08:19:27.572522Z",
            "description": "",
            "idParent": null,
            "name": "Footer Line",
            "slug": "footer-line",
            "uuid": "77127825-a508-4127-9155-b5161f9e1703"
          },
          "synced": false,
          "type": "row-1-columns-12",
          "uuid": "b759c29c-fb9e-4b1a-add9-a464eeb568f5"
        },
        {
          "columns": [
            {
              "grid-columns": 3,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "class": "left fixedwidth",
                      "width": "130px"
                    },
                    "image": {
                      "alt": "Elena Loatelli & Dalila Bonomi",
                      "height": "263px",
                      "href": "",
                      "percWidth": 80,
                      "prefix": "",
                      "src": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeProAgency/53601_655907/editor_images/dalila.png",
                      "target": "_self",
                      "width": "263px"
                    },
                    "style": {
                      "padding-bottom": "0px",
                      "padding-left": "15px",
                      "padding-right": "0px",
                      "padding-top": "5px",
                      "width": "100%"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-image",
                  "uuid": "682c9273-3090-43fb-9acc-a2e2cda857b7"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "a434440b-92d8-4841-90cc-2ab49b1afc14"
            },
            {
              "grid-columns": 9,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnMobile": false
                    },
                    "style": {
                      "padding-bottom": "0px",
                      "padding-left": "15px",
                      "padding-right": "10px",
                      "padding-top": "10px"
                    },
                    "text": {
                      "computedStyle": {
                        "linkColor": "#8a3b8f"
                      },
                      "html": "<div class=\"txtTinyMce-wrapper\" style=\"font-size:14px;line-height:16px;font-family:inherit;\" data-mce-style=\"font-size:14px;line-height:16px;font-family:inherit;\"><p style=\"font-size:14px;line-height:16px;word-break:break-word;\" data-mce-style=\"font-size:14px;line-height:16px;word-break:break-word;\"><strong><span style=\"font-size:16px;line-height:19px;\" data-mce-style=\"font-size:16px;line-height:19px;\">DALILA BONOMI</span></strong></p></div>",
                      "style": {
                        "color": "#8a3b8f",
                        "font-family": "inherit",
                        "line-height": "120%"
                      }
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-text",
                  "uuid": "b37a5a73-5f40-4e2d-8d7b-6a117aa686eb"
                },
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnDesktop": false,
                      "hideContentOnMobile": false
                    },
                    "style": {
                      "padding-bottom": "5px",
                      "padding-left": "15px",
                      "padding-right": "0px",
                      "padding-top": "10px"
                    },
                    "text": {
                      "computedStyle": {
                        "linkColor": "#8a3b8f"
                      },
                      "html": "<div class=\"txtTinyMce-wrapper\" style=\"font-size:12px;line-height:21px;font-family:inherit;\" data-mce-style=\"font-size:12px;line-height:21px;font-family:inherit;\"><p style=\"font-size:14px;line-height:25px;word-break:break-word;text-align:left;\" data-mce-style=\"font-size:14px;line-height:25px;word-break:break-word;text-align:left;\"><strong><span style=\"font-size:16px;line-height:28px;\" data-mce-style=\"font-size:16px;line-height:28px;\">BEE | The email &amp; page builder for everyone.</span></strong></p><p style=\"line-height:21px;word-break:break-word;\" data-mce-style=\"line-height:21px;word-break:break-word;\"><span style=\"font-size:16px;line-height:28px;\" data-mce-style=\"font-size:16px;line-height:28px;\">Design Researcher</span></p></div>",
                      "style": {
                        "color": "#454562",
                        "font-family": "inherit",
                        "line-height": "180%"
                      }
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-text",
                  "uuid": "a916773b-42f4-4efc-af64-3b2a9f801015"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "bc078241-a4ab-4a26-b28b-b7aba3180d3a"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 706433,
            "dateCreated": "2022-01-31T09:21:17.612857Z",
            "dateModified": "2022-01-31T09:21:20.633639Z",
            "description": "",
            "idParent": null,
            "name": "Dalila single sign",
            "slug": "dalila-single-sign",
            "uuid": "37bceb9d-b1c9-4724-b5ad-31645653d1c2"
          },
          "synced": false,
          "type": "two-columns-3-9-empty",
          "uuid": "3218627f-a68a-4f5d-b3e9-adfa19bb82ec"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "descriptor": {
                    "computedStyle": {
                      "align": "center",
                      "hideContentOnMobile": false
                    },
                    "divider": {
                      "style": {
                        "border-top": "0px solid transparent",
                        "height": "50px",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "10px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "10px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "5a247632-900c-4a38-8bf1-2307938d9bb5"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "ecfdb53f-a7a0-40dd-9fd9-67d7e2677832"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "synced": false,
          "type": "one-column-empty",
          "uuid": "feb66cab-ac4a-4ec2-b5d6-657eeabd1039"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnDesktop": false,
                      "hideContentOnMobile": false,
                      "iconHeight": "16px",
                      "iconSpacing": {
                        "padding-bottom": "5px",
                        "padding-left": "5px",
                        "padding-right": "6px",
                        "padding-top": "5px"
                      },
                      "itemsSpacing": "0px"
                    },
                    "iconsList": {
                      "icons": [
                        {
                          "alt": "Designed with BEE",
                          "height": "325px",
                          "href": "https://beefree.io/",
                          "id": "1879a39d-9303-43e5-8458-990ac7b0a429",
                          "image": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeProAgency/53601_510656/Signature/bee_w.png",
                          "target": "_blank",
                          "text": "Designed with BEE",
                          "textPosition": "right",
                          "title": "Designed with BEE",
                          "width": "325px"
                        }
                      ]
                    },
                    "style": {
                      "color": "#ffffff",
                      "font-family": "inherit",
                      "font-size": "15px",
                      "padding-bottom": "5px",
                      "padding-left": "0px",
                      "padding-right": "0px",
                      "padding-top": "5px",
                      "text-align": "center"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-icons",
                  "uuid": "35f3f7a2-37aa-4471-bd26-ce2b51e6e39b"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "8d6cbc30-0a36-4037-ae02-827d71033fee"
            }
          ],
          "container": {
            "style": {
              "background-color": "#8a3b8f",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 706433,
            "dateCreated": "2022-01-20T09:44:21.371097Z",
            "dateModified": "2022-01-20T11:01:58.708887Z",
            "description": "",
            "idParent": null,
            "name": "Designed with BEE",
            "slug": "designed-with-bee",
            "thumb_large": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/727e515b-7455-4661-8e85-22b9f7178d3f_large.jpg",
            "thumb_medium": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/727e515b-7455-4661-8e85-22b9f7178d3f_medium.jpg",
            "thumb_small": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/727e515b-7455-4661-8e85-22b9f7178d3f_small.jpg",
            "uuid": "727e515b-7455-4661-8e85-22b9f7178d3f"
          },
          "synced": false,
          "type": "one-column-empty",
          "uuid": "cc615b28-4773-45ef-b0bf-4ef7ef89b1bf"
        }
      ],
      "template": {
        "name": "template-base",
        "type": "basic",
        "version": "2.0.0"
      },
      "title": ""
    },
    "comments": {
      "31878122-0ce6-4ac0-930e-ccf6086c264c": {
        "author": {
          "userColor": "#85b2c3",
          "userHandle": "515751",
          "username": "Cinzia Caleffi"
        },
        "content": "<code contenteditable=\"false\" data-bee-mention-uid=\"274606\">@Dalila Bonomi</code> <code contenteditable=\"false\" data-bee-mention-uid=\"264431\">@Cinzia Caleffi</code> ei",
        "elementId": "9664b8a4-b3c0-401d-be92-6a0dc5022591",
        "mentions": [
          "274606",
          "264431"
        ],
        "parentCommentId": null,
        "responses": [],
        "timestamp": "2022-08-03T06:54:12.900Z",
        "isElementDeleted": true
      },
      "aa9ea85d-1cdd-49b4-90d0-a42fb87d0a44": {
        "author": {
          "userColor": "#85b2c3",
          "userHandle": "515751",
          "username": "Cinzia Caleffi"
        },
        "content": "<code contenteditable=\"false\" data-bee-mention-uid=\"274606\">@Dalila Bonomi</code> <code contenteditable=\"false\" data-bee-mention-uid=\"264431\">@Cinzia Caleffi</code> test",
        "elementId": null,
        "mentions": [
          "274606",
          "264431"
        ],
        "parentCommentId": null,
        "responses": [],
        "timestamp": "2022-08-03T06:55:03.335Z",
        "isElementDeleted": null
      }
    }
  }
}
{
  "message": "Success"
}
  • AI Collection
  • Prerequisites
  • Metadata (Preheader and Subject)
  • POSTGenerate Preheader and Subject Metadata with AI
  • SMS
  • POSTGenerate SMS with AI
  • Summary
  • POSTGenerate a Summary with AI

Generate a Summary with AI

post

Submit your JSON template as the request body to generate a custom and concise summary using AI.

Authorizations
Path parameters
collectionstringRequired

The collection ID or name

Body
Responses
200
Successful response
application/json
Responseobject
400
Bad request
401
Unauthorized
403
Forbidden
500
Internal Server Error
post
POST /v1/{collection}/summary HTTP/1.1
Host: api.getbee.io
Authorization: Bearer Enter Dev Console API Key as Bearer token
Content-Type: application/json
Accept: */*
Content-Length: 19931

{
  "options": {
    "model": "gpt-3.5-turbo",
    "toneOfVoice": "",
    "length": "concise",
    "instructions": "",
    "reportUsage": true,
    "language": "it-IT"
  },
  "template": {
    "page": {
      "body": {
        "container": {
          "style": {
            "background-color": "#fff",
            "background-image": "none",
            "background-position": "top left",
            "background-repeat": "no-repeat",
            "background-size": "auto"
          }
        },
        "content": {
          "computedStyle": {
            "linkColor": "#8a3b8f",
            "messageBackgroundColor": "transparent",
            "messageWidth": "650px"
          },
          "style": {
            "color": "#000000",
            "font-family": "Lato, Tahoma, Verdana, Segoe, sans-serif"
          }
        },
        "type": "mailup-bee-page-properties",
        "webFonts": [
          {
            "fontFamily": "'Lato', Tahoma, Verdana, Segoe, sans-serif",
            "name": "Lato",
            "url": "https://fonts.googleapis.com/css?family=Lato"
          }
        ]
      },
      "description": "",
      "rows": [
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "descriptor": {
                    "computedStyle": {
                      "align": "center",
                      "hideContentOnMobile": false
                    },
                    "divider": {
                      "style": {
                        "border-top": "0px solid transparent",
                        "height": "10px",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "0px",
                      "padding-left": "0px",
                      "padding-right": "0px",
                      "padding-top": "0px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "b89c3d25-dbec-439a-8ad1-4939a28678e9"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "0px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "0px"
              },
              "uuid": "3bd72010-5175-4326-b848-8beacea852d6"
            }
          ],
          "container": {
            "style": {
              "background-color": "#8a3b8f",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 625122,
            "dateCreated": "2022-01-20T09:49:32.875165Z",
            "dateModified": "2022-01-20T09:49:32.875165Z",
            "description": "",
            "idParent": null,
            "name": "Pre header purple row",
            "slug": "pre-header-purple-row",
            "thumb_large": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/8b99691b-8e39-47a7-8773-4540cd7ff113_large.jpg",
            "thumb_medium": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/8b99691b-8e39-47a7-8773-4540cd7ff113_medium.jpg",
            "thumb_small": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/8b99691b-8e39-47a7-8773-4540cd7ff113_small.jpg",
            "uuid": "8b99691b-8e39-47a7-8773-4540cd7ff113"
          },
          "synced": false,
          "type": "one-column-empty",
          "uuid": "7fa3e6c4-ac4f-421f-b9eb-db1b9f629fb3"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "class": "left fixedwidth",
                      "width": "162.5px"
                    },
                    "image": {
                      "alt": "BEE Pro Logo",
                      "height": "109px",
                      "href": "https://beefree.io/",
                      "percWidth": 25,
                      "prefix": "",
                      "src": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeProAgency/53601_655907/editor_images/BEEPro_logo_2.png",
                      "target": "_self",
                      "width": "291px"
                    },
                    "style": {
                      "padding-bottom": "40px",
                      "padding-left": "20px",
                      "padding-right": "20px",
                      "padding-top": "20px",
                      "width": "100%"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-image",
                  "uuid": "cc54124d-97bd-44e0-b15e-710a577840ec"
                },
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "align": "center"
                    },
                    "divider": {
                      "style": {
                        "border-top": "1px dotted #CCCCCC",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "20px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "15px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "2cd36842-fbe8-4f43-9688-ff6c964aaa89"
                },
                {
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnAmp": false,
                      "hideContentOnDesktop": false,
                      "hideContentOnHtml": false,
                      "hideContentOnMobile": false
                    },
                    "paragraph": {
                      "computedStyle": {
                        "linkColor": "#0068a5",
                        "paragraphSpacing": "16px"
                      },
                      "html": "<p>Hi 🙂</p>\n<p><strong>Would you be interested to participate in a user research project with us?</strong></p>\n<p>The research will consist of a video call. It usually takes 30 to 45 minutes maximum, but we schedule 1 hour in case we need more time. We'll be asking questions about you, your team, and your email/page creation workflow. The idea is for us to understand how BEE Pro fits in your work day.</p>\n<p><strong>Sounds good?</strong> Pick a time slot at your convenience using <a href=\"https://calendly.com/beepro-product-team/beepro-interview?month=2022-06\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration: underline;\">this link ↗</a></p>\n<p>Look forward to hearing back from you.</p>\n<p>Best,</p>\n<p>Dalila from the Product Team 💜</p>\n<p>P.S. Probably your colleagues that use BEE Pro have received this email too. If you'd like you can add one guest to the booking link and participate together, or you can join us alone. We would love to talk to you in any case.&nbsp;</p>",
                      "style": {
                        "color": "#000000",
                        "direction": "ltr",
                        "font-family": "inherit",
                        "font-size": "14px",
                        "font-weight": "400",
                        "letter-spacing": "0px",
                        "line-height": "120%",
                        "text-align": "left"
                      },
                      "translations": {
                        "de-DE": {
                          "html": "<p>Hallo 🙂<br /><br />Is het interessant om deel te nemen aan een onderzoek naar nieuwe gebruikersonderzoeken?<br /><br />Het onderzoek bestaat uit een videofilm. Wacht tussen 30 en 45 minuten als het maximum, maar het programma duurt 1 uur voordat u meer tijd nodig heeft. De haremos worden nu gebruikt, uw uitrusting en uw vloeiende creatie van pagina's/correos elektronische. Het idee is dat BEE Pro op zijn werk werkt.<br /><br />&iquest;Suena bien? Elija un horario de su conveniencia usando este enlace ↗<br />Esperamos tener noticias suyas.<br /><br />Groot,<br /><br />Dalila del equipo de producto 💜<br /><br /><br />PD Waarschijnlijk is uw partner die BEE Pro gebruikt, deze recibido is elektrisch correct. Als je dit hebt gedaan, kun je een uitnodiging voor het reserveren en de deelname aan de wedstrijd verzamelen, of je kunt een nieuwe solo spelen. Geen enkele gebeurtenis wordt in een ander geval verwisseld.</p>"
                        },
                        "es-ES": {
                          "html": "<p>Hola 🙂<br /><br />&iquest;Estar&iacute;a interesado en participar en un proyecto de investigaci&oacute;n de usuarios con nosotros?<br /><br />La investigaci&oacute;n consistir&aacute; en una videollamada. Suele tardar entre 30 y 45 minutos como m&aacute;ximo, pero programamos 1 hora por si necesitamos m&aacute;s tiempo. Le haremos preguntas sobre usted, su equipo y su flujo de trabajo de creaci&oacute;n de p&aacute;ginas/correos electr&oacute;nicos. La idea es que entendamos c&oacute;mo encaja BEE Pro en su jornada laboral.<br /><br /><br />&iquest;Suena bien? Elija un horario de su conveniencia usando este enlace ↗<br />Esperamos tener noticias suyas.<br /><br /><br />Mejor,<br /><br />Dalila del equipo de producto 💜<br /><br /><br /><br />PD Probablemente tus compa&ntilde;eros que utilizan BEE Pro tambi&eacute;n hayan recibido este correo electr&oacute;nico. Si lo desea, puede agregar un invitado al enlace de reserva y participar juntos, o puede unirse a nosotros solo. Nos encantar&iacute;a hablar con usted en cualquier caso.</p>"
                        }
                      }
                    },
                    "style": {
                      "padding-bottom": "10px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "10px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-paragraph",
                  "uuid": "0456f2de-7125-475c-b016-41f77b3fda47"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "10px",
                "padding-right": "10px",
                "padding-top": "5px"
              },
              "uuid": "61614a04-eb36-4d98-b28e-c6c9e048877d"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 625122,
            "dateCreated": "2022-01-20T09:51:57.896884Z",
            "dateModified": "2022-01-20T09:51:57.896884Z",
            "description": "",
            "idParent": null,
            "name": "body with: logo + pre title + title + subtitle + body",
            "slug": "body-with-logo-pre-title-title-subtitle-body",
            "thumb_large": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/35d02430-32b2-41d6-a115-68d7bb476d64_large.jpg",
            "thumb_medium": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/35d02430-32b2-41d6-a115-68d7bb476d64_medium.jpg",
            "thumb_small": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/35d02430-32b2-41d6-a115-68d7bb476d64_small.jpg",
            "uuid": "35d02430-32b2-41d6-a115-68d7bb476d64"
          },
          "synced": false,
          "type": "two-columns-empty",
          "uuid": "f57920be-d9e4-41c0-a009-eb85fd2a8034"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "align": "center"
                    },
                    "divider": {
                      "style": {
                        "border-top": "1px dotted #CCCCCC",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "30px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "15px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "ab4460e6-1206-45c1-ba56-9f6d6409508e"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "6ac459ef-5e34-468a-b064-07ea57e1e37c"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 625122,
            "dateCreated": "2021-06-29T08:19:25.800829Z",
            "dateModified": "2021-06-29T08:19:27.572522Z",
            "description": "",
            "idParent": null,
            "name": "Footer Line",
            "slug": "footer-line",
            "uuid": "77127825-a508-4127-9155-b5161f9e1703"
          },
          "synced": false,
          "type": "row-1-columns-12",
          "uuid": "b759c29c-fb9e-4b1a-add9-a464eeb568f5"
        },
        {
          "columns": [
            {
              "grid-columns": 3,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "class": "left fixedwidth",
                      "width": "130px"
                    },
                    "image": {
                      "alt": "Elena Loatelli & Dalila Bonomi",
                      "height": "263px",
                      "href": "",
                      "percWidth": 80,
                      "prefix": "",
                      "src": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeProAgency/53601_655907/editor_images/dalila.png",
                      "target": "_self",
                      "width": "263px"
                    },
                    "style": {
                      "padding-bottom": "0px",
                      "padding-left": "15px",
                      "padding-right": "0px",
                      "padding-top": "5px",
                      "width": "100%"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-image",
                  "uuid": "682c9273-3090-43fb-9acc-a2e2cda857b7"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "a434440b-92d8-4841-90cc-2ab49b1afc14"
            },
            {
              "grid-columns": 9,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnMobile": false
                    },
                    "style": {
                      "padding-bottom": "0px",
                      "padding-left": "15px",
                      "padding-right": "10px",
                      "padding-top": "10px"
                    },
                    "text": {
                      "computedStyle": {
                        "linkColor": "#8a3b8f"
                      },
                      "html": "<div class=\"txtTinyMce-wrapper\" style=\"font-size:14px;line-height:16px;font-family:inherit;\" data-mce-style=\"font-size:14px;line-height:16px;font-family:inherit;\"><p style=\"font-size:14px;line-height:16px;word-break:break-word;\" data-mce-style=\"font-size:14px;line-height:16px;word-break:break-word;\"><strong><span style=\"font-size:16px;line-height:19px;\" data-mce-style=\"font-size:16px;line-height:19px;\">DALILA BONOMI</span></strong></p></div>",
                      "style": {
                        "color": "#8a3b8f",
                        "font-family": "inherit",
                        "line-height": "120%"
                      }
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-text",
                  "uuid": "b37a5a73-5f40-4e2d-8d7b-6a117aa686eb"
                },
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnDesktop": false,
                      "hideContentOnMobile": false
                    },
                    "style": {
                      "padding-bottom": "5px",
                      "padding-left": "15px",
                      "padding-right": "0px",
                      "padding-top": "10px"
                    },
                    "text": {
                      "computedStyle": {
                        "linkColor": "#8a3b8f"
                      },
                      "html": "<div class=\"txtTinyMce-wrapper\" style=\"font-size:12px;line-height:21px;font-family:inherit;\" data-mce-style=\"font-size:12px;line-height:21px;font-family:inherit;\"><p style=\"font-size:14px;line-height:25px;word-break:break-word;text-align:left;\" data-mce-style=\"font-size:14px;line-height:25px;word-break:break-word;text-align:left;\"><strong><span style=\"font-size:16px;line-height:28px;\" data-mce-style=\"font-size:16px;line-height:28px;\">BEE | The email &amp; page builder for everyone.</span></strong></p><p style=\"line-height:21px;word-break:break-word;\" data-mce-style=\"line-height:21px;word-break:break-word;\"><span style=\"font-size:16px;line-height:28px;\" data-mce-style=\"font-size:16px;line-height:28px;\">Design Researcher</span></p></div>",
                      "style": {
                        "color": "#454562",
                        "font-family": "inherit",
                        "line-height": "180%"
                      }
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-text",
                  "uuid": "a916773b-42f4-4efc-af64-3b2a9f801015"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "bc078241-a4ab-4a26-b28b-b7aba3180d3a"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 706433,
            "dateCreated": "2022-01-31T09:21:17.612857Z",
            "dateModified": "2022-01-31T09:21:20.633639Z",
            "description": "",
            "idParent": null,
            "name": "Dalila single sign",
            "slug": "dalila-single-sign",
            "uuid": "37bceb9d-b1c9-4724-b5ad-31645653d1c2"
          },
          "synced": false,
          "type": "two-columns-3-9-empty",
          "uuid": "3218627f-a68a-4f5d-b3e9-adfa19bb82ec"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "descriptor": {
                    "computedStyle": {
                      "align": "center",
                      "hideContentOnMobile": false
                    },
                    "divider": {
                      "style": {
                        "border-top": "0px solid transparent",
                        "height": "50px",
                        "width": "100%"
                      }
                    },
                    "style": {
                      "padding-bottom": "10px",
                      "padding-left": "10px",
                      "padding-right": "10px",
                      "padding-top": "10px"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-divider",
                  "uuid": "5a247632-900c-4a38-8bf1-2307938d9bb5"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "ecfdb53f-a7a0-40dd-9fd9-67d7e2677832"
            }
          ],
          "container": {
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "synced": false,
          "type": "one-column-empty",
          "uuid": "feb66cab-ac4a-4ec2-b5d6-657eeabd1039"
        },
        {
          "columns": [
            {
              "grid-columns": 12,
              "modules": [
                {
                  "align": "left",
                  "descriptor": {
                    "computedStyle": {
                      "hideContentOnDesktop": false,
                      "hideContentOnMobile": false,
                      "iconHeight": "16px",
                      "iconSpacing": {
                        "padding-bottom": "5px",
                        "padding-left": "5px",
                        "padding-right": "6px",
                        "padding-top": "5px"
                      },
                      "itemsSpacing": "0px"
                    },
                    "iconsList": {
                      "icons": [
                        {
                          "alt": "Designed with BEE",
                          "height": "325px",
                          "href": "https://beefree.io/",
                          "id": "1879a39d-9303-43e5-8458-990ac7b0a429",
                          "image": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeProAgency/53601_510656/Signature/bee_w.png",
                          "target": "_blank",
                          "text": "Designed with BEE",
                          "textPosition": "right",
                          "title": "Designed with BEE",
                          "width": "325px"
                        }
                      ]
                    },
                    "style": {
                      "color": "#ffffff",
                      "font-family": "inherit",
                      "font-size": "15px",
                      "padding-bottom": "5px",
                      "padding-left": "0px",
                      "padding-right": "0px",
                      "padding-top": "5px",
                      "text-align": "center"
                    }
                  },
                  "locked": false,
                  "type": "mailup-bee-newsletter-modules-icons",
                  "uuid": "35f3f7a2-37aa-4471-bd26-ce2b51e6e39b"
                }
              ],
              "style": {
                "background-color": "transparent",
                "border-bottom": "0px solid transparent",
                "border-left": "0px solid transparent",
                "border-right": "0px solid transparent",
                "border-top": "0px solid transparent",
                "padding-bottom": "5px",
                "padding-left": "0px",
                "padding-right": "0px",
                "padding-top": "5px"
              },
              "uuid": "8d6cbc30-0a36-4037-ae02-827d71033fee"
            }
          ],
          "container": {
            "style": {
              "background-color": "#8a3b8f",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat"
            }
          },
          "content": {
            "computedStyle": {
              "hideContentOnDesktop": false,
              "hideContentOnMobile": false,
              "rowColStackOnMobile": true,
              "rowReverseColStackOnMobile": false,
              "verticalAlign": "top"
            },
            "style": {
              "background-color": "transparent",
              "background-image": "none",
              "background-position": "top left",
              "background-repeat": "no-repeat",
              "color": "#000000",
              "width": "650px"
            }
          },
          "empty": false,
          "locked": false,
          "metadata": {
            "category": 706433,
            "dateCreated": "2022-01-20T09:44:21.371097Z",
            "dateModified": "2022-01-20T11:01:58.708887Z",
            "description": "",
            "idParent": null,
            "name": "Designed with BEE",
            "slug": "designed-with-bee",
            "thumb_large": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/727e515b-7455-4661-8e85-22b9f7178d3f_large.jpg",
            "thumb_medium": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/727e515b-7455-4661-8e85-22b9f7178d3f_medium.jpg",
            "thumb_small": "https://pro-bee-beepro-thumbnails.s3.amazonaws.com/templates/saved-rows/53601/655907/727e515b-7455-4661-8e85-22b9f7178d3f_small.jpg",
            "uuid": "727e515b-7455-4661-8e85-22b9f7178d3f"
          },
          "synced": false,
          "type": "one-column-empty",
          "uuid": "cc615b28-4773-45ef-b0bf-4ef7ef89b1bf"
        }
      ],
      "template": {
        "name": "template-base",
        "type": "basic",
        "version": "2.0.0"
      },
      "title": ""
    },
    "comments": {
      "31878122-0ce6-4ac0-930e-ccf6086c264c": {
        "author": {
          "userColor": "#85b2c3",
          "userHandle": "515751",
          "username": "Cinzia Caleffi"
        },
        "content": "<code contenteditable=\"false\" data-bee-mention-uid=\"274606\">@Dalila Bonomi</code> <code contenteditable=\"false\" data-bee-mention-uid=\"264431\">@Cinzia Caleffi</code> ei",
        "elementId": "9664b8a4-b3c0-401d-be92-6a0dc5022591",
        "mentions": [
          "274606",
          "264431"
        ],
        "parentCommentId": null,
        "responses": [],
        "timestamp": "2022-08-03T06:54:12.900Z",
        "isElementDeleted": true
      },
      "aa9ea85d-1cdd-49b4-90d0-a42fb87d0a44": {
        "author": {
          "userColor": "#85b2c3",
          "userHandle": "515751",
          "username": "Cinzia Caleffi"
        },
        "content": "<code contenteditable=\"false\" data-bee-mention-uid=\"274606\">@Dalila Bonomi</code> <code contenteditable=\"false\" data-bee-mention-uid=\"264431\">@Cinzia Caleffi</code> test",
        "elementId": null,
        "mentions": [
          "274606",
          "264431"
        ],
        "parentCommentId": null,
        "responses": [],
        "timestamp": "2022-08-03T06:55:03.335Z",
        "isElementDeleted": null
      }
    }
  }
}
{
  "message": "Success"
}