/
/Base44 App Management API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 6h ago · Updated 6h ago
  • getCount app users
  • getCount entity records
  • getList entity schemas
  • putSync entity schemas
  • postCreate entity schema
  • getGet entity schema
  • putUpdate entity schema
  • deleteDelete entity schema
  • getList checkpoints
  • postSet secret
  • postSend chat message
  • postSubmit tool-call input
  • postSubmit tool-call input (batch)
  • postStop generation
  • postUndo message
  • postEdit and resend
  • getRead conversation messages
  • getList analytics event names
  • getList analytics event properties
  • postQuery analytics events
  • postAggregate analytics events over time
  • postAggregate analytics events by field
  • getGet analytics user stats
  • getExport app source code
  • getGet preview URL
  • postDeploy an app
  • postStart social content flow
  • postSubmit answers
  • postRefine content strategy
  • postGenerate content plan
  • postRefine a post
  • getGet social content state
  • putUpdate post content
  • postGenerate a post image
  • postReset social content flow
  • getGet published URL
  • getList apps
  • postCreate app
  • getGet app

Export app source code

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

get/api/apps/{app_id}/coding/export-to-zip

Path parameters

app_idstring required

ID of the app whose source code to export.

ID of the app whose source code to export.

Response

A zip archive of the app's source code.

Changes