DeepAI

AI image tools as simple APIs. DeepAI generates images from text, edits photos from plain instructions, removes backgrounds, colorizes black and white photos, and upscales images with standard or creative enhancement. Every call is billed per image; the image generator and photo editor choose a quality tier per request.

InferenceLiveeip155:8453Exactvia cdp
ImagesImage-generationPhoto-editingUpscalingBackground-removal
Calls · 30d
1→ 0%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 14 snapshots so far.
$32.94
Verified settled volume
187 settlements proven x402 by their on-chain EIP-3009 marker.
$1.00
Listed price
As published in the catalog. Always read the live 402 before paying.
1
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-09-10 14:29Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x2a90d68071b16ba7ab236709d4e37a54f56fea3b

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

1USDC≈ $1 USD
on Base · exact scheme

Pay 1 USDC on Base to 0x2a90…fea3b. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
1000000 smallest units
100units
on zeroclick:card · exact scheme

That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.

Paid to
merchant
Token contract
USD
Payment window
1 hour
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "billing": {
        "model": "prepaid",
        "description": "amount is the price and is charged in full when you pay, and is not returned if delivery fails: this rail settles once and cannot give change. (Exact entries appear only on fixed-price requests - ceiling-priced requests are offered the reserve-and-pay-actual entry instead.)"
      },
      "version": "2",
      "zeroclick": {
        "kind": "transaction",
        "zcRequestId": "zcreq_-TPHvXG4IVDN3GnwONmrI",
        "agentPaymentId": "apay_4ESJV_UvNYE8ubTTI1E8A"
      }
    },
    "payTo": "0x2a90d68071b16ba7ab236709d4e37a54f56fea3b",
    "amount": "1000000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  },
  {
    "asset": "USD",
    "extra": {
      "payUrl": "https://deepai.pay.zeroclick.io/payments/apay_4ESJV_UvNYE8ubTTI1E8A/card",
      "methods": {
        "checkout": {
          "send": {
            "checkout": true
          },
          "human": "required"
        },
        "sharedPaymentToken": {
          "via": "www-authenticate",
          "docs": "https://docs.stripe.com/agentic-commerce/concepts/shared-payment-tokens",
          "note": "Settled over the standard MPP lane: answer the 402's method=\"stripe\" www-authenticate challenge with the spt_ credential in Authorization (Authorization: Payment <credential>); on purchases and top-ups send your access token as ZC-Agent-Authorization: Bearer <token>. Never send the spt_ in a body.",
          "networkId": "profile_61VG35AjsNsuxC1pvA6VG35A0HSQUF4N8nAT0w6meG9o",
          "stripeAccountId": "acct_1TtEFA0gn3WIstln"
        },
        "stripePaymentMethodId": {
          "send": {
            "stripePaymentMethodId": "pm_…"
          },
          "tokenization": {
            "note": "Create the PaymentMethod with this publishable key ALONE - do not send a Stripe-Account header and do not scope it to any connected account. ZeroClick moves the PaymentMethod onto the seller's account server-side when it charges.",
            "scope": "platform",
            "publishableKey": "pk_live_51Rw8Mz0oJFKhYE39B9IumjAJ8XACBGvbbRBXr7UFryzMIPeQMyM9eIAVqotXGOmRmiOejFSitOOOOyxstFNUkNAD00PzPPSSGz"
          }
        }
      },
      "version": "1",
      "statusUrl": "https://deepai.pay.zeroclick.io/payments/apay_4ESJV_UvNYE8ubTTI1E8A",
      "retryHeader": "zc-payment-id"
    },
    "payTo": "merchant",
    "amount": "100",
    "scheme": "exact",
    "network": "zeroclick:card",
    "maxTimeoutSeconds": 3600
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "mode": "hd",
          "shape": "landscape",
          "prompt": "a golden retriever surfing a wave at sunset",
          "duration": 5
        },
        "type": "http",
        "method": "POST",
        "bodyType": "json"
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "properties": {
            "body": {
              "type": "object",
              "example": {
                "mode": "hd",
                "shape": "landscape",
                "prompt": "a golden retriever surfing a wave at sunset",
                "duration": 5
              },
              "required": [
                "prompt"
              ],
              "properties": {
                "mode": {
                  "enum": [
                    "hd",
                    "hollywood"
                  ],
                  "type": "string",
                  "default": "hd",
                  "example": "hd",
                  "description": "hd for standard videos (billed as hd_seconds), hollywood for 2K cinematic quality (billed as hollywood_seconds)."
                },
                "shape": {
                  "enum": [
                    "square",
                    "landscape",
                    "standard",
                    "vertical",
                    "portrait",
                    "auto"
                  ],
                  "type": "string",
                  "default": "auto",
                  "example": "landscape",
                  "description": "Output shape. auto uses landscape for text to video and matches the source image for image to video. Must be auto in hollywood mode for image to video."
                },
                "prompt": {
                  "type": "string",
                  "example": "a golden retriever surfing a wave at sunset",
                  "maxLength": 3000,
                  "description": "What to generate, up to 3000 characters."
                },
                "duration": {
                  "type": "integer",
                  "default": 5,
                  "example": 5,
                  "maximum": 15,
                  "minimum": 5,
                  "description": "Length of the generated video in seconds, 5 to 15. Billing is per second."
                }
              }
            },
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            }
          },
          "additionalProperties": false
        }
      }
    }
  },
  "zeroclick": {
    "info": {
      "payment": {
        "id": "apay_4ESJV_UvNYE8ubTTI1E8A",
        "amountUsd": "1.000000"
      },
      "service": "text-to-video",
      "requestId": "zcreq_-TPHvXG4IVDN3GnwONmrI"
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "payment"
      ],
      "properties": {
        "agentId": {
          "type": "string"
        },
        "payment": {
          "type": "object",
          "required": [
            "id",
            "amountUsd"
          ],
          "properties": {
            "id": {
              "type": "string"
            },
            "amountUsd": {
              "type": "string"
            }
          }
        },
        "service": {
          "type": "string"
        },
        "requestId": {
          "type": "string"
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-09-10 14:29Z
Last indexed by Roundhouse
2026-09-24 09:40Z
Last enriched (probe, favicon, geo)
2026-09-10 15:15Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 405
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 14 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service DeepAI and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=DeepAI'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://deepai.pay.zeroclick.io/video-api/text2video, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.