{
"botType": "MID_JOURNEY",
"prompt": "A cute cat astronaut exploring the moon, ultra realistic, 8k",
"base64Array": [
"iVBORw0KGgoAAAANSUhEUgAA...",
"iVBORw0KGgoAAAANSUhEUgBB..."
],
"notifyHook": "https://your-callback-url.com/mj/notify",
}curl --location '/mj/submit/imagine' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"botType": "MID_JOURNEY",
"prompt": "A cute cat astronaut exploring the moon, ultra realistic, 8k",
"base64Array": [
"iVBORw0KGgoAAAANSUhEUgAA...",
"iVBORw0KGgoAAAANSUhEUgBB..."
],
"notifyHook": "https://your-callback-url.com/mj/notify",
}'{}