Public beta approaching

Our REST API is almost here

Ship faster with reliable JSON endpoints, rock‑solid auth, and world‑class docs. Join the waitlist for early access and launch updates.

--Days
--Hours
--Minutes
--Seconds
Free SDKs for JavaScript, Python, and Go at launch.

Secure by default

OAuth 2.0 + fine‑grained API keys, IP allow‑listing, and audit logs built in.

Consistent JSON

Simple, predictable shapes with error codes you can rely on.

Fast & scalable

Edge‑cached read endpoints, 99.9% uptime target, global PoPs.

Sneak‑peek: Example Api

Here’s how the first call will look once live. Swap the sample key with yours.

curl -X POST https://api.acmemicro.net/v1/api \
  -H "Authorization: Bearer sk_test_123" \
  -H "Content-Type: application/json" \
  -d '{"name":"Ada"}'