Uploads a media file in a single request and creates a media item.
The server determines the media MIME type from the uploaded file.
Use this endpoint for straightforward uploads up to 100 MB.
For larger files, or when you need presigned part URLs, use the upload
session flow under /media/upload-sessions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Project that will own the uploaded media.
Media file to upload. Maximum size is 100 MB.
The Content-Type header is ignored — the server determines the
actual media MIME type from the file contents.
Media uploaded.
Media identifier.