Object propertyDescription
idString Unique identifier that represent your user. Make sure to save this ID somewhere in your system.
organizationString Unique organization identifier. This represent your organization, any user created with your API key would get the same organization ID.
languageString Language of the user. This property can be updated at any time, it will affect the analysis that our system will process on your text.
Value can be: 'en-US', 'en-AU', 'en-NZ', 'en-CA', 'en-GB', 'en-ZA'.
{
  "id": "f151412560ba",
  "organization": "2921daf449d",
  "language": "en-US"
}