API Doc-CometAPI
HomeDashBoardModel_Price
HomeDashBoardModel_Price
Discord_Support
  1. veo3
  • GET START
    • Model New Release Announcement
    • Platform notification
    • Help Center
    • Quick Start
    • About Pricing
    • About Grouping
    • Interface Stability
    • Privacy policy
    • Terms of service
    • Error code description
    • Code example
    • Must see for use
    • Common Misconceptions
    • Confusion about use
    • Best Practices
      • CometAPI Account Balance Query API Usage Instructions
      • Retry Logic Documentation for CometAPI and OpenAI Official API
      • Midjourney Best Practices
      • Runway Best Practices
  • OpenAI Compatiable Endpoint
    • gpt-4o-image generates image
    • Chat
    • Recognizing Images
    • Models
    • Embeddings
    • Images
    • Realtime
    • Image Editing (gpt-image-1)
    • response
  • Audio
    • Create speech
    • Create transcription
    • Create translation
  • Anthropic Compatiable Endpoint
    • Anthropic Claude
  • Music Generation Endpoint
    • Suno
      • Setting suno Version
      • Suno API Scenario Application Guide
      • Generate lyrics
      • Generate music clip
      • Upload clip
      • Submit concatenation
      • Full Track Audio Separation
      • Single Track Audio Separation
      • Create New Persona
      • Single task query
      • Generate mp4 mv video
      • Timing: lyrics, audio timeline
      • Get wav format file
      • Batch query tasks
    • Udio(Temporarily unavailable)
      • Generate music
      • Task query
    • test
      • Suno
        • Create music using persona_id
  • Image Generation Endpoint
    • Midjourney(images)
      • Quick Tutorial - Complete Process in One Go
      • Task Fetching API
        • List by Condition
        • Fetch Single Task (most recommended)
      • Imagine
      • Submit Video
      • Submit Editor
      • Action (UPSCALE; VARIATION; REROLL; ZOOM, etc.)
      • Blend (image -> image)
      • Describe (image -> text)
      • Modal (Area Redesign & Zoom)
    • Ideogram(images)
      • Official documentation (updated in real time)
      • Generate 3.0 (text to image)
      • Remix 3.0 (hybrid image)
      • Reframe 3.0(Reconstruction)
      • Replace Background 3.0(Background replacement)
      • Edit 3.0(Editing images)
      • ideogram Text Raw Image
      • ideogram Hybrid image
      • ideogram enlargement HD
      • ideogram describes the image
      • ideogram Edit image((legacy))
    • Flux(images)
      • Generate image (replicate format)
      • Create Task - General
      • flux fine-tune images(Temporarily unavailable)
      • flux generate image(Temporarily unavailable)
      • flux query
    • Replicate(image)
      • replicate Generate
      • Create Task - General
      • Create Task -flux-kontext-pro、max
      • Create Task -flux-1.1-pro
      • Create Task -flux-1.1-pro-ultra
      • replicate query
    • Recraft(images)
      • Appendix
      • Recraft Generate Image
      • Recraft Vectorize Image
      • Recraft Remove Background
      • Recraft Clarity Upscale
      • Recraft Create style
      • Recraft Generative Upscale
  • Video Generation Ednpoint
    • veo3
      • veo3-chat format
        POST
      • Submit video generation task
        POST
      • Query video generation status
        GET
    • runway(video)
      • official format
        • runway images raw video
        • runway to get task details
      • Reverse Format
        • generate(text)
        • generate(Reference images)
        • Video to Video Style Redraw
        • Act-one Expression Migration
        • feed-get task
    • kling (video)
      • callback_url
      • Expanded
      • Generating images
      • Text Generation Video
      • Image Generation Video
      • Video Extension
      • virtual try-on
      • lip sync
      • effects
      • Individual queries (videos)
    • MiniMax Conch(video)
      • MiniMax Conch Official Documentation
      • MiniMax Conch Generation
      • MiniMax Conch Query
      • MiniMax Conch Download
    • luma (video)
      • Official api interface format
        • luma generate
        • luma search
    • PIKA(video)
      • pika feed
      • PIKA Reference Video Generation
      • PIKA Reference Image Generation
      • PIKA reference text generation
    • sora
      • Reverse Format
        • Create Video
        • Query Video Task
        • Create Video
  • Software Integration Guide
    • cometapi Site API Call Testing
    • OpenManus
    • Chatbox
    • CherryStudio
    • Cursor
    • ChatHub
    • COZE
    • FastGPT
    • cline
    • dify
    • gptme
    • Immersive Translation
    • Lobe-Chat
    • Zotero
    • LangChain
    • AnythingLLM
    • Eudic Translation
    • OpenAI Translator
    • ChatAll Translation
    • Pot Translation
    • GPT Academic Optimization (gpt_academic)
    • NEXT CHAT (ChatGPT Next Web)
    • Obsidian's Text Generator Plugin
    • Open WebUI
    • avante.nvim
    • librechat
    • Lazy Customer Service
    • utools-ChatGPT Friend
    • IntelliJ Translation Plugin
    • n8n
  1. veo3

Submit video generation task

Testing
POST
https://api.cometapi.com/veo/v1/api/video/submit
Maintainer:Not configured
Submit a video generation task, supporting text descriptions and reference images

Request

Header Params
Authorization
string 
required
Example:
{{api-key}}
Body Params application/json
prompt
string 
required
Text description for video generation, it is recommended to describe scenes, actions, styles, etc. in detail
model
enum<string> 
required
Name of the model to use
Allowed values:
veo3veo3-fastveo3-proveo3-framesveo3-fast-framesveo3-pro-frames
Default:
veo3-fast
images
array[string]
optional
Array of reference image URLs, used to assist video generation
enhance_prompt
boolean 
required
Whether to enhance the prompt
Examples
{
    "prompt": "An orange cat flying in the blue sky with white clouds, sunlight pouring onto its fur, creating a beautiful and dreamlike scene",
    "model": "veo3",
    "enhance_prompt": true
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://api.cometapi.com/veo/v1/api/video/submit' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "prompt": "An orange cat flying in the blue sky with white clouds, sunlight pouring onto its fur, creating a beautiful and dreamlike scene",
    "model": "veo3",
    "enhance_prompt": true
}'

Responses

🟢200Successful Response
application/json
Body
id
string 
required
The unique identifier for this chat completion.
object
string 
required
Object type
created
integer 
required
Unix timestamp when the chat completion was created
model
string 
required
Specific model name.
system_fingerprint
string 
required
Fingerprint representing the backend configuration used for the model run.
choices
array [object {3}] 
required
A list containing chat completion result options. If the n parameter in the request is greater than 1, there may be multiple options here.
index
integer 
optional
Index of this choice in the list, starting from 0.
message
object 
optional
Message object generated by the model.
finish_reason
string 
optional
Reason why the model stopped generating tokens.
usage
object 
required
Token usage statistics for this request.
completion_tokens
integer 
required
Number of tokens in the completion content generated by the model.
completion_tokens_details
object 
required
More detailed information about tokens in the generated content
prompt_tokens
integer 
required
Number of tokens in the input prompt.
prompt_tokens_details
object 
required
More detailed information about tokens in the input prompt.
total_tokens
integer 
required
Total number of tokens used in this request
Example


> Video generation task created
> Task ID: `veo3: 16240615-a563-4d26-819d-a8559ce7d524`
> To prevent task interruption, you can continuously track progress from the following links:
> [Data Preview
](https: //asyncdata.net/web/veo3:16240615-a563-4d26-819d-a8559ce7d524) | [Source Data](https://asyncdata.net/source/veo3:16240615-a563-4d26-819d-a8559ce7d524)
> Waiting for processing.

> 🤔 Analyzing if prompt needs enhancement

> Type: Text-to-video generation
> 🎬 Starting video generation.......................................

> ✅ Preview video generated
> [📺 Online Preview
](https: //filesystem.site/cdn/20250620/b6dn4mQpz27ZHZBvh9u95N9G12ya0n.mp4) | [⏬ Download Video](https://filesystem.site/cdn/download/20250620/b6dn4mQpz27ZHZBvh9u95N9G12ya0n.mp4)

> 🔄 Optimizing video quality..................................

> 🎉 High-quality video generated

[▶️ Watch Online
](https: //filesystem.site/cdn/20250620/kGNathDwlJBJKy0uRc0HyfUWWvyGVr.mp4) | [⏬ Download Video](https://filesystem.site/cdn/download/20250620/kGNathDwlJBJKy0uRc0HyfUWWvyGVr.mp4)
Previous
veo3-chat format
Next
Query video generation status
Built with