API reference
MeetMockup exposes a REST API with OpenAPI documentation and predictable JSON responses.
Base URL
https://api.meetmockup.comAuthentication
Send your API key in the X-API-Key header.
Key endpoints
| Method | Path | Description |
|---|---|---|
| POST | /api/v1/mockups/generate | Generate a mockup |
| GET | /api/v1/templates | List all templates |
| GET | /api/v1/templates/product-types | List product types and counts |
| GET | /api/v1/usage | Usage stats for the current key |
| GET | /health | Service health check |
Interactive docs
Open the live Swagger reference at api.meetmockup.com/swagger-ui/.