{% extends "layouts/base.html" %} {% block title %}JAX Gateway{% endblock %} {% block content %}

JAX Gateway

Content-addressed storage gateway

Available Buckets

{% if buckets.is_empty() %}

No buckets available yet.

{% else %} {% endif %}
Node Identity
{{ node_id }}

API Endpoints

/gw/:bucket_id/*path Serve bucket content
/gw/:bucket_id/version Latest published version (JSON)
/_status/identity Node identity (JSON)
/_status/livez Liveness check

Query Parameters

?viewer=true Show explorer/viewer UI
?viewer=false Return raw JSON (directories) or binary (files)
?download=true Download file as attachment
?at=<hash> Access specific version by content hash
?deep=true Recursive directory listing
{% endblock %} {% block head %} {% endblock %}