Skip to content
Strata v1.2.6

API Reference

🔌 What can Strata do? A REST API for managing assets, snapshots, categories, tags and backups — always documented live in Swagger UI.

Strata’s API is documented live via Swagger UI — the authoritative, always-up-to-date reference for all endpoints, request/response schemas, and examples.

EnvironmentSwagger URL
Docker (dev/reset)http://localhost:3000/swagger
Desktop Apphttp://localhost:3456/swagger

Swagger is enabled automatically in development mode and disabled in production builds (ENABLE_SWAGGER=false).

All endpoints are prefixed with /api/v1.

GroupBase PathDescription
Assets/api/v1/assetsCreate, read, update, delete, dispose assets
Asset Snapshots/api/v1/assets/:id/snapshotsRecord asset values over time
Portfolio Snapshots/api/v1/portfolio-snapshotsRecord total net worth snapshots
Categories/api/v1/categoriesHierarchical asset classification
Tags/api/v1/tagsFlexible asset tagging
Asset Types/api/v1/asset-typesReference data (13 types)
Admin/api/v1/adminBackup, restore, health check
Version/api/v1/versionApplication version info