Skip to main content
POST
/
v1
/
projects
/
{projectID}
/
disks
/
{diskName}
/
extract
Extract file in FileBrowser
curl --request POST \
  --url https://{filebrowser-url}/v1/projects/{projectID}/disks/{diskName}/extract \
  --header 'Authorization: <api-key>'
This response has no body data.

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

projectID
string
required

The id of your project

diskName
string
required

The name of your disk

Query Parameters

path
string
required

The path of your disk

output
string
required

The output path of your request

overwrite
string
default:no

The overwrite of your request

Response