Authorization: Bearer ********************
{
"prompt": "牛飞上天了",
"model": "veo3",
"enhance_prompt": true
}
curl --location --request POST 'https://yunwu.ai/v1/video/create' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "牛飞上天了",
"model": "veo3",
"enhance_prompt": true
}'
{
"id": "033fa60e-f37c-4ff6-a44d-5585ffea938d",
"status": "pending",
"status_update_time": 1750323167003,
"enhanced_prompt": "```\nA surreal and whimsical digital painting of a majestic brown cow with large, feathered wings soaring gracefully through a vibrant blue sky. The cow has a joyful expression, its tail streaming behind it as it flies among fluffy white clouds. Below, a patchwork of green farmland stretches into the distance, with tiny farm buildings and a group of astonished farmers looking up in amazement. The scene is bathed in warm golden sunlight, creating a dreamlike and magical atmosphere. Art style inspired by fantasy illustrations with soft brushstrokes and rich, saturated colors.\n```"
}