Most generation services charge for the whole attempt, which means iterating on copy costs the same as producing the final video. Separating the cheap part — writing the script — from the expensive part means an agent can get the wording right before spending anything. Combined with get_account for the balance, this is a service designed by someone who expected an agent to be driving it.
GenFlik's endpoint for generating video advertisements with stock avatars and voices. Renders take five to ten minutes, so the flow is start-then-poll.
- list_avatars and list_voices — the stock catalogues, voices tagged by gender, accent and language
- preview_script — generate an ad script in a few seconds, charging no credits, so the copy can be iterated first
- generate_video_ad — start the render, returning a job id and an estimate of around 600 seconds
- get_ad_status — poll until complete, then take the video URL
- get_account — credit balance and account information
OAuth 2.1 with PKCE and dynamic client registration, or a static bearer key beginning gfk_.
Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen