Create a new application.Ask AIpost https://api.indigitall.com/v2/pathbot/{appId}/configurationCreates a new application with the specified configurations.Path ParamsappIdint64requiredThe unique identifier for the new application.Body ParamsnamestringrequiredThe name of the application.llmAccountConfigobjectThe configuration for the LLM account as a dictionary.llmAccountConfig objectoverwriteLlmbooleanFlag indicating whether to overwrite the LLM configuration. If true, this application's LLM configuration will overwrite any globally defined default LLM configuration.truetruefalsealertEmailsarray of stringsA list of email addresses to notify when an alert is triggered.alertEmailsADD stringsttEnabledbooleanFlag to enable or disable Speech-to-Text (STT) services.truetruefalseenabledbooleanFlag to enable or disable the application.truetruefalsecostSettingsobjectInitial cost settings for the application.costSettings objectResponses 201Application created successfully 400The request could not be understood or was missing required parameters. 401Authentication failed or user does not have permissions for the desired action. 403The server understood the request, but refuses to authorize it. 422The server understands the content type of the request entity, and the syntax of the request entity is correct, but it was unable to process the contained instructions. 500The server encountered an unexpected condition that prevented it from fulfilling the request. defaultAn unexpected error occurred.Updated 14 days ago