- GET START
- OpenAI Compatiable Endpoint
- Audio
- Anthropic Compatiable Endpoint
- Music Generation Endpoint
- Image Generation Endpoint
- Midjourney(images)
- Ideogram(images)
- Flux(images)
- Replicate(image)
- Recraft(images)
- Video Generation Ednpoint
- 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
Change (UPSCALE; VARIATION; REROLL)
POST
https://api.cometapi.com/mj/submit/change
Maintainer:Not configured
Request
Header Params
Authorization
string
optional
Example:
Bearer {{api-key}}
Body Params application/json
action
string
required
index
integer
optional
notifyHook
string
optional
state
string
optional
taskId
string
required
Example
{
"action": "",
"notifyHook": "",
"state": "",
"taskId": ""
}
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/mj/submit/change' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "",
"notifyHook": "",
"state": "",
"taskId": ""
}'
Responses
🟢200Success
application/json
Body
code
integer
required
description
string
required
properties
object
required
result
integer
required
Example
{
"code": 1,
"description": "Submit successfully",
"properties": {},
"result": 1320098173412546
}