OCR JSON
POST {{ask-filerobot-server}}/images/ocr?language=en
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
language | string | Language of the provided text |
Request Body
{"files_urls"=>[{"url"=>"http://sample.li/Cloudimage-logo-h.png"}, {"url"=>"http://sample.li/sothebys-blue.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":"2.9.4","result":[{"filerobot_uuid":"xxxxxxx","request_uuid":"bab73c82-8400-4b46-a025-ef6d37c9c19d","sha1":"315401d6f310c879380a85a3e7d3f5477029a178","language":"en","result":"cloudimage"},{"filerobot_uuid":"xxxxxxxx","source":"cache-file","sha1":"b8356645e49a8008b0b868a6b37207ddd8fd0809","request_uuid":"9f389aaa-fb9c-4dc3-84a9-73ecde9cc7e6","language":"en","result":"sothebys international realty"}]}