Optionalformat_Return only these specific format IDs (e.g., from get_products response)
Optionalasset_Filter to formats that include these asset types. For third-party tags, search for 'html' or 'javascript'. E.g., ['image', 'text'] returns formats with images and text, ['javascript'] returns formats accepting JavaScript tags.
Optionalmax_Maximum width in pixels (inclusive). Returns formats where ANY render has width <= this value. For multi-render formats, matches if at least one render fits.
Optionalmax_Maximum height in pixels (inclusive). Returns formats where ANY render has height <= this value. For multi-render formats, matches if at least one render fits.
Optionalmin_Minimum width in pixels (inclusive). Returns formats where ANY render has width >= this value.
Optionalmin_Minimum height in pixels (inclusive). Returns formats where ANY render has height >= this value.
Optionalis_Filter for responsive formats that adapt to container size. When true, returns formats without fixed dimensions.
Optionalname_Search for formats by name (case-insensitive partial match)
Optionalwcag_Optionaldisclosure_Filter to formats that support all of these disclosure positions. When a format has disclosure_capabilities, match against those positions. Otherwise fall back to supported_disclosure_positions. Use to find formats compatible with a brief's compliance requirements.
Optionaldisclosure_Filter to formats where each requested persistence mode is supported by at least one position in disclosure_capabilities. Different positions may satisfy different modes. Use to find formats compatible with jurisdiction-specific persistence requirements (e.g., continuous for EU AI Act).
Optionaloutput_Filter to formats whose output_format_ids includes any of these format IDs. Returns formats that can produce these outputs — inspect each result's input_format_ids to see what inputs they accept.
Optionalinput_Filter to formats whose input_format_ids includes any of these format IDs. Returns formats that accept these creatives as input — inspect each result's output_format_ids to see what they can produce.
OptionalpaginationOptionalcontextOptionalext
Request parameters for discovering supported creative formats