Create a Research File
Upload a file via multipart form and create a Research File object.
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
Response
The created file object.
id
Unique identifier for the file.
file_name
Original uploaded filename.
content_type
MIME type of the file as detected/stored.
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error