cURL
curl --request POST \ --url https://api.siray.ai/v1/video/generations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "aspect_ratio": "16:9", "duration": 5, "model": "bytedance/seedance-1.0-pro-fast-t2v-720p", "prompt": "example_value" } '
{ "code": "success", "data": { "task_id": "<string>" }, "message": "<string>" }
Generate a video using the Seedance 1.0 Pro Fast t2v 720P model
Bearer authentication using API key
Request payload
Request format for video generation models
Fixed duration
5
Model name to use for the request
bytedance/seedance-1.0-pro-fast-t2v-720p
Aspect ratio
16:9
4:3
1:1
3:4
9:16
21:9
Successful response
Standard async task creation response
Status code returned by the service
"success"
Response payload containing task details
Show child attributes
Additional information about the request result