{{define "content"}}
{{template "header" .}} {{template "storage-info" .}} {{template "api-endpoints" .}} {{template "usage-examples" .}}
{{template "changelog" .}}

About

What is FITRA?

FITRA (File Transfer API) is a lightweight, developer-friendly file sharing service designed for CLI usage and automation.

🔒 Security

Files are automatically deleted after 24 hours. This service is designed for temporary file sharing and should not be used for permanent storage.

📞 Support

Matrix: @root@adhd.sh

Discord: nu11ed

💰 Donate

🌟 Features

  • Simple HTTP API for file upload/download
  • Automatic cleanup after 24 hours
  • Storage usage tracking
  • Developer-friendly cURL examples
  • Health monitoring endpoint

🔧 Technical Details

  • Built with Go and Gin framework
  • RESTful API design
  • Form-based file uploads
  • JSON responses
{{end}}