Sum
1 min
Returns the sum of values in a set of numbers
API Definition
Sum API
Call the following API:
POST
https://orca.pathfix.com/functions/number/sum
{
"input": "92,29,299,02"
}
Returns the sum of values in a set of numbers
{
"input": "92,29,299,02"
}