---
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>This 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`

Successful Response

## Other responses

- `401` — Missing or invalid credentials.
- `403` — You don't have access to this app.
- `404` — App not found.

## Changes

- **2026-08-30** `394136a6cdd4` — 2 info
  - added the non-success response with the status `403`
  - removed the non-success response with the status `422`
- **2026-08-12** `5265c1114a9d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/idealspot/apis/base44-app-management-api/changes/api/apps/:app_id/coding/export-to-zip/get.md)

---

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