Upload User File
Upload a user file directly (multipart). Max 50MB. Creates the DB row and uploads bytes to GCS.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a multipart form containing a file.
file
The file to upload
name
Name of the file including extension
type
Type/category of the file
Response
Successful Response
name
The human-readable name of the file
id
user_id
type
The type of the file
created_at
updated_at
is_archived
filesize
The size of the file in bytes
location
Errors
422
Unprocessable Entity Error

