POST
/
v2
/
create_shareable_folder
curl --request POST \
  --url http://127.0.0.1:9550/v2/create_shareable_folder \
  --header 'Content-Type: application/json' \
  --data '{
  "credentials": {
    "access_key_id": "<string>",
    "bucket": "<string>",
    "endpoint_uri": "<string>",
    "secret_access_key": "<string>",
    "source": "S3"
  },
  "path": "<string>",
  "subscription_req": {
    "folder_description": "<string>",
    "has_web_alternative": true,
    "is_free": true,
    "minimum_time_delegated_hours": 1,
    "minimum_token_delegation": 1,
    "monthly_payment": {
      "USD": 123
    }
  }
}'
"<string>"

Create a new folder that can be shared with other users for collaboration or viewing.

Body

application/json
path
string
required
subscription_req
object
required
credentials
object

Response

200
text/plain
Successfully created shareable folder

The response is of type string.