Media object
Media
The media object is returned by the media library endpoints after an upload has been completed.
| Field | Type | Description |
|---|---|---|
| id | string | Unique media identifier. |
| type | image | gif | video | Detected media type. |
| mime_type | string | null | Stored MIME type for the uploaded file. |
| media_url | string | Signed S3 URL for direct download. URLs expire after 24 hours. |
| thumbnail_url | string | null | Signed S3 URL for a thumbnail when one exists. URLs expire after 24 hours. |
| created_at | string | null | Creation datetime in ISO 8601 format. |