⚡ Quick Start

Get started instantly by following these simple steps:

1. Obtain your API Token

Sign up on Openfiles Dashboard (opens in a new tab) and generate your API token.

2. Install the Python SDK

pip install openfiles

3. Upload Your First File

from openfiles import OpenfilesClient
 
client = OpenfilesClient(api_token="your_api_token")
response = client.upload_file(file_path="path/to/file.txt", description="My first upload")
 
print("File uploaded successfully! Bag ID:", response.bag_id)

🎉 Congratulations! You've successfully uploaded your first file.


📚 Documentation Overview

Explore our comprehensive documentation to master Openfiles:


Happy developing with Openfiles! 🚀