Object property | Description |
---|---|
id | String Unique identifier that represent your user. Make sure to save this ID somewhere in your system. |
organization | String Unique organization identifier. This represent your organization, any user created with your API key would get the same organization ID. |
language | String 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"
}