Authorization: Bearer ********************{
"model": "happyhorse-1.0-t2v",
"input": {
"prompt": "A miniature city built from cardboard and bottle caps, radiating vitality at night. A cardboard train slowly passes by, with small lights dotting it and illuminating the path ahead."
},
"parameters": {
"resolution": "720P",
"ratio": "16:9",
"duration": 5
}
}curl --location 'https://api.key4u.shop/alibailian/api/v1/services/aigc/video-generation/video-synthesis' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "happyhorse-1.0-t2v",
"input": {
"prompt": "A miniature city built from cardboard and bottle caps, radiating vitality at night. A cardboard train slowly passes by, with small lights dotting it and illuminating the path ahead."
},
"parameters": {
"resolution": "720P",
"ratio": "16:9",
"duration": 5
}
}'{
"request_id": "1445f928-f1b6-9c43-8143-bfaddb5989cf",
"output": {
"task_id": "86438901-c911-4bfa-9137-621478c85efd",
"task_status": "PENDING"
}
}