Skip to main content
2D human pose estimation (ViT-L, 434M). Accepts one image_url or one video_url; no text-only input and no document_url. pose is the only method. Each detected person returns a person label, a normalized bounding box, and 17 normalized COCO keypoints (kpts_xy). On a video_url, the model tracks pose on every frame; the video_fps request parameter sets the detector cadence (default 10).

Output by method

Request

Response

A single image returns the json block alone, with no wrapper:
kpts_xy lists the 17 COCO keypoints in order (nose, eyes, ears, shoulders, elbows, wrists, hips, knees, ankles), each as a normalized [x, y] pair.