Request
Body Params  application/json
{
    "base64Array": [
        "data:image/png;base64,xxx1",
        "data:image/png;base64,xxx2"
    ],
    "botType": "MID_JOURNEY",
    "dimensions": "PORTRAIT",
    "notifyHook": "string",
    "state": "string"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/mj/submit/blend' \
--header 'mj-api-secret: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "base64Array": [
        "data:image/png;base64,xxx1",
        "data:image/png;base64,xxx2"
    ],
    "botType": "MID_JOURNEY",
    "dimensions": "PORTRAIT",
    "notifyHook": "string",
    "state": "string"
}'
Responses
application/json {
    "code": 1,
    "description": "提交成功",
    "properties": {},
    "result": 1320098173412546
}
Modified at 2024-09-04 10:59:20