Watermark detection JSON

POST {{ask-filerobot-server}}/images/watermark-detection

Request Body

{"files_urls"=>[{"url"=>"http://sample.li/amsterdam.jpg"}, {"url"=>"https://imgv3.fotor.com/images/homepage-feature-card/put-watermark-on-stock-landscape-photos.jpg"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Filerobot-TokenstringFilerobot project identifier, aka token
Filerobot-KeystringFilerobot API key

RESPONSES

status: Created

{"status":"success","version":"3.0.2","result":[{"predictions":[{"no_watermark":0.839,"watermark":0.161}],"request_uuid":"0258f3d2-42b0-43df-9f61-334ed581add8","sha1":"00ceb83e817872c6b2ef103478f62af7eac3dc8e"},{"predictions":[{"no_watermark":0.032,"watermark":0.968}],"request_uuid":"edc78dfd-fc30-4dcf-8424-a8083e96f1d9","sha1":"6aa00ba24c70295cd04d2dc85c5879c75fd03918"}]}