Ways to run Robot Framework testcases

Does robot framework allows to run test case other than console approach like REST API, TCP API, RPC , java api or python api?

Hi,

What do you mean?
A different way to start robot framework?

There is a possibility to call robot from python:
https://robot-framework.readthedocs.io/en/latest/autodoc/robot.html#robot.run.run

Yes, I meant is a there different way of running robot testcases other than the console. Is their anything similar for Java?

Could you be more specific what Java offers and you are missing from Robot Framework?

I want to ask is there any way to get the result of robot testcase using APIs (by passing necessary parameters) instead of using console. For example, instead of writting command in console, if I can call an API that could give me the testcase result.

Have you looked at the listener API https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#listener-interface