---
title: "Export app source code"
method: GET
path: "/api/apps/{app_id}/coding/export-to-zip"
---

# Export app source code

`GET /api/apps/{app_id}/coding/export-to-zip`

<Info>The App Management API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>

Downloads the app's source code as a zip archive. The archive reflects the app's current saved code.

## Path parameters

- `app_id` string, required — ID of the app whose source code to export.

## Response `200`

A zip archive of the app's source code.

## Other responses

- `401` — Missing or invalid credentials.
- `404` — App not found.
- `422` — Validation Error

---

[API](https://skmtc.net/idealspot/apis/base44-app-management-api.md) · [All operations](https://skmtc.net/idealspot/apis/base44-app-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idealspot/base44-app-management-api/revisions/4620b74b36e4/schema)
