letmepost / api

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.


API SURFACES

three endpoints, one consistent shape

One auth, one error shape, one retry contract.

stable across every endpoint

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


* * * THANK YOU FOR SHOPPING OPEN SOURCE * * *
000 LMP API · 3 / 3
→ START FREE