1. Veo3 API
YoYAI
  • YoYAI接口文档
    • Suno API
      • 歌曲生成接口
      • 歌词生成接口
      • 歌曲任务查询接口
      • 获取歌曲Timing接口
      • MP4生成接口
      • 自定义上传歌曲
      • 获取Wav接口
      • 创建Persona接口
      • 增强风格描述接口
      • SRT生成接口
      • 获取歌曲MIDI接口
      • 获取歌曲HTML接口
      • 获取Vox接口
      • 账号状态检查接口
      • 优化歌词接口
      • 初始化Voice接口
      • 验证Voice接口
    • OpenAI API
      • 图像生成接口
      • 对话接口
      • Responses接口
      • Messages接口
    • Kling API
      • 视频生成接口
    • Veo3 API
      • 视频生成接口
        POST
      • 视频任务查询接口
        POST
      • 提示词优化接口
        POST
    • Spider API
      • URL资源爬取
      • Posts任务获取接口
    • Nano Banana API
      • 图像生成接口
      • 图像任务查询接口
    • XAI Grok API
      • 视频生成接口
      • 图像生成接口
      • Grok任务查询接口
    • Sora API
      • 视频生成接口
      • 视频任务查询接口
      • 角色创建接口
    • Eleven API
      • 歌曲生成接口
      • 歌曲任务查询接口
  1. Veo3 API

提示词优化接口

开发中
正式环境(默认全球加速)
https://api.yoy-ai.com
正式环境(默认全球加速)
https://api.yoy-ai.com
POST
https://api.yoy-ai.com
/veo3/style
最后修改时间:2026-03-17 16:49:08

请求参数

Header 参数

Body 参数application/json

示例
{
    "prompt": "Cutting from the rooftop, gentle pull-back reveals the empty intersection as lights bloom in rhythmic halos and puddles ripple to the carried beat."
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.yoy-ai.com/veo3/style' \
--header 'Authorization: Bearer asdasdasda9998fads' \
--header 'Content-Type: application/json' \
--data-raw '{
    "prompt": "Cutting from the rooftop, gentle pull-back reveals the empty intersection as lights bloom in rhythmic halos and puddles ripple to the carried beat."
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "success": true,
    "task_id": "cb98639b-f27d-4a0d-88ef-da97bb8b28bb",
    "trace_id": "1b99a6c9-81c9-4b67-a106-7d1eb8f7596f",
    "data": {
        "enhancement_prompt": "**Scene:** A gentle camera pullback from a rain-slicked rooftop reveals an empty, urban intersection at dusk, illuminated by rhythmic streetlights and disturbed by a distant bass beat.\n\n**Visuals:** The subject is an **empty, rain-slicked, four-way urban intersection** at night, framed by the surrounding architecture of 1940s-style brick and concrete buildings. The ground is a uniform, dark asphalt, filled with scattered, reflective puddles. The mandatory Living Diorama aesthetic is applied: everything, from the asphalt and the standing water to the base of the lampposts and the texture of the building facades, is rendered in **highly-detailed molded plastic** with a pervasive, slightly oily **semi-gloss finish**. The few streetlights visible are miniature, stylized models emitting a soft, blooming yellow-white light. **Clean, visible articulation joints** are subtly integrated into the corners of the pavement slabs and the mounting brackets of the traffic lights, suggesting the city is a gigantic, assembled model kit.\n\n**Camera:** **Medium Establishing Shot (Pullback).** Starting tight on the wet asphalt and a single reflective puddle (the \"rooftop\" from the prior implied cut), the camera smoothly and slowly pulls back and slightly tilts down (low to medium angle), establishing the scale and emptiness of the intersection. No panning or jarring movements.\n\n**Audio:** The soundscape is dominated by a persistent, distant, rhythmic thrum overlaid by environmental moisture sounds.\n\n**SFX:**\n* **Distant, repetitive low-frequency thrum:** (Source: Carried, deep bass beat from a faraway, unseen location, felt more than heard.)\n* **Slight water splash/ripple:** (Source: The rhythmic impact of the bass disturbing the surface tension of the nearby puddles, a very soft, wet 'tick-tick-tick' accompanying the beat.)\n* **Subdued constant hiss:** (Source: The residual sound of light rain or mist falling onto the hot, wet asphalt.)\n* **Distant, echoing vehicular traffic:** (Source: Barely audible tire hums and engine noise from surrounding blocks.)\n\n**Music:** None requested."
    }
}
修改于 2026-03-17 16:49:08
上一页
视频任务查询接口
下一页
URL资源爬取
Built with