# GoldBean Baidu Video Generation API

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

Generates AI video content using Baidu's video generation models, accessible via pay-per-call on Base chain

## Facts

- Endpoint: POST https://goldbean-api.xyz/paid/baidu-video-gen
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/goldbean-baidu-video-generation-api-11afc762
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MsA5LVHGnw65jIn2KyVeL

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-generation-api-11afc762 -d '<json body>'
```

Example prompt: Can you generate a short AI video of a sunset over the ocean with golden light reflecting on the waves using Baidu's video generation model?

## When to prefer this

Choose this endpoint when you need AI video generation powered by Baidu's models at a low per-call cost ($0.08) without a subscription, especially if you need occasional or low-volume video generation and want to pay only for what you use via Base chain crypto payments. Ideal for agents that need to generate short video clips on demand without committing to expensive monthly SaaS plans.

## Known failure modes

- Insufficient USDC balance for $0.08 per-call fee causing payment failure
- Vague or unsupported text prompt causing generation failure
- Baidu API backend timeout for complex video generation requests
- Empty data object returned if video generation is still processing
- Rate limit exceeded beyond 50 free daily calls

## 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 response with a success flag and a data object containing the generated video result, which may include a video URL or binary data representing the AI-generated video produced by Baidu's video generation model.

## Response schema (JSON Schema)

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

## More

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