All associated button actions UPSCALE、VARIATION、REROLL、ZOOM, etc.
Request
Body Params application/json
{
"customId": "MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011",
"taskId": "14001934816969359",
"notifyHook": "string",
"state": "string"
}
Request Code Samples
curl --location --request POST 'https://gptproto.com/mj/submit/action' \
--header 'Content-Type: application/json' \
--data-raw '{
"customId": "MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011",
"taskId": "14001934816969359",
"notifyHook": "string",
"state": "string"
}'
Responses
application/json {
"code": 1,
"description": "Submit Success",
"properties": {},
"result": 1320098173412546
}
Modified at 2025-07-08 06:45:04