via Cloud API

Access to Sentiance Insights via our Cloud API is done through a Graphql server that Sentiance exposes at https://api.sentiance.com/v4/gql. You can find out more about Graphql at https://graphql.org/.

Other endpoints are available for specific regions. For our US customers, please use the https://api.p15.sentiance.com/v4/gql endpoint. For our Indian customers, please use the https://api.r16.sentiance.com/v4/gql endpoint

Authentication to the Graphql endpoint is available for both API Keys and SDK Tokens. SDK Tokens can be obtained via the SDK.

API Keys can be obtained from the Insights Control Tower.

Visit our Graphql documentation page for a look at the Graphql model and example uses.

Last updated