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

Create a duplicate of an existing folder within the vector file system.

Body

application/json
destination_path
string
required
origin_path
string
required

Response

200
text/plain
Successfully copied folder

The response is of type string.