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/tools

List all available tools with metadata

POST/api/tools/use

Record a tool usage event

GET/api/user/stats

Retrieve authenticated user stats (requires session)

POST/api/auth/sign-in

Authenticate a user and receive session

POST/api/auth/sign-up

Create a new user account

Rate Limits

PlanRequests/DayRate Window
Free1,00024 hours
ProUnlimited
BusinessUnlimited

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.