F

Files.com API

by Files.com

Enterprise file management platform API for secure file storage, transfer, automation, and user management with comprehensive CRUD operations.

storagefilesenterprisetransfer

Quick Reference

Base URL https://app.files.com/api/rest/v1 Auth type API Key Header Auth header X-FilesAPI-Key: YOUR_API_KEY Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://www.files.com/docs/ Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)2.41s (checked Mar 29, 2026) Builder score D 44% builder-friendly
Pricing
28
Latency
20
Depth
74

Authentication

API key in the X-FilesAPI-Key header

X-FilesAPI-Key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Enterprise pricing; free trial available.

Key Endpoints

MethodPathDescription
GET /folders/{path} List folder contents
POST /folders/{path} Create a folder
GET /files/{path} Download a file
POST /file_actions/begin_upload/{path} Begin a file upload
GET /users List users
POST /users Create a user
GET /api_keys List API keys
DELETE /files/{path} Delete a file or folder

Sample Request

curl -X GET 'https://app.files.com/api/rest/v1/folders/my-folder' \
  -H 'X-FilesAPI-Key: YOUR_API_KEY'

Sample Response

{"id":1,"path":"my-folder","type":"directory","files":[{"path":"my-folder/file.txt","size":1024}]}

Data sourced from API Map. Always verify pricing and rate limits against the official Files.com documentation.