We use essential cookies

We use strictly necessary cookies for authentication and, with your consent, optional analytics cookies to improve the product.

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.

  1. Sign up and subscribe to an API from the LoftPress catalog.
  2. Create an API key from Dashboard → API keys.
  3. Copy the secret shown once; it is stored as a bcrypt hash and cannot be recovered later.
  4. 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