Distill
Last updated
Last updated
Distill allows you to leverage your user's to refine users into helpful summaries & insights. Raw data is transformed into intelligence for improved analytics and decision making.
GET
/distill/:userId
Distill a known user
Generating a distillation can take a few seconds. Attuitive will cache a user's distillation summary, significantly reducing the duration of subsequent requests. Only if the information of a user has changed will a new distillation be generated. You can override this behaviour with the refresh
query parameter if required.
TIP: Requesting cached distillations will not be counted as an intelligence event.
Headers
Content-Type*
application/json
Authorization*
Bearer <token>
Query
:userId
*
string
ID of the user. usr_[A-Za-z0-9]{16}
refresh
string
Whether a new distillation should be generated, regardless of if a current one exists. true
or false
.
Response
Important: Fields with a
*
must be included in your request!