# GoldBean Baidu Body Analysis API

> GoldBean Baidu Body Analysis API is a paid API for AI agents from goldbean-api.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Analyzes human body attributes and pose in images using Baidu's AI body analysis technology

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-body-analysis
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/goldbean-baidu-body-analysis-api-8e22c4fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bK3EF-xRMgkijWC00ywmt

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability goldbean-baidu-body-analysis-api-8e22c4fc
```

Example prompt: Can you analyze the body poses and attributes of the people in this photo using Baidu's body analysis — here's the image URL: https://example.com/photo.jpg

## When to prefer this

Choose this endpoint when you need Baidu-powered body pose estimation or body attribute analysis on images, especially when cost efficiency matters ($0.002/call). Best suited for applications requiring human body keypoint detection, posture analysis, or person-attribute extraction without managing Baidu API credentials directly. Prefer over generic computer vision APIs when specifically targeting body/pose data rather than general object detection.

## Known failure modes

- No human body detected in image — returns empty data array
- Invalid or inaccessible image URL — returns error response
- Image too low resolution for accurate body analysis
- Multiple overlapping bodies may reduce detection accuracy
- Non-human subjects return empty or low-confidence results
- Rate limit exceeded beyond 50 free daily calls without payment

## How this service works

51 Baidu AI MCP tools: OCR, Vision, LLM, Speech, NLP, Image Gen, Video Gen. 50 free calls/day. No credit card. Pay-per-call from $0.001.

## Output

Returns a JSON object with body analysis data including detected persons, body keypoints/landmarks, pose estimations, body attribute classifications, and confidence scores for each detected individual in the image.

## Response schema (JSON Schema)

```json
{
 "example": {
  "data": {},
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-body-analysis-api-8e22c4fc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from goldbean-api.xyz](https://www.zero.xyz/host/goldbean-api.xyz/llms.txt)
