Custom UI

Update Banner & UI Settings

Update banner and UI customization settings. Only provided fields will be updated.

patch/blogs/custom-ui

Request body

banner_urlstring nullable

Banner image URL

banner_stylestring nullable

Banner presentation style

banner_titlestring nullable

Headline text shown on the banner

banner_subtextstring nullable

Supporting text shown below the banner title

banner_title_colorstring nullable

Banner title color in hexadecimal format

banner_bg_colorstring nullable

Banner background color in hexadecimal format

footer_textstring nullable

Footer text displayed at the bottom of the blog

Example request

{
  "header_nav_items": [
    {
      "label": "About",
      "url": "https://blog.example.com/about"
    }
  ]
}

Response

UI settings updated successfully

Example response

{
  "data": {
    "banner_url": "https://cdn.inblog.ai/banners/example.jpg",
    "banner_style": "cover",
    "banner_title": "My Blog",
    "banner_subtext": "Welcome to my blog",
    "banner_title_color": "#FFFFFF",
    "banner_bg_color": "#1A1A2E",
    "header_nav_items": [
      {
        "label": "About",
        "url": "https://blog.example.com/about"
      }
    ],
    "footer_text": "© 2025 My Blog"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.