Design File Upload
post
/designs/upload
To upload a design file, you'll need to send a request of the "multipart/form-data"
type. The request should contain the file you would like to upload.
Returns a design entity. To access design contents, see 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.) |
Request samples
Responses
Response samples
Was this article helpful?