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.
Successfully uploaded file to folder
The response is of type string
.
Was this page helpful?
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>"
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.
Successfully uploaded file to folder
The response is of type string
.
Was this page helpful?
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>"