PUT
/
api
/
files
/
{fileName}

The REST API endpoints can be used with MindsDB running locally at http://127.0.0.1:47334/api.

Path Parameters

fileName
string
required

The name of the file

Body

multipart/form-data
file
string

The file to upload

original_file_name
string

The original name of the file (optional)

Response

200 - application/json
columns
string[]
name
string
row_count
number