Verba Plugin profile

Getting Links

Checks if a link (HTTP/HTTPS or magnet) is cached on Premiumize.me and, if so, returns direct download links.

premiumize_download Version 1.0.1
When to use

Best-fit scenarios

Checks if a link (HTTP/HTTPS or magnet) is cached on Premiumize.me and, if so, returns direct download links.

How to call it

Execution guidance

Use the example call shape below and provide only the fields the plugin expects.

Arguments

Input shape

  • url string

    <URL to check>

Settings

Required configuration

  • PREMIUMIZE_API_KEY password

    Your Premiumize.me API key.

Example call

Canonical usage JSON

{
  "function": "premiumize_download",
  "arguments": {
    "url": "<URL to check>"
  }
}