Pandorabots
Connector for the pandorabots API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://aiaas.pandorabots.com - Auth:
query:user_key(pass your key via theapiKeyinput)
Operations
listbots— GET /bot/{app_id} — List of botslistbotfiles— GET /bot/{app_id}/{botname} — List of bot filescompilebot— GET /bot/{app_id}/{botname}/verify — Compile a botgetbotfile2— GET /bot/{app_id}/{botname}/{file-kind} — Retrieve a bot file (pdefaults, properties)getbotfile1— GET /bot/{app_id}/{botname}/{file-kind}/{filename} — Retrieve a bot file (AIML, set, map, substitution)atalkbot— POST /atalk/{app_id}/{botname} — Anonymous Talk
Inputs
apiKey— your pandorabots 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: listbots
apiKey: <your key>