Design format Details
Get details of a design format - Abyssale REST API
Rather than retrieving the full details of an entire design with all formats, you can use the following endpoint to get the details of a single design format. This endpoint returns all defined properties for that format.
Retrieve detailed information for a specific format of the given design. Returns all properties including dimensions, preview and dynamic image URLs, design metadata, elements and variables.
Authorizations
x-api-keystringRequired
All of your Abyssale requests must contain a x-api-key header with your API Key.
Path parameters
designIdstringRequired
Unique identifier of the design
formatSpecifierstringRequired
Format name or UID
Responses
200
Format details retrieved successfully
application/json
404
Format Not found
get
/designs/{designId}/formats/{formatSpecifier}Last updated