Returns an image where each muscle group can have its own unique color. Ideal for intensity visualization, progress tracking, and muscle fatigue mapping.
curl --request GET \
--url https://muscle-visualizer-api.p.rapidapi.com/api/v1/visualize/heatmap \
--header 'X-RapidAPI-Key: <api-key>'"<string>"Enter your RapidAPI key in the X-RapidAPI-Key header.
Comma-separated list of muscle groups
1"BICEPS,TRICEPS,CHEST"
Comma-separated list of hex or RGB colors (must match number of muscles)
1"#E74C3C,#F39C12,#3498DB"
Body type to display
male, female "male"
Background style: 'white', 'transparent', HEX color (e.g., '#f0f0f0'), or RGB color (e.g., 'rgb(240, 240, 240)'). No alpha channel allowed.
^(white|transparent|#([0-9A-Fa-f]{3}|[0-9A-Fa-f]{6})|rgb\(\s*\d{1,3}\s*,\s*\d{1,3}\s*,\s*\d{1,3}\s*\))$"white"
Image dimensions - small (360x360), medium (480x480), large (720x720), xlarge (1080x1080)
small, medium, large, xlarge "medium"
Output image format
jpeg, png, webp "jpeg"
Successfully generated heatmap visualization image
The response is of type file.
Was this page helpful?
curl --request GET \
--url https://muscle-visualizer-api.p.rapidapi.com/api/v1/visualize/heatmap \
--header 'X-RapidAPI-Key: <api-key>'"<string>"