latestOpenAPI 3.1.12026-08-22330162.7 KB

35448566f143

UGC

Get a reaction clip

Returns a reaction you generated. Poll every 10-15 seconds after POST /ugc/reactions until status is completed (then use videoUrl or the id as reactionId in POST /ugc/videos) or failed (credits are refunded automatically).

get/ugc/reactions/{id}

Path parameters

idstring uuid required

Reaction ID from POST /ugc/reactions.

Response

OK

idstring uuid required
status'pending' | 'processing' | 'completed' | 'failed' required
namestring required
durationSecondsnumber required
videoUrlstring nullable required

The finished clip URL when status is completed.

errorMessagestring nullable required

Why generation failed, when status is failed.