---
title: P-Video-Animate | Runware Docs
url: https://runware.ai/docs/models/prunaai-p-video-animate
description: Reference-image animation driven by the motion, timing, and camera movement of a source video
---
# P-Video-Animate

P-Video-Animate is a motion-transfer video model that animates a single reference image using a source video as the motion driver. It preserves the original acting, timing, camera movement, and scene structure from the driving clip while restyling the output around the supplied image. It is well suited to UGC ad variations, meme remixes, character or avatar recasting, and other high-volume creative workflows that need fast, repeatable image-to-video animation with strong motion fidelity.

- **ID**: `prunaai:p-video@animate`
- **Status**: live
- **Release Date**: May 28, 2026
- **Capabilities**: Image to Video, Video to Video

## Pricing

Pricing starts at $0.03 per second of output video at 720p and $0.06 per second of output video at 1080p

- **720p . 1s**: `$0.03`
- **1080p . 1s**: `$0.06`

## Request Parameters

**API Options**

Platform-level options for task execution and delivery.

### [taskType](https://runware.ai/docs/models/prunaai-p-video-animate#request-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `videoInference`

Identifier for the type of task being performed

### [taskUUID](https://runware.ai/docs/models/prunaai-p-video-animate#request-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.

### [outputType](https://runware.ai/docs/models/prunaai-p-video-animate#request-outputtype)

- **Type**: `string`
- **Default**: `URL`

Video output type.

**Allowed values**: `URL`

### [outputFormat](https://runware.ai/docs/models/prunaai-p-video-animate#request-outputformat)

- **Type**: `string`
- **Default**: `MP4`

Specifies the file format of the generated output. The available values depend on the task type and the specific model's capabilities.

- \`MP4\`: Widely supported video container (H.264), recommended for general use.
- \`WEBM\`: Optimized for web delivery.
- \`MOV\`: QuickTime format, common in professional workflows (Apple ecosystem).

**Allowed values**: `MP4` `WEBM` `MOV`

### [outputQuality](https://runware.ai/docs/models/prunaai-p-video-animate#request-outputquality)

- **Type**: `integer`
- **Min**: `20`
- **Max**: `99`
- **Default**: `95`

Compression quality of the output. Higher values preserve quality but increase file size.

### [webhookURL](https://runware.ai/docs/models/prunaai-p-video-animate#request-webhookurl)

- **Type**: `string`
- **Format**: `URI`

Specifies a webhook URL where JSON responses will be sent via HTTP POST when generation tasks complete. For batch requests with multiple results, each completed item triggers a separate webhook call as it becomes available.

**Learn more** (1 resource):

- [Webhooks](https://runware.ai/docs/platform/webhooks) (platform)

### [deliveryMethod](https://runware.ai/docs/models/prunaai-p-video-animate#request-deliverymethod)

- **Type**: `string`
- **Default**: `async`

Determines how the API delivers task results.

**Allowed values**:

- `async` Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse. Required for long-running tasks like video generation.

**Learn more** (1 resource):

- [Task Polling](https://runware.ai/docs/platform/task-polling) (platform)

### [uploadEndpoint](https://runware.ai/docs/models/prunaai-p-video-animate#request-uploadendpoint)

- **Type**: `string`
- **Format**: `URI`

Specifies a URL where the generated content will be automatically uploaded using the HTTP PUT method. The raw binary data of the media file is sent directly as the request body. For secure uploads to cloud storage, use presigned URLs that include temporary authentication credentials.

**Common use cases:**

- **Cloud storage**: Upload directly to S3 buckets, Google Cloud Storage, or Azure Blob Storage using presigned URLs.
- **CDN integration**: Upload to content delivery networks for immediate distribution.

```text
// S3 presigned URL for secure upload
https://your-bucket.s3.amazonaws.com/generated/content.mp4?X-Amz-Signature=abc123&X-Amz-Expires=3600

// Google Cloud Storage presigned URL
https://storage.googleapis.com/your-bucket/content.jpg?X-Goog-Signature=xyz789

// Custom storage endpoint
https://storage.example.com/uploads/generated-image.jpg
```

The content data will be sent as the request body to the specified URL when generation is complete.

### [safety](https://runware.ai/docs/models/prunaai-p-video-animate#request-safety)

- **Path**: `safety.checkContent`
- **Type**: `object (2 properties)`

Content safety checking configuration for video generation.

#### [checkContent](https://runware.ai/docs/models/prunaai-p-video-animate#request-safety-checkcontent)

- **Path**: `safety.checkContent`
- **Type**: `boolean`
- **Default**: `false`

Enable or disable content safety checking. When enabled, defaults to `fast` mode.

#### [mode](https://runware.ai/docs/models/prunaai-p-video-animate#request-safety-mode)

- **Path**: `safety.mode`
- **Type**: `string`
- **Default**: `none`

Safety checking mode for video generation.

**Allowed values**:

- `none` Disables checking.
- `fast` Checks key frames.
- `full` Checks all frames.

### [ttl](https://runware.ai/docs/models/prunaai-p-video-animate#request-ttl)

- **Type**: `integer`
- **Min**: `60`

Time-to-live (TTL) in seconds for generated content. Only applies when `outputType` is `URL`.

### [includeCost](https://runware.ai/docs/models/prunaai-p-video-animate#request-includecost)

- **Type**: `boolean`
- **Default**: `false`

Include task cost in the response.

### [numberResults](https://runware.ai/docs/models/prunaai-p-video-animate#request-numberresults)

- **Type**: `integer`
- **Min**: `1`
- **Max**: `4`
- **Default**: `1`

Number of results to generate. Each result uses a different seed, producing variations of the same parameters.

**Inputs**

Input resources for the task (images, audio, etc). These must be nested inside the \`inputs\` object.

### [referenceImages](https://runware.ai/docs/models/prunaai-p-video-animate#request-inputs-referenceimages)

- **Path**: `inputs.referenceImages`
- **Type**: `array of strings`
- **Required**: true

List of reference images (UUID, URL, Data URI, or Base64).

### [referenceVideos](https://runware.ai/docs/models/prunaai-p-video-animate#request-inputs-referencevideos)

- **Path**: `inputs.referenceVideos`
- **Type**: `array of strings`
- **Required**: true

List of reference videos (UUID, URL).

**Core Parameters**

Primary parameters that define the task output.

### [model](https://runware.ai/docs/models/prunaai-p-video-animate#request-model)

- **Type**: `string`
- **Required**: true
- **Value**: `prunaai:p-video@animate`

Identifier of the model to use for generation.

### [positivePrompt](https://runware.ai/docs/models/prunaai-p-video-animate#request-positiveprompt)

- **Type**: `string`

Text prompt describing elements to include in the generated output.

### [resolution](https://runware.ai/docs/models/prunaai-p-video-animate#request-resolution)

- **Type**: `string`
- **Default**: `720p`

Resolution preset for the output. When used with input media, automatically matches the aspect ratio from the input.

**Allowed values**: `720p` `1080p`

### [fps](https://runware.ai/docs/models/prunaai-p-video-animate#request-fps)

- **Type**: `integer`

Frames per second for video generation. Higher values create smoother motion but require more processing time.

**Allowed values**: `24` `48`

### [seed](https://runware.ai/docs/models/prunaai-p-video-animate#request-seed)

- **Type**: `integer`
- **Min**: `0`
- **Max**: `2147483647`

Random seed for reproducible generation. When not provided, a random seed is generated in the unsigned 32-bit range.

**Settings**

Technical parameters to fine-tune the inference process. These must be nested inside the \`settings\` object.

### [preserveAudio](https://runware.ai/docs/models/prunaai-p-video-animate#request-settings-preserveaudio)

- **Path**: `settings.preserveAudio`
- **Type**: `boolean`
- **Default**: `true`

Preserve the source video audio track in the output.

## Response Parameters

### [taskType](https://runware.ai/docs/models/prunaai-p-video-animate#response-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `videoInference`

Type of the task.

### [taskUUID](https://runware.ai/docs/models/prunaai-p-video-animate#response-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID of the task.

### [videoUUID](https://runware.ai/docs/models/prunaai-p-video-animate#response-videouuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID of the output video.

### [videoURL](https://runware.ai/docs/models/prunaai-p-video-animate#response-videourl)

- **Type**: `string`
- **Format**: `URI`

URL of the output video.

### [videoBase64Data](https://runware.ai/docs/models/prunaai-p-video-animate#response-videobase64data)

- **Type**: `string`

Base64-encoded video data.

### [videoDataURI](https://runware.ai/docs/models/prunaai-p-video-animate#response-videodatauri)

- **Type**: `string`
- **Format**: `URI`

Data URI of the output video.

### [seed](https://runware.ai/docs/models/prunaai-p-video-animate#response-seed)

- **Type**: `integer`

The seed used for generation. If none was provided, shows the randomly generated seed.

### [NSFWContent](https://runware.ai/docs/models/prunaai-p-video-animate#response-nsfwcontent)

- **Type**: `boolean`

Flag indicating if NSFW content was detected.

### [cost](https://runware.ai/docs/models/prunaai-p-video-animate#response-cost)

- **Type**: `float`

Task cost in USD. Present when `includeCost` is set to `true` in the request.

## Examples

### Plush Pangolin Snack Pitch (Image to Video)

[Watch video](https://assets.runware.ai/examples/prunaai-p-video-animate/88fa734a-d1d1-4e76-a09a-a724fe143ddc.mp4)

**Request**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "e56f969b-8402-4cb3-a792-45a566c91399",
  "model": "prunaai:p-video@animate",
  "positivePrompt": "Animate the reference image as a plush pangolin snack spokesperson, driven exactly by the source clip: match the presenter’s hand raises, pointing beats, head nods, lean-in, product reveal, thumbs-up, and slight handheld camera sway. Keep the teal bomber jacket, soft stitched texture, rounded snout, friendly expression, and snack pouch details from the image. Cheerful UGC commercial energy, clean bright kitchen set, crisp detail, natural motion, stable face, consistent body shape, no extra limbs.",
  "resolution": "720p",
  "fps": 48,
  "seed": 50308,
  "settings": {
    "preserveAudio": true
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/3e5e74e2-e9b6-4f28-8ed1-9a6214573d02.jpg"
    ],
    "referenceVideos": [
      "https://assets.runware.ai/assets/inputs/43cc47b8-3cfa-4ca7-8575-d2874eb7b6bc.mp4"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "e56f969b-8402-4cb3-a792-45a566c91399",
  "videoUUID": "71eeaa46-b8a5-44c8-922c-4b86d39576b1",
  "videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/71eeaa46-b8a5-44c8-922c-4b86d39576b1.mp4",
  "seed": 50308,
  "cost": 0.1806
}
```

---

### Ceramic Fox Workout Coach (Image to Video)

[Watch video](https://assets.runware.ai/examples/prunaai-p-video-animate/8a387a71-00af-49a7-af7c-eb8d62b7e1d8.mp4)

**Request**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "af99899c-f6c2-461a-b7e3-7f5d6b026613",
  "model": "prunaai:p-video@animate",
  "positivePrompt": "Recast the motion from the driving clip onto the ceramic fox workout coach. Preserve the exact workout timing, footwork, arm punches, spin, facial attitude, and camera push-in from the source video while keeping the fox character glossy, hand-painted, charming, and fully consistent. Bright upbeat fitness promo look, crisp studio lighting, clean background, smooth commercial animation, playful athletic energy.",
  "resolution": "720p",
  "fps": 24,
  "seed": 68647,
  "settings": {
    "preserveAudio": true
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/b937d869-c730-4ff3-9643-ce59189c86ff.jpg"
    ],
    "referenceVideos": [
      "https://assets.runware.ai/assets/inputs/875b769c-fd36-4ae7-8e67-f20e86efdd16.mp4"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "af99899c-f6c2-461a-b7e3-7f5d6b026613",
  "videoUUID": "fc2fae28-7f9f-42a9-bd85-11a2ad41881b",
  "videoURL": "https://vm.runware.ai/video/os/a04d20/ws/5/vi/fc2fae28-7f9f-42a9-bd85-11a2ad41881b.mp4",
  "seed": 68647,
  "cost": 0.1813
}
```

---

### Photoreal Paramedic Safety Briefing (Image to Video)

[Watch video](https://assets.runware.ai/examples/prunaai-p-video-animate/1e12eb16-c182-4e0f-8f2b-0ffd7a4e8734.mp4)

**Request**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "1577a131-9c78-45ba-8688-16b3c55231a6",
  "model": "prunaai:p-video@animate",
  "positivePrompt": "Real photorealistic person-led emergency safety briefing, preserve the exact body motion, facial timing, hand gestures, pacing, and subtle camera push from the source video. The person should remain a believable live-action paramedic with natural skin detail, realistic uniform fabric, grounded room lighting, accurate shadows, stable identity, and documentary-style realism.",
  "resolution": "720p",
  "fps": 24,
  "seed": 3156,
  "settings": {
    "preserveAudio": true
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/9f5ec6f8-4eb2-4028-89ff-f9d16b44d55d.jpg"
    ],
    "referenceVideos": [
      "https://assets.runware.ai/assets/inputs/de8139b8-5ba0-4d68-a3a7-ffab9f5c799e.mp4"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "1577a131-9c78-45ba-8688-16b3c55231a6",
  "videoUUID": "b09661e7-19ae-4f9a-8ca8-073ee746c786",
  "videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/b09661e7-19ae-4f9a-8ca8-073ee746c786.mp4",
  "seed": 3156,
  "cost": 0.1813
}
```

---

### Photoreal Woman Product Pitch (Image to Video)

[Watch video](https://assets.runware.ai/examples/prunaai-p-video-animate/c54e8965-c62c-45af-9bf5-0542176cf329.mp4)

**Request**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "b06bd806-3cd7-4ccc-ab1b-04ae66d76104",
  "model": "prunaai:p-video@animate",
  "positivePrompt": "Animate the real photorealistic woman from the reference image to follow the source video's exact speaking rhythm, facial expressions, hand gestures, head turns, posture shifts, and camera framing. Preserve her realistic identity, natural skin texture, hairstyle, wardrobe, accurate fingers, believable eye contact, and smooth human motion. Create a polished vertical UGC-style product pitch with crisp detail and natural lighting.",
  "resolution": "1080p",
  "fps": 24,
  "seed": 78646,
  "settings": {
    "preserveAudio": true
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/b228e58a-1bec-4402-98f2-2e97502ce763.jpg"
    ],
    "referenceVideos": [
      "https://assets.runware.ai/assets/inputs/3b2add90-90a6-4fb2-ba28-c413c76d0275.mp4"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "b06bd806-3cd7-4ccc-ab1b-04ae66d76104",
  "videoUUID": "4e8f631c-7008-41e3-9664-56c48c25107c",
  "videoURL": "https://vm.runware.ai/video/os/a06dlim3/ws/5/vi/4e8f631c-7008-41e3-9664-56c48c25107c.mp4",
  "seed": 78646,
  "cost": 0.1088
}
```