Bots

Create Bot

Endpoint to create a new bot.

post/api/public/bots

Headers

x-openmic-public-keystring required

API key for authentication.

Request body

namestring required
webhookUrlstring
forwardingNumberstring
scriptstring required
promptstring required

Response

Success

idstring required

ID

namestring required

name

webhookUrlstring required
forwardingUrlstring required
scriptstring required
promptstring required

Changes