Skip to content
v3.4·Field selection is live

The Aperture API,
documented clearly.

Everything you need to build on Aperture — a fast, typed API for shipping product. Read the guides, browse the reference, copy a request, and you’re live before your coffee’s cold.

No SDK lock-inTyped in 5 languages99.99% uptime
aperture — first request200 OK
curl https://api.aperture.dev/v3/projects
-H "Authorization: Bearer sk_live_•••"
Response · application/json
{
  "object": "list",
  "has_more": false,
  "data": [
    { "id": "prj_8Kd2", "name": "Aperture" }
  ]
}
Popular guides

Hand-picked walkthroughs that cover the 80% — auth, pagination, retries, webhooks.

Built for builders

An API you can read across the room

The product and its docs share one standard: fast, typed, and safe to retry.

Fast by default

Sub-100ms reads from every region. Cursor pagination and field selection keep payloads small.

Typed end to end

OpenAPI-generated SDKs in five languages. Your editor knows every field before you ship.

Safe to retry

Idempotency keys on every write, signed webhooks, and a 30-day replay window.

Ship today

Read a guide, copy a request, go live.

Every endpoint comes with a working sample and a typed SDK. The hard part is already done — the docs just get out of your way.