Render Print Files API

Export Print Files

post

Returns print files for each smart object in selected mockup template.

Authorizations
x-api-keystringRequired

API key required for authentication.

Header parameters
Acceptstring ยท enumRequired

The request must accept JSON responses.

Possible values:
x-api-keystringRequired

API key required for authentication.

Example: YOUR_API_KEY_HERE
Body
mockup_uuidstringRequired

The UUID of the mockup template.

Example: 754a46c5-7693-43a1-9cd4-aedabd273f57
export_labelstringOptional

A label for the exported image.

Example: MY_FIRST_IMAGE_01
Responses
200

Print files successfully exported.

application/json
post
/renders/print-files

Export OpenAPI specification for Render Print Files API

Explanation

The Render Print Files API is used to export print files of all smart objects in a mockup template and is mostly used for printing purposes.

The request payload used for this API is the same that the Render API uses.

The only additional option is export_options.image_dpi

export_options.image_dpi

An optional parameter, the default DPI(Dots Per Inch), will be inherited from the PSD file.

Credits usage calculation

The Render Print Files API consumes 2 credits for each exported print file.

Last updated

Was this helpful?