Developer API
Integrate MeriMani tools directly into your applications.
Getting Started
The MeriMani API is a RESTful API that returns JSON responses. The base URL for all API requests is:
https://merimani.online/api
Authentication
Most endpoints require a Bearer token. Obtain one by signing in:
POST /api/auth/sign-in
{ "email": "you@example.com", "password": "••••••••" }
Pro tip: Free-tier users get 1000 API requests/day. Pro users get unlimited access.
Endpoints
GET
/api/toolsList all available tools with metadata
POST
/api/tools/useRecord a tool usage event
GET
/api/user/statsRetrieve authenticated user stats (requires session)
POST
/api/auth/sign-inAuthenticate a user and receive session
POST
/api/auth/sign-upCreate a new user account
Rate Limits
| Plan | Requests/Day | Rate Window |
|---|---|---|
| Free | 1,000 | 24 hours |
| Pro | Unlimited | — |
| Business | Unlimited | — |
SDKs
The REST API is available today. Native SDKs for JavaScript, Python, and Go are on the roadmap — vote for them or request one.
thumb_upWant an SDK? Let us know which language — most-requested ships first.