What is camunda cloud modeler base URL

I just started with camunda cloud.

I want to trigger start process instance from external REST API. I’m not sure what is camunda cloud modeler base URL so that I can test my connection and get some response.

Hi @Jenneffer_Jiminit,

The usual way of starting an instance in Camunda Cloud is via a client implementation. The client talks directly to the process engine (zeebe) via the engine’s gRPC gateway. So, there is no need for the knowning the modelers base URL.
Check out the clients in our documentation:

1 Like