# GoldBean — Baidu Animal Recognition API

> GoldBean — Baidu Animal Recognition 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).

Identifies animal species in an image using Baidu's AI vision model, returning species classification and confidence data

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-animal
- 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-animal-recognition-api-334deac4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7lsL9DBzDgJI-0uQFAzNM

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-animal-recognition-api-334deac4
```

Example prompt: Can you identify what animal species is shown in this photo? Here's the image URL: https://example.com/wildlife-photo.jpg

## When to prefer this

Choose this endpoint when you need fast, low-cost animal species identification from images and want access to Baidu's vision model via a pay-per-call ($0.002/call) model with no subscription or credit card required. Ideal for agents that occasionally need animal recognition without committing to a full Baidu API account. Best for wildlife, pet, or educational use cases where cost per call matters.

## Known failure modes

- Image URL is inaccessible or returns a non-200 response — API may return an error or empty data
- Image contains no recognizable animal — returns low-confidence or empty classification
- Unsupported image format or corrupt file — may return a processing error
- Rate limit exceeded beyond 50 free daily calls without payment — returns payment-required response
- Network timeout if the image is very large or slow to download

## 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 a success flag and a data object containing the recognized animal species, classification labels, and associated confidence scores from Baidu's animal recognition model

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-animal-recognition-api-334deac4/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)
