Text Analysis

Personality Traits

Predict the personality trait of author of any written text.

Supported Languages: [ar, de, en, es, fr, it, nl, pt, ru, tr, zh]

Returned labels:

  • emotional
  • rational
post/personality

Query parameters

allboolean

Request body

idstring

id of the post.

textstring required

the text to be analysed.

languagestring required

language_code of the text.

Example request

[
  {
    "id": "1",
    "text": "I love the service",
    "language": "en"
  }
]

Response

Successful Response

idstring

id of the post.

Changes

No recorded changes to this endpoint across all 1 revision of this API.