Authorization: Bearer ********************{
"model": "gen4_aleph/video-to-video",
"input": {
"videoUri": "https://example.com/file.jpg",
"promptText": "string"
}
}curl --location 'https://api.xgapi.top/v1/task/submit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gen4_aleph/video-to-video",
"input": {
"videoUri": "https://example.com/file.jpg",
"promptText": "string"
}
}'{
"id": "task_1iwIzuYrpRtlrMRHF0fU5IvL8Z0Nizw3",
"status": "queued",
"created_at": 1780457473
}