API reference

MeetMockup exposes a REST API with OpenAPI documentation and predictable JSON responses.

Base URL

https://api.meetmockup.com

Authentication

Send your API key in the X-API-Key header.

Key endpoints

MethodPathDescription
POST/api/v1/mockups/generateGenerate a mockup
GET/api/v1/templatesList all templates
GET/api/v1/templates/product-typesList product types and counts
GET/api/v1/usageUsage stats for the current key
GET/healthService health check

Interactive docs

Open the live Swagger reference at api.meetmockup.com/swagger-ui/.