Designs
Get design
Returns the design as semantic pseudo-HTML with CSS properties and design tokens.
This is the same structured output used by the MCP server's get_moda_design tool.
Authorization
bearerAuth AuthorizationBearer <token>
API key from Settings > Developer > REST API. Format: moda_live_...
In: header
Query Parameters
url*string
Canvas URL or share URL to retrieve the design from.
page_number?integer
1-indexed page number. Omit to retrieve all pages.
Range
1 <= valueResponse Body
application/json
curl -X GET "https://api.moda.app/v1/designs?url=string"{
"design": "string"
}