# Studio X – Wan Spicy Image-to-Video Ultra Generation

> Studio X – Wan Spicy Image-to-Video Ultra Generation is a paid API for AI agents from www.studio-x.cc, paid per call via x402, $0.55/call, status unknown (last checked 2026-09-14).

Generates uncensored NSFW video from a source image using the Wan 2.7 Spicy image-to-video model, paid per-request via USDC

## Facts

- Endpoint: GET https://www.studio-x.cc/api/generate/video-ultra
- Price: $0.55/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/studio-x-wan-spicy-image-to-video-ultra-generation-e362c96e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GOl4G6g48ObgKJ7CGau9s

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 studio-x-wan-spicy-image-to-video-ultra-generation-e362c96e
```

Example prompt: Animate this image into an uncensored NSFW video using Studio X's Wan Spicy model — the image URL is https://example.com/photo.jpg and the prompt is 'sensual slow dance in dim lighting'.

## When to prefer this

Choose this endpoint when you specifically need to animate a still image into an NSFW or explicit video using the Wan Spicy 2.7 model with per-request USDC micropayment billing and no subscription. Prefer it over text-to-video endpoints when you have a source image to use as a visual anchor, and over generic image generators when video output is required.

## Known failure modes

- Invalid or inaccessible inputUrl returns an error or stalled prediction
- Prompt shorter than 3 or longer than 4000 characters causes a validation error
- Payment failure via x402 results in 402 response and no generation
- Model identifier mismatch causes rejection
- Unsupported image format at the source URL may cause generation failure
- Generation timeout if the source image is too large or complex

## How this service works

Create any NSFW image or video with uncensored Flux, Wan Spicy and Seedance models. Pay exact USDC per request through x402.

## Output

Returns a JSON object containing a prediction ID, the tier ('video-ultra'), the model used ('atlascloud/wan-2.7-spicy/image-to-video'), and a predictionUrl path that can be polled to retrieve the generated video output once processing completes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "model": {
   "type": "string",
   "const": "atlascloud/wan-2.7-spicy/image-to-video",
   "description": "Studio X model identifier"
  },
  "params": {
   "type": "object",
   "description": "Model-specific generation parameters",
   "additionalProperties": {
    "type": [
     "string",
     "number",
     "boolean"
    ]
   }
  },
  "prompt": {
   "type": "string",
   "maxLength": 4000,
   "minLength": 3,
   "description": "Image or video generation prompt"
  },
  "inputUrl": {
   "type": "string",
   "format": "uri",
   "description": "Source image or video URL for transformation models"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "id": "prediction-id",
  "tier": "video-ultra",
  "model": "atlascloud/wan-2.7-spicy/image-to-video",
  "predictionUrl": "/api/predictions/prediction-id"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/studio-x-wan-spicy-image-to-video-ultra-generation-e362c96e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.studio-x.cc](https://www.zero.xyz/host/www.studio-x.cc/llms.txt)
