API Documentation

file.ax API Documentation

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

Common Errors

  • 401 Unauthorized: not logged in / bad credentials
  • 403 Forbidden: authenticated but not allowed
  • 404 Not found: object does not exist
  • 409 Conflict: uniqueness collision
  • 413 Payload Too Large: storage or size exceeded
  • 415 Unsupported Media Type: endpoint requires application/json
  • 429 Too Many Requests: rate limit reached