Akhil Arelli
Akhil Arelli

Reputation: 31

Does AWS Kendra have single API?

We are building own javascript and React js application where AWS kendra interface need to be integrated. Does AWS kendra have single API which is used in Javascript or React JS that pulls entire Kendra info into our own application.

Upvotes: 0

Views: 365

Answers (1)

Dimitris Soulios
Dimitris Soulios

Reputation: 49

Kendra has different APIs per operation (query, index, faq, data source). You can see the list of APIs in Kendra Actions

For reference you can look at Deploying Kendra Documentation, there is an example application in reactjs on how to use Kendra search APIs.

Upvotes: 3

Related Questions