CoverImage

A CoverImage object contains information about the cover image. It is used to represent a cover that is rendered as a page cover in the Notion UI.

Properties

PropTypeDescription
type*"file" | "url"The type of the cover object.
url*stringThe URL of the cover image.

Example

{
  type: "url",
  url: "https://www.notion.so/images/page-cover/met_gerome_1890.jpg"
}

On this page