Style elements are extracted from the input image (control image) and used to guide the creation of the output image based on prompts. The result is a new image that shares the same style as the control image. Request
API Key from 302.AI backend
Example:Bearer {{YOUR_API_KEY}}
Body Params multipart/form-data
What you wish to see in the output image
Request samples
curl --location --request POST 'https://api.302.ai/sd/v2beta/stable-image/control/style' \
--header 'Accept: image/*' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--form 'image=@""' \
--form 'prompt=""'
Responses
application/json Modified at 2024-09-03 08:03:07