The attachment object
Attributes
created_at
string
Time at which the attachment was created.
extension
string
The attachment's extension.
id
string
Unique identifier for the attachment.
mime_type
string
The mime type of the attachment.
name
string
Name of the attachment.
size
integer
Size of the attachment.
thumbnail
nullable string
Thumbnail URL of the attachment
url
string
URL of the attachment
The attachment 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"
}