letmepost / api

API surface

The API surface.

Publishing is the heart of it. Media uploads bytes once and references them by id. Webhooks push state changes back to you. Same auth, same error envelope, same idempotency rules across the whole API.

Consistent by design

One auth, one error shape, one retry contract.

Same Authorization: Bearer lmp_live_… on every call. Same Idempotency-Key semantics on every write. Same failure envelope (stable code, the rule that fired, a remediation hint, and a request id) on every non-2xx. Build against one endpoint and the others feel familiar in minutes.

Make your first call in minutes.

Free during alpha. No credit card. Grab a key and POST to every connected account in one request.