cURL
curl --request GET \ --url https://clipcrea.com/api/generate/video/{id} \ --header 'x-api-key: <api-key>'
{ "status": "GENERATING_VIDEO", "progress": 123, "generatedContent": [ { "id": "<string>", "url": "<string>", "effect": "<string>", "format": "<string>", "status": "pending" } ] }
Get the status of a video generation
Video generation status
GENERATING_VIDEO
START_RENDERING_VIDEO
RENDERING_VIDEO
Show child attributes
pending
success
error