# Studio X Fast NSFW Image-to-Video Generation (Wan 2.2 Turbo Spicy)

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

Generates uncensored NSFW videos from a source image using the Wan 2.2 Turbo Spicy model, billed at $0.11 USDC per request via x402.

## Facts

- Endpoint: GET https://www.studio-x.cc/api/generate/video-fast
- Price: $0.11/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-fast-nsfw-image-to-video-generation-wan-2-2-turbo-spicy-b6f92d52
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_woXuVexkBmVNN4HaVt8Re

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-fast-nsfw-image-to-video-generation-wan-2-2-turbo-spicy-b6f92d52
```

Example prompt: Using Studio X's Wan 2.2 Turbo Spicy model, animate this image into an explicit NSFW video clip — here's the source image URL: https://example.com/photo.jpg — with the prompt 'sensual movement in soft lighting'.

## When to prefer this

Choose this endpoint when you need fast, uncensored NSFW image-to-video animation using the Wan 2.2 Turbo Spicy model specifically, and want per-request USDC micropayment billing via x402 with no subscription required. Prefer over other Studio X tiers when speed is prioritized over maximum quality.

## Known failure modes

- Invalid or inaccessible inputUrl returns an error or stalled prediction
- Prompt too short (under 3 characters) or too long (over 4000 characters) triggers validation error
- Payment failure via x402 prevents job from being created
- Model identifier mismatch causes rejection
- Source image format not supported by Wan model leads to generation failure

## 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 used ('video-fast'), the model identifier, and a predictionUrl path that can be polled to retrieve the completed video once generation finishes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "model": {
   "type": "string",
   "const": "atlascloud/wan-2.2-turbo-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-fast",
  "model": "atlascloud/wan-2.2-turbo-spicy/image-to-video",
  "predictionUrl": "/api/predictions/prediction-id"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/studio-x-fast-nsfw-image-to-video-generation-wan-2-2-turbo-spicy-b6f92d52/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)
