Sketch AI
Take advantage of our powerful AI draft or sketch to render feature. Simply upload your image, then select render styles.
Note: Also, please check out Style Transfer parameter.
Parameters
model
string
Required
image
string
Required
URL of the input image
prompt
string
Optional
Description of desired interior design
styles
string
Optional
knows
string
style_transfer
string
Optional
pid
integer
Optional
seed
integer
Optional
For reproducible results
precise
integer
Optional
Higher numbers results more realistic results, lower numbers generates more creative
processing_url
string
Optional
Curl Example
Response Example
✨ Get results using the /results
endpoint.
/results
endpoint.Alternative legacy method: Add &processing_url={url}
to your request.
Special Parameters
Style Transfer
You can use prompt area to do special actions like Style Transfer with style_transfer
parameter, it will change image style at generations. Use image url on this field, or use persona
value to use Persona's Image Slots.
To switch Style Transfer mode, you can simply add style_transfer
parameter with the url of image like this example:
?style_transfer=https://example.com/style.jpg
- or, if you want use use Persona Slot: 1, use "persona" value -
?style_transfer=persona
Last updated