Cloudwords respects the privacy and sensitivity of any content an organization stores with us, and therefore we take great pains to ensure the security of your data.
To access the Cloudwords API, a client must add an "Authorization" HTTP header to every API request, and that header's value must contain a valid API token. An API token is unique to each user in Cloudwords, and can be generated by asking a user to go to the "My Account" -> "API" Settings area in the Cloudwords application where they'll find a page dedicated to generating their own API token. Once their token is generated, you can add it to each request with the following syntax:
Authorization: UserToken <token_value>