Apptigent
Connector for the apptigent API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://connect.apptigent.com/api/utilities - Auth:
header:X-IBM-Client-Id(pass your key via theapiKeyinput)
Operations
addtocollection— POST /AddToCollection — Collections - Add to collectioncsvtojson— POST /CSVtoJSON — Data - CSV to JSONcalculateabsolute— POST /CalculateAbsolute — Math - Calculate Absolutecalculateaddition— POST /CalculateAddition — Math - Calculate Additioncalculateaverage— POST /CalculateAverage — Math - Calculate averagecalculatecosine— POST /CalculateCosine — Math - Calculate Cosine
Inputs
apiKey— your apptigent API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: addtocollection
apiKey: <your key>