Files
Upload a public file
Upload and create a new public File in Tightknit storage
POST
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 - 255
Example:
"otter.png"
The size of the file being uploaded in bytes
Required range:
x >= 1
Example:
1024
A concise description (or alt text) of the file being uploaded
Example:
"This is a picture of an otter"
Was this page helpful?