Create 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.