image-to-video/result
GET
/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.
Request
Path Params
id
string
required
Header Params
authorization
string
required
accept
string
optional
Request samples
Responses
The result of your video generation.(200)
Your image-to-video generation is still in-progress.(202)
Something about your request is invalid, see the `errors` field for details.(400)
No generation found for the provided ID.(404)
An internal error occurred. If the problem persists [contact support](https://platform.stability.ai/support).(500)
The result of your video generation.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 9 months ago