curl --request POST \
--url https://api.haiper.ai/v1/jobs/gen2/afc \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"config": {
"source_images": [
"<string>"
],
"frame_indices": [
123
],
"input_width": 123,
"input_height": 123
},
"is_public": true,
"prompt": "<string>",
"negative_prompt": "<string>",
"settings": {
"seed": 123,
"duration": 123
}
}
'