01Idempotent by default
Every mutating call takes an idempotency key. Retry safely after a timeout — no double charges, no dupes.
~/coldoutreach-explee.com $ whoami
Coldoutreach Explee is a lightweight, self-serve API for engineering teams who'd rather pipe JSON than click dashboards. Idempotent endpoints, sane defaults, and SDKs that don't fight your build.
# install the CLI and authenticate
$ curl -fsSL https://coldoutreach-explee.com/install.sh | sh
$ Coldoutreach Explee auth login --token $API_KEY
✓ authenticated as you@coldoutreach-explee.com (region: eu-west)
$ Coldoutreach Explee run --input data.json
→ 200 OK · 41ms · 1 record processed
Every mutating call takes an idempotency key. Retry safely after a timeout — no double charges, no dupes.
First-party clients for TypeScript, Go, Python and Rust, generated from the same OpenAPI spec we serve.
Signed payloads with a rotating secret and a replay window. Validate in three lines, sleep at night.
Pin processing to eu-west, us-east or ap-south. Your data never leaves the region you choose.
| Method | Endpoint | Description |
|---|---|---|
| POST | /v2/jobs | Submit a new processing job |
| GET | /v2/jobs/:id | Fetch status & result of a job |
| GET | /v2/jobs | List & filter jobs by tag or date |
| POST | /v2/webhooks | Register a signed webhook endpoint |
| DELETE | /v2/keys/:id | Revoke an API key instantly |
hobby
$0 /mo
team
$49 /mo
scale
Talk to us