generate

Detect and remove reference logos from an image

Detects caller-supplied reference logos in a flat design image, inpaints them out, and returns the cleaned image together with the matched bounding boxes (each tagged with the matching reference's REF_<n>).

post/v1/layerize-logos

Headers

Api-Keystring required

API key for access control. Use in the header with the name "Api-Key"

Response

Detection completed (may contain zero matches).

base_image_urlstring uri required

URL of the design image with all detected reference images inpainted out.

Changes