Design File Upload
post
/designs/upload
Imports a design file by uploading it via a multipart
(multipart/form-data
) request.
Returns a design entity. To access design contents, use the Design Summary endpoint.
Requests
Request Body schema
file Required | stringβ<binary> A multipart file upload field. |
format | stringβ Enum:photoshopxdsketchillustrator The design file format. (This is not needed when the format can be inferred from the file extension.) |
design_name | stringβ Name of the design. (When no name is provided, the server uses the name of the file.) |
Request samples
Responses
Response samples
Was this article helpful?
β