Browse API Reference

API Reference

Authenticate GymAssets requests, choose an image or data API, and open the operation that matches what you need to build.

GymAssets serves finished images from a publishable URL and structured catalogue data from a server-authenticated REST API. Both surfaces use the same ids. A record points straight at its matching artwork.

SurfaceBase addressReturnsAuthentication
Image APIcdn.gymassets.dev/v1WebP or PNGPublishable key in the path
Data APIapi.gymassets.dev/v1JSONSecret key in a bearer header

Products

Authenticate a data request

Terminal
curl 'https://api.gymassets.dev/v1/muscles' \
-H "Authorization: Bearer $GA_SECRET_KEY"

The data API accepts GET, HEAD, and CORS preflight requests. Collection routes return cursor-paginated results. Member routes return one record directly.

Platform behavior