How to add queue item via API from external application (browser)

I need to make connection between the external application and the orchestrator.

The map of the hole process is like this way :
1- The client use user interface of android application to search for some information
2- The android application use api calls to add info to orchestrator queue
3- In orchestrator once the queue received item the robot start working and uses the transactionitem from queue to make researches and return the result to the queue
4- So the result uplaoded to the queue also send back to the android apps as response .

@Abdulmalek

Welcome to the community

You can use add queue item api …please check below

But return is not possible…you need to do get queue items api again
<orchestratorurl>/swagger/index.html

Cheers

Thank you for your kind greeting.
That’s gread video , But she did not explained how to do the first authentication .

Hey,
regarding authentication you can find something here:

@Abdulmalek

A full guide on how to do

Cheers

I had tried this instractions but thay need to have UiPath cloud for interprise , And mine is community

@Abdulmalek

You need not have enterprise for it…please try proeprly…let us know where you are stuck

cheers

I don’t have the access token .

@Abdulmalek

First go and create an external application in the admin page…

Then you will get client id secret which cna be used to get access token

Cheers

Hello, I leave you the following link, in which a YouTube video explains how you can queue item from api