curl --location --request POST 'https://api.302.ai/runway/submit' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: multipart/form-data' \
--form 'video_prompt=@""' \
--form 'text_prompt=""' \
--form 'structure_transformation="0.9"' \
--form 'seconds=""' \
--form 'seed=""'
{
"task": {
"artifacts": [
{
"previewUrls": [],
"url": ""
}
],
"id": "runway_4b3f1e721985",
"options": {
"text_prompt": "Low-angle shot of a majestic tiger prowling through a snowy landscape, leaving paw prints on the white blanket"
},
"status": "THROTTLED"
}
}