apideck.com

Welcome to the File Storage API. You can use this API to access all File Storage API endpoints. Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: `https://mock-

🔑 apikey 32 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

sdk-python ✓ Official
pip install sdk-python
monkey-business ✓ Official
npm install monkey-business
sdk-typescript ✓ Official
npm install sdk-typescript
node-sdk ✓ Official
npm install node-sdk
npm install ApiDeck
sdk-go ✓ Official
go get github.com/apideck-libraries/sdk-go
sdk-csharp ✓ Official
dotnet add package sdk-csharp
dotnet-sdk ✓ Official
dotnet add package dotnet-sdk
sdk-php ✓ Official
composer require sdk-php
php-sdk ✓ Official
composer require php-sdk
curl examples
List Files
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/file-storage/files
List Drives
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/file-storage/drives
Get File
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/file-storage/files/{id}
Endpoints (32 total)
GET
/file-storage/files
List Files
GET
/file-storage/drives
List Drives
GET
/file-storage/files/{id}
Get File
GET
/file-storage/drives/{id}
Get Drive
GET
/file-storage/drive-groups
List DriveGroups
GET
/file-storage/folders/{id}
Get Folder
GET
/file-storage/shared-links
List SharedLinks
GET
/file-storage/drive-groups/{id}
Get DriveGroup
GET
/file-storage/shared-links/{id}
Get Shared Link
GET
/file-storage/files/{id}/download
Download File
GET
/file-storage/upload-sessions/{id}
Get Upload Session
POST
/file-storage/files
Upload file
At a glance
Total SDKs10
Languages6
Endpoints32
Authapikey
Categories1
https://unify.apideck.com