- GET START
- OpenAI Compatiable Endpoint
- Audio
- Anthropic Compatiable Endpoint
- Music Generation Endpoint
- Image Generation Endpoint
- Midjourney(images)
- 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)
- Replicate(image)
- Recraft(images)
- Video Generation Ednpoint
- veo3
- runway(video)
- kling (video)
- MiniMax Conch(video)
- luma (video)
- PIKA(video)
- sora
- 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
Submit video generation task
Testing
POST
https://api.cometapi.com/veo/v1/api/video/submit
Maintainer:Not configured
Request
Header Params
Authorization
string
required
Example:
{{api-key}}
Body Params application/json
prompt
string
required
model
enum<string>
required
Allowed values:
veo3veo3-fastveo3-proveo3-framesveo3-fast-framesveo3-pro-frames
Default:
veo3-fast
images
array[string]
optional
enhance_prompt
boolean
required
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
object
string
required
created
integer
required
model
string
required
system_fingerprint
string
required
choices
array [object {3}]
required
index
integer
optional
message
object
optional
finish_reason
string
optional
usage
object
required
completion_tokens
integer
required
completion_tokens_details
object
required
prompt_tokens
integer
required
prompt_tokens_details
object
required
total_tokens
integer
required
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)