Overview
UPSCALE、VARIATION、REROLL, 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:"1320098173412546"
Taskid parameter
Request Example
curl -X POST "https://gptproto.com/mj/submit/change" \
-H "Authorization: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action": "UPSCALE",
"index": 1,
"notifyHook": "string",
"state": "string",
"taskId": "1320098173412546"
}'
Response
Error Responses
{
"error": {
"message": "Invalid signature",
"type": "401"
}
}