Skip to main content
POST
/
{app_id}
/
deploy
curl --request POST \
  --url http://localhost:8080/{app_id}/deploy \
  -d "api_key=ec-xxxx"
{ "response": "App deployed successfully." }

Documentation Index

Fetch the complete documentation index at: https://docs.embedchain.ai/llms.txt

Use this file to discover all available pages before exploring further.

curl --request POST \
  --url http://localhost:8080/{app_id}/deploy \
  -d "api_key=ec-xxxx"
{ "response": "App deployed successfully." }

Path Parameters

app_id
string
required

Body

application/json
api_key
string
default:""

The Embedchain API key for app deployments. You get the api key on the Embedchain platform by visiting https://app.embedchain.ai

Response

Successful Response

response
string
required