# Image API Reference
Image resource object:
{
"type": "images",
"id": "(string)",
"attributes": {
"path": "string",
"handle": "string",
"disk": "string",
"width": Integer,
"height": Integer,
"size": Integer,
"alt": "string",
"ext": "string",
"created_at": "string|datetime",
"updated_at": "string|datetime",
"signature": Object (only appears once after creation)
}
}
# Writable fields
| Field name | Creating | Updating |
|---|---|---|
| alt | max:255 | max: 255 |
| width | >= 0 | >= 0 |
| height | >= 0 | >= 0 |
| size | >= 0 | >= 0 |
| ext | required|string|in:jpg,jpeg,png,gif | not_fillable |
| handle | string|max:60 | not_fillable |
# Sortable
| Field name |
|---|
| created_at |
| updated_at |
← Email Templates Meta →