Overview
All associated button actions UPSCALE、VARIATION、REROLL、ZOOM, etc.
Authentication
This endpoint requires authentication using a Bearer token.
Authorization
string
default:"sk-***********"
required
Your API key in the format: YOUR_API_KEY
Request Body
taskId
string
default:"14001934816969359"
Taskid parameter
Request Example
curl -X POST "https://gptproto.com/mj/submit/action" \
-H "Authorization: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"customId": "MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011",
"taskId": "14001934816969359",
"notifyHook": "string",
"state": "string"
}'
Response
Error Responses
{
"error": {
"message": "Invalid signature",
"type": "401"
}
}