# ScreenshotOne Animate Screenshot

> ScreenshotOne Animate Screenshot is a paid API for AI agents from screenshotone.x402.paysponge.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14, last successful call 2026-05-05).

Converts a static website screenshot into an animated GIF or video via the ScreenshotOne API, proxied through Sponge's x402 payment gateway

## Facts

- Endpoint: GET https://screenshotone.x402.paysponge.com/animate
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-05-05
- Success rate: 25% of calls made through Zero
- Activations on Zero: 10
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sponge-c511ec67
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cnCd0etCcP1Ka_b7WPh8H

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 sponge-c511ec67
```

Example prompt: Can you animate a screenshot of https://stripe.com so I get a scrolling or animated version of the page I can use in a product demo?

## When to prefer this

Choose this endpoint when you need an animated (scrolling, transitioning, or GIF-style) capture of a live webpage rather than a static screenshot. Prefer this over the sibling 'Take screenshot' endpoint when the use case requires motion or animation for demos, previews, or marketing assets. Best when billing via x402/USDC micropayments is acceptable.

## Known failure modes

- Invalid or unreachable URL returns an error in the JSON response
- Malformed query parameters may result in a 400 bad request
- Payment failure or insufficient USDC balance triggers an x402 payment required response
- ScreenshotOne upstream service unavailability causes a 502 or timeout
- URL with bot-detection or CAPTCHA may fail to render

## How this service works

Animate screenshot

## Output

A JSON response containing an animated screenshot (GIF or video) of the specified URL, rendered by ScreenshotOne and returned via the Sponge x402 proxy.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "json"
    },
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  }
 },
 "additionalProperties": false
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sponge-c511ec67/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from screenshotone.x402.paysponge.com](https://www.zero.xyz/host/screenshotone.x402.paysponge.com/llms.txt)
