topaz

Upscale and enhance videos using the Topaz Video Upscaler API via Pixazo.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill topaz-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: topaz
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/topaz
Command: npx skills add https://github.com/Pixazo-AI/skills --skill topaz-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Low-resolution or blurry videos need quality enhancement, but running Topaz upscaling locally requires expensive software and hardware. This Skill lets an AI agent call the Topaz Video Upscaler API through the Pixazo gateway to upscale videos by a chosen factor with a single API request. ## Core Features & Use Cases - Video Upscaling: Submit a video URL and upscale factor (e.g. 2x) to the Topaz Video Upscaler endpoint and receive an enhanced output URL. - Guided API Key Setup: Walks the agent through obtaining and saving a Pixazo API key to ~/.pixazo/api-key so authentication happens only once. - Error Handling: Maps 401, 402, 429, 4xx, and 5xx responses to clear user-facing messages with retry guidance. - Use Case: A content creator has a 720p clip that needs to be published in higher resolution; the agent sends it to the Topaz endpoint with upscale_factor 2 and returns the enhanced video URL. ## Quick Start Ask the agent to upscale this video to 2x quality using Topaz and provide the video URL.

Frequently Asked Questions about topaz

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upscale a video with the Topaz API?▼

Send a POST request to the Pixazo gateway endpoint topaz-upscale-video-request with your video_url and upscale_factor in the JSON body. The response returns synchronously with an output URL pointing to the enhanced video.

What upscale factors does Topaz video upscaling support?▼

The request accepts an upscale_factor parameter such as 2 for doubling resolution. For the full list of accepted values and per-version differences, fetch the reference at https://www.pixazo.ai/models/topaz.md.

Do I need an API key to use Topaz through Pixazo?▼

Yes, a Pixazo API key is required and sent as the Ocp-Apim-Subscription-Key header. Get a free key at https://api-console.pixazo.ai/api_keys; the skill saves it to ~/.pixazo/api-key so you only provide it once.

Why did my Topaz upscale request return a 401 or 402 error?▼

A 401 means the API key is missing or invalid, so generate a fresh key at the Pixazo console. A 402 means your account is out of credits, which you can top up at the Pixazo dashboard.

Can this skill upscale images or generate videos?▼

No, this skill only handles video-to-video upscaling through the Topaz Video Upscaler operation. Image upscaling, video generation, and other media tasks are handled by separate dedicated Pixazo skills.