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>"
]
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>"
]
Successfully converted files and saved to folder
The response is of type any[]
.
Was this page helpful?