Text-to-video from Runway Gen-3, creating a 10-second video based on the image. Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.302.ai/runway/submit' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--form 'init_image=@""' \
--form 'text_prompt=""' \
--form 'seconds="10"' \
--form 'seed=""' \
--form 'image_as_end_frame="false"'
Responses
application/json {
"created_at": "",
"estimate_wait_seconds": null,
"id": "",
"liked": null,
"prompt": "",
"state": "",
"video": null
}
Modified at 2024-09-03 08:49:18