analyze_creative
Analyze ad creatives (image, video, carousel, landing page, email) to return structured classification across 21 dimensions and generate standardized naming conventions.
Instructions
Analyze any ad creative (image, video, carousel, landing page, email) and return structured classification across 21 dimensions: media type, asset type, visual format, visual style, talent and talent demographics, hook type, messaging angle, audience, CTA, emotion, audio type, voiceover tone, seasonality, offer type, aspect ratio, duration, and more. Also generates standardized naming conventions. Provide one of: file_path, url, or html_content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to analyze. Direct file URL (image/video) or landing page URL. | |
| format | No | Optional explicit format: image, video, long_video, carousel, landing_page, or email. | |
| version | No | Naming convention version number | |
| file_path | No | Local file path to analyze (image or video) | |
| brand_name | No | Brand name for naming conventions | Brand |
| file_paths | No | Multiple local image paths to analyze as a carousel. Posts them to the API's `files` field. | |
| html_content | No | Raw HTML for email creative analysis | |
| forensic_mode | No | Request first-3-second forensic frame extraction for video | |
| include_transcript | No | Include transcript for video analysis |