Back to Mem0

Deploy

embedchain/docs/examples/rest-api/deploy.mdx

2.0.1255 B
Original Source
<RequestExample>
bash
curl --request POST \
  --url http://localhost:8080/{app_id}/deploy \
  -d "api_key=ec-xxxx"
</RequestExample> <ResponseExample>
json
{ "response": "App deployed successfully." }
</ResponseExample>