curl -X POST https://api.example.com/mj/submit/blend \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "base64Array": ["base64_image_1", "base64_image_2"], "dimensions": "SQUARE" }'
{ "code": 1, "description": "Submit success", "result": "1730621718151846" }
Blend multiple images together
PORTRAIT
SQUARE
LANDSCAPE