Spaces:
Running
Running
File size: 486 Bytes
ffa0093 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # Sample Markdown Document
This is a sample markdown document for testing DocVault file upload functionality.
## Features
- File upload
- Folder creation
- File management
- Storage tracking
## Code Example
```python
# DocVault API Usage
import requests
response = requests.post(
'http://localhost:5000/api/create-folder',
json={'folder_path': 'Documents/Projects'},
headers={'X-User-ID': 'user123'}
)
print(response.json())
```
---
**Created for DocVault Testing**
|