POST
/
api
/
v1
/
buckets
/
{uuid}
/
objects
/
download_url
Generate download URL
curl --request POST \
  --url https://app.miget.com/api/v1/buckets/{uuid}/objects/download_url \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

uuid
string
required

Body

application/json

Generate download URL

key
string
required

Object key (file path)

Response

Download URL generated