Files
Upload a File
Upload a new file.
PUT
/
api
/
files
/
{fileName}
The REST API endpoints can be used with MindsDB running locally at http://127.0.0.1:47334/api.
Note that the trailing whitespaces on column names are erased upon uploading a file to MindsDB.
Path Parameters
The name of the file
Body
multipart/form-data
The file to upload
The original name of the file (optional)
Was this page helpful?