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

Response

The created file object.
idstringformat: "uuid"
Unique identifier for the file.
file_namestring
Original uploaded filename.
content_typestring

MIME type of the file as detected/stored.

Errors