---
title: "File - DreamFactory Documentation"
source: "https://wiki.dreamfactory.com/File"
canonical_url: "https://wiki.dreamfactory.com/File"
converted_at: "2026-04-05T06:12:29.379Z"
format: "markdown"
converted_by: "html-to-md-ai"
---
[]()
	
	
	
	# File

	
		From DreamFactory Wiki
		
		
		
		
		[Jump to navigation](#mw-head)
		[Jump to search](#searchInput)
		**Create REST APIs for file operations with SFTP, AWS S3, Azure Blob, and other file storage services**

# File System APIs

This chapter shows you how to quickly create and use DreamFactory's REST APIs for SFTP, AWS S3, and more file services using the DreamFactory platform.

DreamFactory provides easy-to-use connectors for various file systems, allowing you to create RESTful APIs for file management operations without writing any code. These APIs can perform standard tasks such as:

- Creating, listing, updating, and deleting folders

- Creating, retrieving, updating, and deleting files

- Converting file formats (such as Excel to JSON)

In this section, you'll learn how to create APIs for:

- [SFTP File Servers](/Creating-an-sftp-rest-api)

- [AWS S3](/Creating-an-aws-s3-rest-api)

- [Converting Excel Files to JSON](/Converting_Excel_To_Json)

Each tutorial walks you through the configuration process and provides examples of common operations you can perform with these APIs.

## See also

- [Creating an AWS S3 REST API](/Creating_Aws_S3_Rest_Api)

- [Creating an SFTP REST API](/Creating_Sftp_Rest_Api)

Retrieved from "[https://wiki.dreamfactory.com/index.php?title=File&oldid=844](https://wiki.dreamfactory.com/index.php?title=File&oldid=844)"
		[Categories](/Special:Categories): - [File Api](/Category:File_Api)
- [Sftp](/Category:Sftp)
- [Aws S3](/Category:Aws_S3)
- [API](/Category:API)
- [Difficulty Beginner](/Category:Difficulty_Beginner)