Assets
The Canva Connect APIs for managing assets.
The assets
endpoint lets you upload assets to a user's Canva library. You can directly upload assets from the user’s local storage system, name and tag the assets, get information about the assets, or update and delete assets using this endpoint. For more information about assets, see Canva concepts.
Currently, the assets
endpoint only supports images. The image must be smaller than 25 MB. We accept the following file formats:
- JPEG
- PNG
- HEIC
- Single-frame GIFs
- TIFF
- WEBP
Assets APIs
- Create asset upload job: Create an asynchronous job to upload an asset.
- Get asset upload job: Get the status and results of an upload asset job.
- Get asset: Get the metadata for an asset in the user's Projects.
- Update asset: Update the metadata for an asset in the users Projects.
- Delete asset: Delete an asset from the user's Projects.