Start generation
POST
https://api.ezlinkai.com/v2beta/image-to-video
Image-to-Video
a latent video diffusion model.
How to use
POST
request.authorization
field. The body of the request must bemultipart/form-data
.image
seed
cfg_scale
motion_bucket_id
Note: for more details about these parameters please see the request schema below.
id
in the response to poll for results at theimage-to-video/result/{id} endpoint. Rate-limiting or other errors may occur if you poll more than once every 10 seconds.
Credits
Request
Header Params
authorization
string
required
>= 1 characters
content-type
string
required
>= 1 characters
Example:
multipart/form-data
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
Body Params multipart/form-data
image
file
optional
seed
number
optional
cfg_scale
number
optional
motion_bucket_id
number
optional
Request samples
Responses
Modified at 2024-08-18 02:36:28