| Field | Type | Required | Description | Example |
|---|---|---|---|---|
url |
str | ✔️ | Playable media URL | |
path |
str | ✔️ | Media path on this API | |
content_type |
str | ✔️ | MIME type | video/mp4 |
filename |
OptionalNullable[str] | ➖ | Suggested filename | |
byte_length |
int | ✔️ | File size in bytes | |
cached |
bool | ✔️ | Whether the media was already available |