curl --request POST \
--url http://127.0.0.1:9550/v2/add_file_to_inbox \
--header 'Content-Type: application/json' \
--data '{
"file_inbox_name": "<string>",
"filename": "<string>"
}'
"<string>"
curl --request POST \
--url http://127.0.0.1:9550/v2/add_file_to_inbox \
--header 'Content-Type: application/json' \
--data '{
"file_inbox_name": "<string>",
"filename": "<string>"
}'
"<string>"
Successfully added file to inbox
The response is of type string
.
Was this page helpful?