Create Banner Job
Developing
Create banners from input mask and image.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://us1-api.crop.photo/v1/banners/with-mask/create' \
--form 'input_image=@""' \
--form 'mask_image=@""' \
--form 'input_image_url=""' \
--form 'mask_image_url=""' \
--form 'minimum_margins="5%"' \
--form 'ai_model="auto"' \
--form 'analysis_hints="cars"' \
--form 'analysis_hints="parts"' \
--form 'analysis_hints="person"' \
--form 'analysis_hints="auto parts"' \
--form 'job_labels="car-model-lot-1"' \
--form 'job_labels="honda-lot-x"' \
--form 'webhook=""' \
--form 'webhook_secret=""' \
--form 'response_type=""'
Responses
application/json Modified at 2024-04-26 16:06:39