Need help in api trigger

i want to trigger my automation through api on orchestrator but having issue with slug . I dont know what that is and how to get the api to start the automation

maybe working with swagger can help to explore the Rest endpoints and protoype the Calls

32469b7201bb3427de4aa14f9c790a9b374ce8ff_2_690x280

According to the documentation: “In the Slug field, enter a slug that will be appended to the base URL, thus generating the final URL for the resulting endpoint that you will use in your application. You can see a preview of the full URL under this field.

Source: Orchestrator - Managing API triggers (uipath.com)

After that, you will need to get the authentication token: Orchestrator - Authenticating (uipath.com)

And then you can call the endpoint you created using the authentication token to trigger the automation.

@19bcs1138

Swagger will help you in understanding the api…below is a starter help

<OrchetsratorURL>/swagger/index.html

cheers