Enterprise file management platform API for secure file storage, transfer, automation, and user management with comprehensive CRUD operations.
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
API key in the X-FilesAPI-Key header
X-FilesAPI-Key: YOUR_API_KEY
Enterprise pricing; free trial available.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'https://app.files.com/api/rest/v1/folders/my-folder' \ -H 'X-FilesAPI-Key: YOUR_API_KEY'
{"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.