v1

latestOpenAPI 3.1.02026-07-2614977.9 KB
Visualization Modes

Generate muscle visualization image

Returns an image with specified muscle groups highlighted in a single color. Ideal for simple muscle group identification and basic workout visualization.

get/api/v1/visualize

Query parameters

musclesstring required

Comma-separated list of muscle groups to highlight

Example:BICEPS,TRICEPS

Comma-separated list of muscle groups to highlight

colorstring required

HEX or RGB color for muscle highlighting (no alpha channel allowed)

Example:#D20A2E

HEX or RGB color for muscle highlighting (no alpha channel allowed)

gender'male' | 'female' required

Body type to display

Example:male

Body type to display

backgroundstring required

Background style: 'white', 'transparent', HEX color (e.g., '#f0f0f0'), or RGB color (e.g., 'rgb(240, 240, 240)'). No alpha channel allowed.

Example:white

Background style: 'white', 'transparent', HEX color (e.g., '#f0f0f0'), or RGB color (e.g., 'rgb(240, 240, 240)'). No alpha channel allowed.

size'small' | 'medium' | 'large' | 'xlarge' required

Image dimensions - small (360x360), medium (480x480), large (720x720), xlarge (1080x1080)

Example:medium

Image dimensions - small (360x360), medium (480x480), large (720x720), xlarge (1080x1080)

format'jpeg' | 'png' | 'webp' required

Output image format

Example:jpeg

Output image format

Response

Successfully generated muscle visualization image