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/.

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