Get a sample video ad for a website
get_video_sampleGive a website URL and get back a blurred sample of the video ad Go Rocket would make for it (a photoreal AI presenter talking about the product, 9:16, brand colours from the page), plus a claim token for the checkout. Reading the page takes about 20 to 40 seconds; the tool waits up to wait_seconds and otherwise returns state 'reading': then call get_sample_status with the claim token every few seconds until it is 'ready'. Nothing is generated or charged by this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The product or company website, e.g. https://example.com | |
| wait_seconds | No | How long to wait for the sample (default 8). |