Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Input Object Type

ExportCreativeOptionsInput

No description
Input Fields

Format of exported file.

Quality of exported file. Supported only for JPG Format.

hasTransparentBackground: Boolean

TransparentBackground export parameter. Supported only by PNG Format.

pages: [Int!]

List of pages to export. If provided, validates that all requested pages exist in a template before export. If not provided, all pages will be exported.

fps: Int
Beta

BETA Frames per second for the exported file. Supported only for GIF (possible values: 10, 12, 15, 24, 30) and MP4 (possible values: 15, 24, 40) Format.

noLoop: Boolean
Beta

BETA If true, the exported GIF will not loop. Supported only for GIF Format.

fallback: Boolean
Beta

BETA If true, a static fallback image will be generated along with the exported HTML. Supported only for HTML Format.

Beta

BETA Specifies the ad network for which the HTML is being exported. Supported only for HTML Format.

clickTagUrl: String
Beta

BETA If provided, a click-through URL will be embedded in the exported HTML. Supported only for HTML Format.