# Fileinbox > File upload pages for your clients and team. Fileinbox lets you create branded file upload pages to collect files from anyone. ## API Documentation - Full API docs: https://fileinbox.com/api - Full API docs (Markdown): https://fileinbox.com/llms-full.txt ## File Sharing (CLI) Send files and get a shareable download link: npx fileinbox send report.pdf --title "Q4 Report" --to sarah@example.com Requires a free API key from: https://fileinbox.com/settings/api_tokens API: POST /api/v1/shares (Bearer token, multipart/form-data) Full docs: https://fileinbox.com/api