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.

Get Design Format details

get

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
chevron-right
200

Format details retrieved successfully

application/json
idstringOptional

Format identifier

Example: new-format
uidstring · uuidOptional

Unique ID for the format instance

Example: 6248b96f-581a-43f0-9863-85e1b7d0ec05
widthintegerOptional

Width of the format in specified units

Example: 3333
heightintegerOptional

Height of the format in specified units

Example: 666
unitstringOptional

Unit of measurement for dimensions

Example: px
preview_urlstring · uriOptional

URL to preview image of this format

Example: https://production-banners.s3-eu-west-1.amazonaws.com/templates/e0d292f2-ec21-11e9-a539-3c408bf94152/21aff1a9-bcde-4294-8320-be6cae651381.png
dynamic_image_urlstring · uriOptional

URL to the dynamically generated image

Example: https://img.abyssale.com/673f0cb6-f1f6-4f7d-8ea2-4a0ed317efbe/6248b96f-581a-43f0-9863-85e1b7d0ec0a
get
/designs/{designId}/formats/{formatSpecifier}

Last updated