curl --request GET \
--url https://public-api.stora.co/2025-09/images/{token}/{filename}""Returns a permanent URL suitable for use in <img> tags and other embedded contexts.
The URL itself never expires, but when accessed it redirects to a temporary pre-signed storage URL that expires after 5 minutes.
This endpoint does not require authentication — the verified token acts as authorization.
Complete URLs are provided in API responses for resources like sites and unit types.
curl --request GET \
--url https://public-api.stora.co/2025-09/images/{token}/{filename}""Was this page helpful?