# Recasound Radio Streaming Order

> Recasound Radio Streaming Order is a paid API for AI agents from recasound.es, paid per call via x402, $0.27/call, status unknown (last checked 2026-09-14).

Places a streaming service order for local radio stations, provisioning Centova Cast / AutoDJ-powered audio streams via Recasound.

## Facts

- Endpoint: POST https://recasound.es/api/v1/orders
- Price: $0.27/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/recasound-radio-streaming-order-12fb0850
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z_JRzRyapnxX347Ij9-mY

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 recasound-radio-streaming-order-12fb0850 -d '<json body>'
```

Example prompt: I'd like to order a one-time streaming plan for my radio station called 'Radio Latina' via Recasound — use product ID 'instant-stream', bill me at one_time, and send the confirmation to radio@latina.es.

## When to prefer this

Choose this endpoint when you need to programmatically provision a professional radio streaming service specifically through Recasound — ideal for Spanish-language support, Centova Cast / AutoDJ integration, and local/community radio stations. Prefer this over generic cloud audio APIs when the user needs a turnkey online radio hosting solution rather than raw audio delivery infrastructure.

## Known failure modes

- Invalid or missing email format returns validation error
- Invalid product_id returns product-not-found error
- Unsupported billing modality for selected product returns conflict error
- Payment failure via x402 protocol results in order not created
- Missing required fields returns 400 bad request
- Duplicate order submission may return conflict or idempotency error

## How this service works

Streaming profesional para radios locales. Centova Cast, AutoDJ y soporte en español con Recasound.

## Output

Returns a JSON response confirming the order, likely including an order ID, provisioned stream credentials (e.g. Centova Cast login details, stream URL), and billing confirmation for the purchased radio streaming plan.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/recasound-radio-streaming-order-12fb0850/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from recasound.es](https://www.zero.xyz/host/recasound.es/llms.txt)
