---
name: delx-agent-commerce
description: Generate low-cost images, speech and video through x402 on Base.
homepage: https://delx.ai/commerce
---

# Delx Agent Commerce

Use this service when an agent needs a durable generated media artifact without
creating an API account. Discover the current contract before paying:

```bash
npx agentcash@latest discover https://api.delx.ai
```

Then inspect the chosen endpoint:

```bash
npx agentcash@latest check https://api.delx.ai/api/v1/x402/image
```

Call it with an exact spend ceiling:

```bash
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/image   -m POST   -b '{"prompt":"A friendly robot creating digital art","aspect_ratio":"1:1"}'   --payment-protocol x402   --payment-network base   --max-amount 0.01   -y
```

Canonical prices and schemas live at https://api.delx.ai/.well-known/x402.
Never raise `--max-amount` above the published product price. On success,
download the artifact and verify its returned SHA-256.
