~/base-swift.com $ whoami
Pipe it, don't click it — one API call away.
Base Swift 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://base-swift.com/install.sh | sh
$ Base Swift auth login --token $API_KEY
✓ authenticated as you@base-swift.com (region: eu-west)
$ Base Swift run --input data.json
→ 200 OK · 41ms · 1 record processed
buildpassing
uptime99.98%
latency p5041ms
licenseMIT SDK
coverage94%
why teams ship on it
Built for people who read the changelog
01Idempotent by default
Every mutating call takes an idempotency key. Retry safely after a timeout — no double charges, no dupes.
02Typed SDKs
First-party clients for TypeScript, Go, Python and Rust, generated from the same OpenAPI spec we serve.
03Webhooks that verify
Signed payloads with a rotating secret and a replay window. Validate in three lines, sleep at night.
04Regional data planes
Pin processing to eu-west, us-east or ap-south. Your data never leaves the region you choose.
reference
A small surface, fully documented
| 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 |
pricing
Pay for calls, not seats
hobby
$0 /mo
- 5k requests / month
- 1 region
- community support
team
$49 /mo
- 500k requests / month
- all regions
- signed webhooks
- email support < 24h
scale
Talk to us
- custom volume & SLA
- private data plane
- SSO & audit logs