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.
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.
- 1Upload a CSV or Excel file
POST /uploadsreturns a file id - 2Run a tool on it
POST /jobsreturns a job id - 3Check until it has finished
GET /jobs/{id}returns an output file id - 4Download the result
GET /files/{id}/downloadreturns the file
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.