Blend
command from the official Midjourney.{
"image_urls": [
"https://image_1.png",
"https://image_2.png"
],
"process_mode": "fast",
"webhook_endpoint": "",
"webhook_secret": ""
}
curl --location --request POST 'https://api.piapi.ai/mj/v2/blend' \
--header 'X-API-Key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_urls": [
"https://image_1.png",
"https://image_2.png"
],
"process_mode": "fast",
"webhook_endpoint": "",
"webhook_secret": ""
}'
{
"task_id": "36725357**************2709a83babf8b",
"status": "success",
"message": "request Content-Type isn't multipart/form-data"
}