외부 서버에서 api를 통해 로봇을 실행시키는 방법이 있는지 궁금합니다

Hi @sssi,

You could have your external server send an API call to the Orchestrator API and start the job that way.

If the external server has the Robot running on it, it would have the images locally after the process finishes executing. If the server running the Robot needs to deliver the files to another server, the initiation of the API call would require some sort of in argument that specifies where the files are to be saved at or sent to, and the process would need to be coded to place the files in that location.

These are not the only options available, but hopefully help you to create your solution.

Thanks

1 Like