Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 649 Bytes

AssetUploadMetadata.md

File metadata and controls

9 lines (6 loc) · 649 Bytes

# AssetUploadMetadata

Properties

Name Type Description Notes
name_base64 string The asset's name, encoded in Base64. The maximum length of an asset name in Canva (unencoded) is 50 characters. Base64 encoding allows names containing emojis and other special characters to be sent using HTTP headers. For example, "My Awesome Upload 🚀" Base64 encoded is `TXkgQXdlc29tZSBVcGxvYWQg8J+agA==`.

[Back to Model list] [Back to API list] [Back to README]