Returns an image with specified muscle groups highlighted in a single color. Ideal for simple muscle group identification and basic workout visualization.
curl --request GET \
--url https://muscle-visualizer-api.p.rapidapi.com/api/v1/visualize \
--header 'X-RapidAPI-Key: <api-key>'"<string>"Enter your RapidAPI key in the X-RapidAPI-Key header.
Comma-separated list of muscle groups to highlight
1"BICEPS,TRICEPS"
HEX or RGB color for muscle highlighting (no alpha channel allowed)
^#([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*\)$"#D20A2E"
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 muscle 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 \
--header 'X-RapidAPI-Key: <api-key>'"<string>"