Midjourney Blend Image Generation Task Creation
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/x-www-form-urlencoded
Request samples
curl --location --request POST 'https://api.ohmygpt.com/api/v1/ai/draw/mj/blend' \
--data-urlencode 'model=midjourney' \
--data-urlencode 'base64Array=data:image/webp;base64,Ukxxx' \
--data-urlencode 'base64Array=data:image/webp;base64,Ukx2' \
--data-urlencode 'type=FAST' \
--data-urlencode 'dimensions=LANDSCAPE' \
--data-urlencode 'webhook=https://webhook.site/ad24ae29-08e7-42a7-ae60-0aa157c77bdd'
Responses
application/json Modified at 2023-10-22 07:58:00