Fetch generation result
GET
https://api.ezlinkai.com/v2beta/image-to-video/result/{id}
Image-to-Video
otherwise you will receive a
404
response.How to use
GET
request.authorization
field and the IDof your generation must be in the path.
How is progress reported?
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?
re-generate your video.
Request
Path Params
id
string
required
id
of a generation, typically used for async generations, that can be used to check the status of the generation or retrieve the result.>= 64 characters<= 64 characters
Example:
a6dc6c6e20acda010fe14d71f180658f2896ed9b4ec25aa99a6ff06c796987c4
Header Params
authorization
string
required
>= 1 characters
accept
enum<string>
required
video/*
to get the video bytes directly. Otherwise specify application/json
to receive the video as base64 encoded JSON.Allowed values:
video/*application/json
Default:
video/*
stability-client-id
string
optional
<= 256 characters
Example:
my-awesome-app
stability-client-user-id
string
optional
<= 256 characters
Example:
DiscordUser#9999
stability-client-version
string
optional
<= 256 characters
Example:
1.2.1
Request samples
Responses
Modified at 2024-08-18 02:36:29