Creates a new media.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
The UUID of the specific object.
A string describing the object type returned.
The size of the media in bytes.
The content type (i.e. image/png, image/jpg, application/pdf).
The extension (i.e. png, jpg, pdf).
The full filename with extension.
If the media is an image, this will be the height in pixels.
Whether or not this media is publicly accessible.
The JSON that was extracted from the release.json file within the ZIP file.
The URL for accessing this media. If the media is public, this will be a permanent URL. If the media is private, this will be a short-lived URL if the media has been exposed.
The time at which the URL expires. This will only be present if the media is private and has been exposed.
If the media is an image, this will be the width in pixels.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.