- GET START
- OpenAI Compatiable Endpoint
- Audio
- Anthropic Compatiable Endpoint
- Music Generation Endpoint
- Image Generation Endpoint
- Video Generation Ednpoint
- runway(video)
- PIKA(video)
- luma (video)
- kling (video)
- MiniMax Conch(video)
- Software Integration Guide
- cometapi Site API Call Testing
- OpenManus
- Chatbox
- CherryStudio
- Cursor
- ChatHub
- 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
MiniMax Conch Generation
Testing
POST
https://api.cometapi.com/v1/video_generation
Maintainer:Not configured
Request
Header Params
Authorization
string
optional
Example:
{{api-key}}
Content-Type
string
optional
Example:
application/json
Body Params application/json
model
string
required
Example:
video-01
prompt
string
required
Example:
海边鱼肚子里发现一张纸条上面写着&i$×
Example
{
"model": "video-01",
"prompt": "A note found in the belly of a fish on the beach says hi."
}
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 --location --request POST 'https://api.cometapi.com/v1/video_generation' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "video-01",
"prompt": "A note found in the belly of a fish on the beach says hi."
}'
Responses
🟢200OK
application/json
Body
task_id
string
optional
Example:
11904460160778240000
base_resp
object
optional
status_code
integer
optional
Example:
0
status_msg
string
optional
Example:
success
Example
{
"task_id": "119044601607782400",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}