Demo API Available: You can test all endpoints using demo-api.mobula.io without an API key. This demo API is rate-limited and for testing purposes only. For production use, generate an API key below.
First Step
Sign-in to the Dashboard

How to send your API key
Static API key (from the dashboard) can be sent in either way:- Authorization header:
Authorization: YOUR_API_KEYorAuthorization: Bearer YOUR_API_KEY - x-api-key header:
x-api-key: YOUR_API_KEY
Short-lived API tokens
Short-lived tokens are JWTs you create from your static API key. They expire after a set duration and have a configurable request limit. Use them when you need to hand a limited, time-bound credential to a client (e.g. server issuing tokens for a frontend or worker) instead of sharing your main API key. Create, list, inspect, and revoke short-lived tokens via the Auth Tokens API:| Action | Method | Endpoint |
|---|---|---|
| Create tokens | POST | /api/2/auth/tokens |
| List your tokens | GET | /api/2/auth/tokens |
| Inspect one token | GET | /api/2/auth/token?token=<jwt> |
| Revoke a token | DELETE | /api/2/auth/tokens/:id |
Authorization header (or x-api-key). After creating a short-lived token, use it to call any Mobula API by sending only:
Support
Telegram
Support
Slack
Support
Discord
Need help?
Email
