file.ax API Documentation
These docs describe the HTTP APIs exposed by this server.
- Base URL:
https://file.ax - Docs host rule: these docs are only served when host is
file.ax. - Credential-auth script APIs are documented in Plain Endpoints (Scripts).
- Authentication notes in each page are taken from current route/middleware behavior in code.
Documentation Map
- Endpoint Inventory
- Upload and Edit APIs
- Plain Endpoints (Scripts)
- File and Download APIs
- E2E Client Integration
- YouTube/Direct Download APIs
- Mail Alias and Verification APIs
- DNS APIs (.fz.mk)
- SMS APIs
Common Errors
401 Unauthorized: not logged in / bad credentials403 Forbidden: authenticated but not allowed404 Not found: object does not exist409 Conflict: uniqueness collision413 Payload Too Large: storage or size exceeded415 Unsupported Media Type: endpoint requiresapplication/json429 Too Many Requests: rate limit reached