Public
Documentation Settings

CloudFiles API

AUTHORIZATIONBearer Token
Token

links

AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionCloudFiles API

POSTCreate or update Link

https://api.cloudfiles.io/v1/links

Creates a new share link for a file

AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionCloudFiles API
Bodyraw (json)
json
{
    "name": "test link",
    "resource": "63231ca46ecb0f69b4f523ba",
    "resourceType": "file",
    "settings": {
        "isActive": true,
        "allowDownloading": true,
        "expireAt": 1728698842000,
        "maxViews": 1000,
        "requirePassword": false,
        "password": "",
        "requireEmail": false,
        "enableEmailVerification": false,
        "allowedEmails": [],
        "allowedDomains": [],
        "blockedEmails": [],
        "blockedDomains": []
    }
}

GETGet Link Details

https://api.cloudfiles.io/v1/links/61c96a170cb5fd34da9886ae
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionCloudFiles API

POSTCreate Bulk

https://api.cloudfiles.io/v1/links/bulk?library=sharepoint
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionCloudFiles API
PARAMS
library

sharepoint

Bodyraw (json)
json
[
    {
        "file": {
            "name": "butterflies.jpg",
            "type": "IMAGE",
            "id": "01PLJOYLNR3ZRGB7SKTNBIBLTFNFVFQFDU",
            "driveId": "b!ZfA15HRS1Uy9pH3Vw5tFjAHfP1lRYlZAvDwLnHYYq8sa-L6ejXB-TJbMYUxi1QfL"
        },
        "context": {
            "crm": {
                "objectId": "a1n8d000000iDyBAAU",
                "name": "SALESFORCE"
            }
        }
    },
    {
        "file": {
            "name": "linkedin.jpeg",
            "type": "IMAGE",
            "id": "01PLJOYLLQ45JEFMGN5ZEYDZJFJES6NTDI",
            "driveId": "b!ZfA15HRS1Uy9pH3Vw5tFjAHfP1lRYlZAvDwLnHYYq8sa-L6ejXB-TJbMYUxi1QfL"
        },
        "context": {
            "crm": {
                "objectId": "a1n8d000000iDyBAAU",
                "name": "SALESFORCE"
            }
        }
    }
]
Loading