---
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.

---

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