The media_formats object contains one or more rendition objects keyed by Tenor-compatible rendition names.
| Object | Property | Example |
|---|---|---|
| <rendition_name>: object A rendition entry keyed by a Tenor-compatible rendition name such as gif, mp4, tinygif, or webp_transparent. | url: string Direct URL for the requested rendition. | "https://..." |
| dims: number[] Width and height pair for the rendition. | [480, 270] | |
| duration: number Duration for the media asset when provided. | 0.0 | |
| size: number Asset size in bytes. | 123456 |