---
title: "createZipUploadUrl"
method: POST
path: "/v1/app-configurations/{appId}/zip"
tags: ["App Configuration"]
---

# createZipUploadUrl

`POST /v1/app-configurations/{appId}/zip`

Generate a presigned URL to upload a zip file with artifacts that will be unpacked in a new directory under the /<app-id>/ path

## Path parameters

- `appId` string, required

## Request body

- object
  - `filename` string

## Response `200`

Upload URL generated successfully

- object
  - `upload_url` string, required — Presigned S3 URL for uploading the bundle
  - `artifact_url` string, required — Public CDN URL for the unpacked artifacts
  - `s3ref` S3Reference
    - `bucket` string, required — The name of the S3 bucket where the JSON file for import is stored.
    - `key` string, required — The key or path to the JSON file within the S3 bucket.
  - `expires_at` string, date-time — Timestamp when the upload URL expires

## Other responses

- `404` — App configuration not found

---

[API](https://skmtc.net/epilot/apis/app-api.md) · [All operations](https://skmtc.net/epilot/apis/app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/app-api/versions/03b93188c6d4/schema)
