Create an asynchronous job to import a design created in another application.
Starts a new job to import an external file as a new design in Canva.
You can check the status and get the results of import jobs created with this API using the Get design import job API.
The request format for this endpoint has an application/octet-stream body of bytes,
and the information about the import is attached using an Import-Metadata header.
The maximum length of a design title in Canva (unencoded) is 50 characters.
Base64 encoding allows titles containing emojis and other special
characters to be sent using HTTP headers.
For example, "My Awesome Design 😍" Base64 encoded
is TXkgQXdlc29tZSBEZXNpZ24g8J+YjQ==.
A list of designs imported from the external file. It usually contains one item.
Imports with a large number of pages or assets are split into multiple designs.
A URL for retrieving the thumbnail image.
This URL expires after 15 minutes. This URL includes a query string
that's required for retrieving the thumbnail.