Overview
Submit Local Re-drawing, ZOOM
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/modal" \
-H "Authorization: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"maskBase64": "",
"prompt": "",
"taskId": "14001934816969359"
}'
Response
Error Responses
{
"error": {
"message": "Invalid signature",
"type": "401"
}
}