Files
Upload File
Upload a file to the Bluesight storage bucket.
The file may be used for creating a training job or inference (TBD).
File is expected to be in HDF5 format. Check guides page for info on how to create a valid file and upload it (TBD).
POST
Body
multipart/form-data
The File object (not file name) to be uploaded.
Response
200
application/json
Successful Response
The file identifier, which can be referenced in the API endpoints.
The Unix timestamp (in seconds) for when the file was created.
The name of the file.
The size of the file, in bytes.