---
title: "Install a plugin from a downloadable ZIP URL"
method: POST
path: "/api/v1/plugins/install/url"
tags: ["Plugins"]
---

# Install a plugin from a downloadable ZIP URL

`POST /api/v1/plugins/install/url`

**Required scope:** `plugin`

## Request body

- PluginUrlInstallRequest
  - `url` string, uri, required
  - `download_url` string, uri — Optional downloadable ZIP URL when url is the plugin source page or repository.
  - `proxy` string
  - `ignore_version_check` boolean
  - `install_method` string
  - `registry_url` string, nullable
  - `market_plugin_id` string

## Response `200`

Standard AstrBot success response

- SuccessEnvelope
  - `status` 'ok', required
  - `message` string
  - `data` unknown, required

---

[API](https://skmtc.net/astrbotdevs/apis/astrbot-openapi-v1.md) · [All operations](https://skmtc.net/astrbotdevs/apis/astrbot-openapi-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astrbotdevs/astrbot-openapi-v1/revisions/4463c5ffdb9c/schema)
