> ## Documentation Index
> Fetch the complete documentation index at: https://docs.framelane.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Super Resolution

> AI upscale an image or video by 2–4× and return the signed artifact URL.

<Note>
  This skill is available as a machine-readable YAML playbook — append `.md` to any docs page for raw markdown, or install the [Framelane skill](https://framelane.io/skill.md). Drive the calls through the authenticated action MCP at `https://mcp.framelane.io/mcp`.
  Load it into any MCP-capable agent to get the complete workflow without writing integration code.
</Note>

## What this skill does

Posts to `POST /v1/tasks/super-resolution`, polls until complete, and returns the signed artifact URL.

## Load via MCP

```
@framelane-skill:super-resolution
```

## Inputs

| Name         | Required     | Description                                 |
| ------------ | ------------ | ------------------------------------------- |
| `source_url` | **required** | URL of the source image or video            |
| `scale`      | optional     | Upscaling factor `1.0–4.0`. Default: `2.0`. |

## Output

Returns `artifact_url` — signed URL of the upscaled result.
