# Studio X Video Pro — NSFW Image-to-Video Generation (Seedance v1.5 Pro)

> Studio X Video Pro — NSFW Image-to-Video Generation (Seedance v1.5 Pro) is a paid API for AI agents from www.studio-x.cc, paid per call via x402, $0.2695/call, status unknown (last checked 2026-09-13).

Generates an uncensored NSFW video from a source image using the ByteDance Seedance v1.5 Pro model, paid per-request via x402 USDC micropayment.

## Facts

- Endpoint: GET https://www.studio-x.cc/api/generate/video-pro
- Price: $0.2695/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/studio-x-video-pro-nsfw-image-to-video-generation-seedance-v1-5-pro-92ac70fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vaz4lX_jbzQCca7bE_TQJ

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-video-pro-nsfw-image-to-video-generation-seedance-v1-5-pro-92ac70fc
```

Example prompt: Animate this image into an NSFW video using Studio X's Seedance v1.5 Pro spicy model — here's the source image URL: https://example.com/my-image.jpg — use the prompt 'passionate couple on a beach at sunset'.

## When to prefer this

Choose this endpoint when you need uncensored NSFW video generated from a source image using the high-quality ByteDance Seedance v1.5 Pro model, and want to pay per-request in USDC via x402 without subscriptions. Prefer this over the standard-tier endpoint when higher quality or longer video output is needed.

## Known failure modes

- Missing or invalid inputUrl returns an error since image-to-video requires a source image
- Prompt shorter than 3 characters or longer than 4000 characters is rejected
- Invalid model constant causes a schema validation error
- Payment failure via x402 if wallet has insufficient USDC balance
- Long processing times or timeouts for complex video generation jobs
- Source image URL unreachable or returning non-image content

## 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-pro'), the model used ('bytedance/seedance-v1.5-pro/image-to-video-spicy'), and a predictionUrl path that can be polled to retrieve the final generated video once processing completes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "model": {
   "type": "string",
   "const": "bytedance/seedance-v1.5-pro/image-to-video-spicy",
   "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-pro",
  "model": "bytedance/seedance-v1.5-pro/image-to-video-spicy",
  "predictionUrl": "/api/predictions/prediction-id"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/studio-x-video-pro-nsfw-image-to-video-generation-seedance-v1-5-pro-92ac70fc/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)
