Mipham Platform

Overview

The Marketplace API provides REST endpoints for querying products in the Mipham Marketplace catalog.

Authentication

All API requests require an API Key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Base URL

https://api.mipham.ai

Rate Limiting

Default limit is 100 requests per minute. Exceeding the limit returns 429 Too Many Requests.

Edit this page on GitHub