Create Banner Job
Developing
Localhost
Localhost
POST
/banners/with-mask/create
Request
Body Params multipart/form-data
input_image
file
required
mask_image
file
required
input_image_url
string <url>
optional
mask_image_url
string
optional
minimum_margins
string
required
8px
sets a fixed margin of 8 pixels on all sides of the element (top, right, bottom, and left). This margin size remains constant regardless of the element's dimensions or the size of the viewport (the visible area of the browser window).Percentages (%): This unit defines the margin as a percentage of the element's size (width or height, depending on the side). For example,
8%
sets a margin that is 8% of the element's width on the left and right sides, and 8% of its height on the top and bottom sides. This allows the margin to scale proportionally as the element's size changes, maintaining a consistent relative spacing.Default:
5%
Example:
5%
ai_model
enum<string>
optional
Allowed value:
auto
Default:
auto
Example:
auto
analysis_hints
array[string]
optional
Example:
["cars","parts","person","auto parts"]
job_labels
array[string]
required
Example:
["car-model-lot-1","honda-lot-x"]
webhook
string <uri>
optional
POST
requests and accepting data in the application/json
format. For successful communication, the webhook must return an HTTP
Status 200
response. If it doesn't, the system will attempt to resend the notification three more times, with each attempt spaced approximately 30 minutes apart, before it considers the webhook notification as failed.Example:
https://my-server.com/callback
webhook_secret
string
optional
X-WEBHOOK-SECRET
request header. Utilize this secret to authenticate and validate the incoming callback request, ensuring it's from a trusted source.response_type
enum<string>
optional
Allowed values:
urlcrop-info
Default:
crop-info
Request samples
Responses
Modified at 2024-04-19 06:03:31