curl --request POST \
--url https://{filebrowser-url}/v1/projects/{projectID}/disks/{diskName}/createLink \
--header 'Authorization: <api-key>'{
"queries": {
"path": "<string>",
"type": "<string>",
"token": "<string>"
}
}curl --request POST \
--url https://{filebrowser-url}/v1/projects/{projectID}/disks/{diskName}/createLink \
--header 'Authorization: <api-key>'{
"queries": {
"path": "<string>",
"type": "<string>",
"token": "<string>"
}
}Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #
The id of your project
The name of your disk
The path of your disk
The type of your request. valid values:["preview", "download"]
The expire of your link. valid values:["1h", "6h", "1d", "3d", "7d"]
Successful operation
Show child attributes