Launched: Lottie and WebP files in asset.upload

Hey Canva Devs! We’ve just released the ability to add Lottie and WebP files using the asset.upload method.

  • To upload Lottie files, set options.type to “VIDEO” and options.mimeType to “application/json”. Maximum file size is 0.5MB.
  • To upload WebP files, set options.type to “IMAGE” and options.mimeType to “image/webp”. Maximum file size is same as for other images - 25MB.

See the asset.upload docs for more information.

9 Likes