Skip to main content

The File object

Attributes

created_at
string
Time at which the file was created.
extension
string
The file's extension.
id
string
Unique identifier for the file.
mime_type
string
The mime type of the file.
name
string
Name of the file.
size
integer
Size of the file.
thumbnail
nullable string
Thumbnail URL of the file
url
string
URL of the file
The file object
{
"id": "fi_081dcab571f6c37d709078ce",
"name": "Screenshot.png",
"size": 348208,
"mime_type": "image/png",
"extension": "png",
"url": "https://k.assets-edge.com/u/ws_046457c4dcfcc7986383e7f4/685132c3e2464-screenshot.png",
"thumbnail": "https://k.assets-edge.com/previews/ws_046457c4dcfcc7986383e7f4/685132c614920-screenshot-476.png",
"created_at": "2025-06-17T09:17:56+00:00"
}