cURL
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>' \ --form file=@example-file
{ "job_id": "<string>", "status": "<string>" }
Submits a file to ReadFile for processing. You’ll get a ‘job_id’ back, which you can use to track the status of your extraction job.
The processing strategy to use for text extraction. For more, see here
default
vision
sota
Accepted response
The response is of type object.
object