---
title: "Deploy app"
method: POST
path: "/{app_id}/deploy"
tags: ["Apps"]
---

# Deploy app

`POST /{app_id}/deploy`

Deploy an existing app.

## Path parameters

- `app_id` string, required

## Request body

- DeployAppRequest
  - `api_key` string — The Embedchain API key for app deployments. You get the api key on the Embedchain platform by visiting [https://app.embedchain.ai](https://app.embedchain.ai)

## Response `200`

Successful Response

- DefaultResponse
  - `response` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/thuir/apis/embedchain-rest-api.md) · [All operations](https://skmtc.dev/thuir/apis/embedchain-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thuir/embedchain-rest-api/revisions/0d286e801458/schema)
