image-to-video/result
GET {{baseUrl}}/v2alpha/generation/image-to-video/result/:id
Fetch the result of an image-to-video generation by ID. Make sure you use the same API key that you used to
generate the video, otherwise you will receive a 404
response.
How is progress reported?
Your generation is either in-progress
(i.e. status code 202
) or it is complete (i.e. status code 200
).
We may add more fine-grained progress reporting in the future (e.g. a numerical progress).
How long are results stored?
Results are stored for 24 hours after generation. After that, the results are deleted and you will need to re-generate your video.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |