Hi @ThinhDinh thank you for responding. Yes I do
I am on Business plan.
So I am assuming that I can use the curl API to send the list of creators to third party
As shown below

Ill have extra columns where the response from third part needs to be captured, Ill send some dummy values when I send the list
Once they finish the processing my request Can I ask them to use the edit row curl as shown below and add data to corresponding row and send it back to me? Would it work?

Would this map response back to my original table and its rows? Or is there a better way?
Thank you for your help.
Regards,
Dilip
Yeah but I need you to understand that it will be on a row-by-row basis, so you don’t send a list at once, but it will be different calls to the API.
It’s not related to the add or edit Glide API, it’s related to the API you are using. I assume that it will return a response, then you will parse the info you need from that response. You don’t actually need to write that back to a basic lide column, unless you are asked to do so.
So I put my glide API curl in postman. It gave me list of all creators available in that table.
So that clears my doubt about how to send value to third party.
Above is my postman response
Now my only doubt is how do I map the response from that third party to write values back into this API so that it can come back and write values back in table in corresponding columns.
Regards,
Dilip