POST
/
v2
/
upload_file_to_folder
curl --request POST \
  --url http://127.0.0.1:9550/v2/upload_file_to_folder \
  --header 'Content-Type: application/json' \
  --data '{
  "file_inbox_name": "<string>",
  "filename": "<string>"
}'
"<string>"

Upload a new file to a specified folder in the vector file system.

Body

application/json
file
file
required
file_inbox_name
string
required
filename
string
required

Response

200
text/plain
Successfully uploaded file to folder

The response is of type string.