POST
/
v1.0.1
/
file
/
read
curl --request POST \
  --url https://api.readfile.io/v1.0.1/file/read \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-KEY: <api-key>'
{
  "job_id": "<string>",
  "status": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

strategy
enum<string>
default:default

The processing strategy to use for text extraction. For more, see here

Available options:
default,
vision,
sota

Body

multipart/form-data

Response

202
application/json

Accepted response

The response is of type object.