pandorabots.com

AIaaS provides API access to our bot hosting platform and SDKs, allowing developers to easily integrate conversational interfaces into applications.

๐Ÿ”‘ apikey 13 endpoints machine_learning
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
List of bots
curl \
  # append ?user_key=$API_KEY to the URL \
  /bot/{app_id}
List of bot files
curl \
  # append ?user_key=$API_KEY to the URL \
  /bot/{app_id}/{botname}
Compile a bot
curl \
  # append ?user_key=$API_KEY to the URL \
  /bot/{app_id}/{botname}/verify
Endpoints (13 total)
GET
/bot/{app_id}
List of bots
GET
/bot/{app_id}/{botname}
List of bot files
GET
/bot/{app_id}/{botname}/verify
Compile a bot
GET
/bot/{app_id}/{botname}/{file-kind}
Retrieve a bot file (pdefaults, properties)
GET
/bot/{app_id}/{botname}/{file-kind}/{filename}
Retrieve a bot file (AIML, set, map, substitution)
POST
/talk/{app_id}/{botname}
Debug a bot conversation
POST
/atalk/{app_id}/{botname}
Anonymous Talk
PUT
/bot/{app_id}/{botname}
Create a bot
PUT
/bot/{app_id}/{botname}/{file-kind}
Upload a bot file (pdefaults, properties)
PUT
/bot/{app_id}/{botname}/{file-kind}/{filename}
Upload a bot file (AIML, set, substitution, map)
DELETE
/bot/{app_id}/{botname}
Delete a bot
DELETE
/bot/{app_id}/{botname}/{file-kind}
Delete a bot file (pdefaults, properties)
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints13
Authapikey
Categories1