Developer Documentation
Comprehensive documentation to help you build applications with Miimi's platform. From quick start guides to advanced API concepts.
Getting Started
Welcome to the Miimi developer platform. To begin building with our SDK, you'll need to create an account and obtain your API credentials.
# Getting your credentials
1. Visit https://miimi.com/dashboard
2. Create a new project
3. Generate API keys under Project Settings
API Reference
Endpoints
Method | Endpoint | Description |
---|---|---|
POST | /api/v1/login | User authentication |
GET | /api/v1/data | Retrieve application data |
Example Request
CURL
curl -X GET \ https://api.miimi.com/v1/data \ -H 'Authorization: Bearer YOUR_API_KEY'
Frequently Asked Questions
How do I test the API?
Use our interactive playground at /api.playground.html or integrate with Postman.
What are the rate limits?
Free tier: 1,000 requests/hour. Pro tier: 10,000 requests/hour. See billing page for more details.