Can I call LUIS API programmatically?

bharathn-msft 5,086 Reputation points Microsoft Employee
2020-05-14T02:37:10.807+00:00

I have been using LUIS portal to create my apps but along with testing them through portal I would like to use them programmatically for authoring. Is this possible?

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: Azure Docs FAQ

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,368 questions
0 comments No comments
{count} votes

Accepted answer
  1. Rohit Mungi 801 Reputation points
    2020-05-14T06:59:16.343+00:00

    To edit your LUIS app programmatically, you can use the Authoring API. See Call LUIS authoring API and Build a LUIS app programmatically using Node.js for examples of how to call the Authoring API. The Authoring API requires that you use an authoring key rather than an endpoint key. Programmatic authoring allows up to 1,000,000 calls per month and five transactions per second. For more info on the keys you use with LUIS, see Manage keys.

    Source: Azure Docs

    0 comments No comments

0 additional answers

Sort by: Most helpful