Relay API
The relay API stores and retrieves opaque encrypted packages. Prefer the CLI unless you are integrating a custom client.
Health
curl -fsS https://stashvlt.astm.co.za/health | jqStore package
curl -fsS -X POST https://stashvlt.astm.co.za/api/packages \
-H 'content-type: application/json' \
--data @encrypted-package.json | jqGet package
curl -fsS https://stashvlt.astm.co.za/api/packages/pkg_... | jqList inbox
curl -fsS https://stashvlt.astm.co.za/api/inboxes/blind-demo-inbox/packages | jqOperational limits
- Request body limit: 1 MiB.
- Write rate limit: 30 requests/minute/IP by default.
- Read rate limit: 120 requests/minute/IP by default.
- Package retention: 30 days from server receipt.