Documentation
Getting started
LoftPress is a single-account API platform. Each first-party API operated by LoftPress exposes its own endpoints under /api/v1/{product} and is authenticated with a per-product API key issued from your dashboard.
- Sign up and subscribe to an API from the LoftPress catalog.
- Create an API key from Dashboard → API keys.
- Copy the secret shown once; it is stored as a bcrypt hash and cannot be recovered later.
- Send the secret as the X-API-Key header.
bash
curl -H "X-API-Key: $LOFTPRESS_KEY" \
https://loftpress.shop/api/v1/currency/latest?base=USD