Quickstart

Start using the hosted API.

Get an API key and start extracting

Create an account

You can create a free account by going to extractous.com/signup.

Get an API key

Navigate to the dashboard and create a new API key.

Start making requests

curl
python
javascript
rust
curl --request POST \
  --url https://api.extractous.com/v1/extract \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Api-Key: YOUR_API_KEY' \
  --form file='PATH_TO_YOUR_FILE' \
  --form 'config[strategy]=FAST_WITH_OCR'