POST
/
v2
/
convert_files_and_save
curl --request POST \
  --url http://127.0.0.1:9550/v2/convert_files_and_save \
  --header 'Content-Type: application/json' \
  --data '{
  "file_datetime": "2023-12-25",
  "file_inbox": "<string>",
  "path": "<string>"
}'
[
  "<any>"
]

Convert files to a vector format and save them in the vector file system.

Body

application/json
file_datetime
string
required
file_inbox
string
required
path
string
required

Response

200
application/json
Successfully converted files and saved to folder

The response is of type any[].