Real estate authenticity JSON
POST {{ask-filerobot-server}}/images/authenticity-detection
Request Body
{"files_urls"=>[{"url"=>"http://sample.li/amsterdam.jpg"}, {"url"=>"http://sample.li/birds.jpg"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Filerobot-Token | string | Filerobot project identifier, aka token | |
Filerobot-Key | string | Filerobot API key |
RESPONSES
status: Created
{"status":"success","version":"3.0.2","result":[{"source":"cache-file","sha1":"00ceb83e817872c6b2ef103478f62af7eac3dc8e","predictions":[{"artificial":0.02,"real":0.98}],"request_uuid":"2a4844a7-efad-487d-ae5d-55e82372ad59"},{"predictions":[{"artificial":0.1,"real":0.9}],"request_uuid":"9fcc0b99-83b0-4148-923c-a9c7e8097820","sha1":"d7bd5990a75d996fb27ff25a7649f5b0748df0e3"}]}