Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.01 KB

File metadata and controls

15 lines (10 loc) · 1.01 KB

MediaContent

Properties

Name Type Description Notes
type str What type of media this is. Specified as a MIME type, which will be one of the following supported types * applicatoin/pdf (for images must be a vector PDF image) * image/png (includes alpha channel) * text/plain * text/html
data str The data for this item of media. Base64-encoded data, given in the format as specified in ?type?.
height str For image assets, the height of this image. Specified in pixels. [optional]
width str For image assets, the width of this image. Specified in pixels. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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