Quality improvement JSON

POST {{ask-filerobot-server}}/images/remove-artifacts?method=sfx_cpd&smoothing=50&upscale=2

Request Params

KeyDatatypeRequiredDescription
methodstringMethod for artifacts removal (sfx_basic, sfx_cpd)
smoothingnumberTrade-off between artifacts removal and details preservation
upscalenumberScaling factor

Request Body

{"files_urls"=>[{"url"=>"http://sample.li/birds.jpg"}, {"url"=>"http://sample.li/face.png"}]}

HEADERS

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

RESPONSES

status: Created

{"status":"success","version":"2.9.4","result":[{"request_uuid":"3baf210f-1d95-461c-8114-75c1e1a8253a","result":"https://fbmjmuoeb.filerobot.com/https://ask.filerobot.com/deliver/fbmjmuoeb/3baf210f-1d95-461c-8114-75c1e1a8253a.png","sha1":"d7bd5990a75d996fb27ff25a7649f5b0748df0e3","upscale":2,"url":"http://sample.li/birds.jpg","file_downloaded_in":0.07},{"source":"cache-file","sha1":"b5d07a2d7648df181c94b2e2c8616ff7a91ca8c0","request_uuid":"08af22b2-9d3f-47f3-962c-cc08f1686503","result":"https://fbmjmuoeb.filerobot.com/https://ask.filerobot.com/deliver/fbmjmuoeb/08af22b2-9d3f-47f3-962c-cc08f1686503.png","upscale":2,"url":"http://sample.li/face.png","file_downloaded_in":0.22}]}