Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
versions
/
{version}
/
download
Download a version's bundle
curl --request GET \
  --url https://api.mixpeek.com/v1/apps/{app_id}/versions/{version}/download
{
  "download_url": "<string>",
  "version": 123,
  "asset_prefix": "<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

app_id
string
required
version
integer
required

Version number to download

Response

Successful Response

Presigned download URL for a version's deployed assets.

download_url
string
required

Presigned S3 GET URL for the version's bundle

version
integer
required
asset_prefix
string
required
expires_in
integer
default:3600

URL expiry in seconds