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
- Text mode
- JSON mode
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.