Browse API Reference

Musclegram API

Render themed muscle diagrams and query the stable muscle ids each figure and side can highlight.

The Musclegram API connects a finished anatomy image to the muscle catalogue behind it. Use a publishable URL for the image and the secret-authenticated data API when your interface needs labels, filters, or coverage information.

HTML
<img
src="https://cdn.gymassets.dev/v1/{key}/body/male/front.webp?primary=pectorals&secondary=biceps&w=320"
alt="Chest and biceps highlighted on a male figure"
/>

Operations

Shared ids remove the mapping layer

The data API’s id is passed directly to primary or secondary. A picker that loads /v1/muscles?figure=male&side=front can offer only values guaranteed to light up on the image already on screen.