There are currently a few QuickStart's for Palm API text.
The examples show how to do this in Python, but I have not found any way of getting it to work with Google Apps Script.
Can I send a request to this API with Apps Script directly, or do I need to wait for them to create a library?
I was not able to find any direct information about the endpoint to call but Makersuite gave me a curl example which I was then able to figure out what the call looked like
Then I was able to use UrlFetchApp.fetch to access the data from the PALM api directly via app script. This seems to work well until they create a library for it.
The tricky part was parsing the response. It returns in an array sometimes there can be more then one candidate.