Skip to main content

MediaItem

idstring<uuid>
typestring

Possible values: [image, video, document]

mime_typestring
Example: image/jpeg
file_sizeinteger

File size in bytes

statusstring
original_namestringnullable
urlstringnullable
thumbnail_urlstringnullable
dimensions objectnullable
widthinteger
heightinteger
aspect_rationumbernullable
orientationstringnullable
created_atstring<date-time>
MediaItem
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "image",
"mime_type": "image/jpeg",
"file_size": 0,
"status": "string",
"original_name": "string",
"url": "string",
"thumbnail_url": "string",
"dimensions": {
"width": 0,
"height": 0
},
"aspect_ratio": 0,
"orientation": "string",
"created_at": "2024-07-29T15:51:28.071Z"
}