š New Models Available: grok-4 now live!
ā Explore New Features
{
"botType": "MID_JOURNEY",
"base64Array": [
"data:image/png;base64,xxx1",
"data:image/png;base64,xxx2"
]
}
curl --location --request POST 'https://api.cometapi.com/mj/submit/blend' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"base64Array": [
"data:image/png;base64,xxx1",
"data:image/png;base64,xxx2"
]
}'
{
"code": 1,
"description": "Submit successfully",
"result": "1743060925287089",
"properties": {
"discordInstanceId": "1285976562151194654",
"discordChannelId": "1285976562151194654"
}
}