Developer docs that explain the system clearly instead of compressing every detail into one crowded page.
AXFILE Security gives developers secure uploads, encrypted storage workflows, metadata retrieval, and download flows tied to the same backend health and audit model used across AXUMSEC Systems.
What developers need first
Tenant-issued API access
Tenant credentials are generated through staff-managed backend flows and handed directly into the tenant workspace and upload experience.
Upload modes that map to product reality
Public delivery and confidential encrypted vaulting share the same backend platform while preserving different access expectations.
Operational trust built in
Developers can link implementation work to live status, audit-friendly records, and clear storage or scan outcomes.
Use tenant API keys, not staff management credentials.
AXUMSEC staff issue and manage tenant access from protected internal routes. Developers integrating the product should work with tenant-scoped API keys and tenant-aware request headers only.
Start in minutes with secure upload flows.
curl -X POST https://api.axfile.security/api/files/upload/confidential \
-H "x-api-key: your_api_key" \
-F "file=@/path/to/document.pdf" \
-F "displayName=Contract_Final.pdf"Uploads
Send secure files with tenant API key authentication, metadata, and optional display naming or tagging.
Records and metadata
Retrieve file state, version context, lifecycle information, and search-aware metadata.
Secure downloads
Stream protected content back through authenticated tenant-aware download routes.