Custom UI

Get Banner & UI Settings

Retrieve the current banner and UI customization settings for your blog.

get/blogs/custom-ui

Response

UI settings retrieved 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.