Remix Image
Generates an AI image using the a remix image and a provided prompt.
Endpoint
POST api/remix/generateParameter
Type
Required
Description
Bearer
Sync mode
Request Example
curl -X POST "https://api.deepmode.ai/api/remix/generate" \
-H "Content-Type: multipart/form-data" \
-H "Authorization: Bearer YOUR_SECRET_API_KEY" \
-F "model_id": "b8a9f7e5d1c3a2f91e3d5" \
-F "artwork_image=@artwork.jpg" \
-F "mask_image=@mask.jpg" \
-F "prompt=cartoon, pixar, 3d animation" \
-F "negative_prompt=oversaturated, realistic, photo, deformed" \
-F "mode=sync"Response
Last updated