Pandorabots AIaaS
AIaaS provides API access to our bot hosting platform and SDKs, allowing developers to easily integrate conversational interfaces into applications.
Latency
Not monitored yet
Uptime
Not monitored yet
Playground
Verified
live
Endpoints
/atalk/{app_id}/{botname}
Anonymous Talk
/bot/{app_id}
List of bots
/bot/{app_id}/{botname}
Delete a bot
/bot/{app_id}/{botname}
List of bot files
/bot/{app_id}/{botname}
Create a bot
/bot/{app_id}/{botname}/verify
Compile a bot
/bot/{app_id}/{botname}/{file-kind}
Delete a bot file (pdefaults, properties)
/bot/{app_id}/{botname}/{file-kind}
Retrieve a bot file (pdefaults, properties)
/bot/{app_id}/{botname}/{file-kind}
Upload a bot file (pdefaults, properties)
/bot/{app_id}/{botname}/{file-kind}/{filename}
Delete a bot file (AIML, set, map, substitution)
/bot/{app_id}/{botname}/{file-kind}/{filename}
Retrieve a bot file (AIML, set, map, substitution)
/bot/{app_id}/{botname}/{file-kind}/{filename}
Upload a bot file (AIML, set, substitution, map)
/talk/{app_id}/{botname}
Debug a bot conversation
13 endpoints auto-detected
Authentication
This API uses an API key, passed as the "user_key" query parameter. No OAuth required.
curl -X POST \
"https://aiaas.pandorabots.com/atalk/{app_id}/{botname}?user_key=YOUR_API_KEY"aiaas.pandorabots.com · HTTPS only