Authorization: Bearer ********************{
"videoUri": "https://example.com/video.mp4",
"promptText": "string",
"ratio": "1280:720",
"seed": 4294967295,
"references": [
{
"type": "image",
"uri": "https://example.com/image.jpg"
}
],
"contentModeration": {
"publicFigureThreshold": "auto"
},
"model": "gen4_aleph"
}curl --location 'https://api.xgapi.top/runwayml/v1/video_to_video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"videoUri": "https://example.com/video.mp4",
"promptText": "string",
"ratio": "1280:720",
"seed": 4294967295,
"references": [
{
"type": "image",
"uri": "https://example.com/image.jpg"
}
],
"contentModeration": {
"publicFigureThreshold": "auto"
},
"model": "gen4_aleph"
}'{
"id": "task_1iwIzuYrpRtlrMRHF0fU5IvL8Z0Nizw3",
"status": "queued",
"created_at": 1780457473
}