Skip to main content
GET
/
v1
/
namespaces
/
{namespace_id}
/
plugins
/
{plugin_id}
/
download
Get plugin archive download URL
curl --request GET \
  --url https://api.mixpeek.com/v1/namespaces/{namespace_id}/plugins/{plugin_id}/download
{
  "plugin_id": "<string>",
  "name": "<string>",
  "version": "<string>",
  "download_url": "<string>",
  "expires_in": 3600
}

Documentation Index

Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Examples:

"Bearer YOUR_API_KEY"

"Bearer YOUR_STRIPE_API_KEY"

Path Parameters

namespace_id
string
required
plugin_id
string
required

Response

Successful Response

Response model for plugin archive download.

plugin_id
string
required
name
string
required
version
string
required
download_url
string
required

Presigned S3 GET URL for archive zip

expires_in
integer
default:3600

URL expiry in seconds