curl --request POST \
--url http://localhost:8080/{app_id}/deploy \
-d "api_key=ec-xxxx"
{ "response": "App deployed successfully." }
REST API Service
Deploy app
Deploy an existing app.
POST
/
{app_id}
/
deploy
curl --request POST \
--url http://localhost:8080/{app_id}/deploy \
-d "api_key=ec-xxxx"
{ "response": "App deployed successfully." }
curl --request POST \
--url http://localhost:8080/{app_id}/deploy \
-d "api_key=ec-xxxx"
{ "response": "App deployed successfully." }
Path Parameters
Body
application/json
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
Was this page helpful?