{
"movement_amplitude": "large",
"prompt": "On a summer afternoon, a girl in a white dress sits on a slow-moving, old-fashioned train traveling through the countryside. Sunlight streams through the windows, creating dappled light and shadow on the wooden floor, with tiny dust motes floating in the air. She rests her cheek on her hand, gazing with a hint of melancholy at the lush green rice paddies rushing by. Studio Ghibli animation style, warm and healing.",
"style": "anime"
}
curl --location --request POST 'https://api.302.ai/ws/api/v3/luma/ray-2-flash-t2v' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"movement_amplitude": "large",
"prompt": "On a summer afternoon, a girl in a white dress sits on a slow-moving, old-fashioned train traveling through the countryside. Sunlight streams through the windows, creating dappled light and shadow on the wooden floor, with tiny dust motes floating in the air. She rests her cheek on her hand, gazing with a hint of melancholy at the lush green rice paddies rushing by. Studio Ghibli animation style, warm and healing.",
"style": "anime"
}'
{
"code": 200,
"message": "success",
"data": {
"id": "83e3c2edfaf8483e83029a0ff0a758e6",
"model": "alibaba/wan-2.5/text-to-video-fast",
"outputs": [],
"urls": {
"get": "https://api.302.ai/ws/api/v3/predictions/83e3c2edfaf8483e83029a0ff0a758e6/result"
},
"has_nsfw_contents": [],
"status": "created",
"created_at": "2025-10-11T06:44:43.299Z",
"error": "",
"executionTime": 0,
"timings": {
"inference": 0
}
}
}