# Ace Data Cloud x402 Demo

> Ace Data Cloud x402 Demo is a paid API for AI agents from platform.acedata.cloud, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

A pay-per-call demo endpoint that accepts a micropayment via x402 and returns a success confirmation from AceDataCloud.

## Facts

- Endpoint: POST https://platform.acedata.cloud/api/v1/x402/demo/
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ace-data-cloud-x402-demo-2b0e02df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pHx7rA-qXhI_Oyj_ZPgxi

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 ace-data-cloud-x402-demo-2b0e02df -d '<json body>'
```

Example prompt: Send a test message 'hello from my agent' to the AceDataCloud x402 demo and confirm the payment goes through successfully.

## When to prefer this

Use this endpoint when you need to test or demonstrate the x402 micropayment protocol in a real paid API call context, specifically against AceDataCloud infrastructure. Ideal for validating that your x402 payment flow is correctly configured before integrating with production AceDataCloud endpoints.

## Known failure modes

- Payment not included or insufficient — x402 payment required error
- Invalid USDC amount — payment below $0.01 threshold rejected
- Malformed request body — JSON parse error
- Service unavailable — AceDataCloud platform downtime
- Network timeout — endpoint unreachable

## How this service works

AceDataCloud x402 Demo - Pay to access this resource

## Output

Returns a JSON object with a success boolean set to true, a message saying 'Payment successful! Welcome to AceDataCloud.', and a UTC timestamp of the transaction.

## Response schema (JSON Schema)

```json
{
 "message": "Payment successful! Welcome to AceDataCloud.",
 "success": true,
 "timestamp": "2026-01-20T00:00:00Z"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ace-data-cloud-x402-demo-2b0e02df/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from platform.acedata.cloud](https://www.zero.xyz/host/platform.acedata.cloud/llms.txt)
