Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
The file to upload
The target name given to the file when it is uploaded to storage, including the file extension
Required string length:
1 - 255Example:
"otter.png"
The size of the file being uploaded in bytes
Required range:
x >= 1Example:
1024
A concise description (or alt text) of the file being uploaded
Example:
"This is a picture of an otter"

