# GoldBean Baidu Video Query

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

Queries the status or result of a previously submitted Baidu AI video generation or processing job via GoldBean's pay-per-call gateway

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-video-query
- Price: $0.001/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-video-query-ef78a6d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pJsvVBkxrrDCAUNy7pEJN

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-video-query-ef78a6d2
```

Example prompt: Check whether the Baidu AI video generation job I submitted earlier has finished and grab the result — the task ID is from the job I kicked off a few minutes ago.

## When to prefer this

Use this endpoint when you have already submitted a Baidu AI video generation or processing task via GoldBean and need to poll for its completion or retrieve its output. This is an async result-fetching endpoint, not a video generation trigger — prefer it over re-submitting a job when you need to check status of an in-flight task.

## Known failure modes

- Invalid or expired task ID returns empty data or error
- Job still in progress returns pending status with no video output
- Network or upstream Baidu API timeout causes failed response
- Payment not processed (x402) results in 402 response before execution
- Malformed GET request without required task ID parameter

## 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' boolean and a 'data' object containing the video job status and any available result payload (e.g. video URL, processing state, error details) from the Baidu AI backend.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-video-query-ef78a6d2/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)
