Create Viral Ad Clone Project
Creates a Viral Ads Clone project from public media URLs. The server stores the media first, creates the project, charges 10 API credits for script generation, and starts background analysis. In auto mode, the first video batch is created automatically after the script is ready. In manual mode, video generation waits for an explicit call to the videos endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Validation rules:
reference_video_urlis required and must be an HTTP or HTTPS URLproduct_image_urlsis required and must contain at least one HTTP or HTTPS URLavatar_image_url, if provided, must be an HTTP or HTTPS URLspeech_language_option, if provided, controls only generated spoken_audio languageout_numbermust be between 1 and 4modemust beautoormanual
Public HTTP or HTTPS URL of the reference ad video. The server stores this media internally before creating the project.
Public HTTP or HTTPS URLs of product reference images. These images are stored internally and used for product analysis and video generation.
1Optional public HTTP or HTTPS URL of a person, avatar, model, or spokesperson reference image.
Optional user instruction, such as selling points, style, restrictions, or language preference.
Target video aspect ratio.
9:16, 1:1, 16:9 Optional spoken language preference for generated spoken_audio, including voiceover, narration, dialogue, speaker turns, and short verbal expressions. Use an empty string to follow the reference video's spoken language. If a target language value is provided, it takes priority over language instructions in prompt. This field does not change visual structure, background music, lyrics, sound effects, pacing, camera behavior, or audio sync.
english, spanish, portuguese, french, german, arabic, chinese, japanese, korean, vietnamese, thai, indonesian, malay, filipino, hindi Target video duration in seconds.
Target video resolution. Common values include 720 and 1080.
Number of videos to create automatically in auto mode, or the default batch size used by the videos endpoint when not provided.
1 <= x <= 4auto creates the first video batch automatically after the script is ready. manual only generates the script and waits for the videos endpoint.
auto, manual