Operelio API

Upload files, run Operelio's tools on them and download the results from your own code. Most of the dashboard's tools are available, with the same plan limits and the same monthly job quota.

Make your first call

Upload a file, run a tool on it and download the result, with curl. Four calls, start to finish.

Base URL and auth
https://operelio.com/api/v1

Authorization: Bearer op_your_api_key_here

Worth knowing first

On Pro and Agency. Free and Starter do not include the API.

1,000 calls a month on Pro, 5,000 on Agency. Every call to the API counts toward it.

60 requests a minute per key. Each key has its own limit.

Jobs share your monthly quota. API jobs count like dashboard jobs.

How a job runs

Every single-file job is the same four calls.

  1. 1Upload a CSV or Excel filePOST /uploads
  2. 2Run a tool on itPOST /jobs
  3. 3Check until it has finishedGET /jobs/{id}
  4. 4Download the resultGET /files/{id}/download

Browse the docs

Start here

Your first call, your keys, and a full integration.

Reference

Every endpoint and tool, plus limits and errors.

Need a higher limit or something the API does not do yet? Get in touch.