Create a UGC hook video
Builds a finished UGC-style hook video: a person reaction clip with your hook text on top, optionally followed by your product demo video.
Inputs:
- reactionId: a clip from GET /ugc/reactions (built-in or one you generated).
- hookText: the on-screen hook (5-200 characters).
- demoVideoAssetId (optional): a product demo video uploaded with POST /uploads (purpose ugc-demo).
Returns a videoId. This one is ready immediately (status: completed); export it with POST /exports and download with GET /exports/download, or publish it.
Cost: flat fee (see creditsUsed). Requires an active paid subscription.
Request body
Response
OK
Changes
Changed in 1 of the 7 revisions of this API.12
- ▲
the
oneOf[subschema #1]/dataresponse's property type/format changed from/toobject/for status403response-property-type-changed
- ○
the response property
oneOf[subschema #1]/databecame required for the status403response-property-became-required
- ○
added the required property
oneOf[subschema #1]/data/featureto the response with the403statusresponse-required-property-added
- ▲