> For the complete documentation index, see [llms.txt](https://api-docs.espysys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.espysys.com/psycho-profile-and-summary-by-text-and-name-optional.md).

# Psycho Profile and Summary by Text & Name (Optional)

Endpoint: <mark style="color:yellow;">POST</mark> [\
https://irbis.espysys.com/api/developer/psycho\_profile\_summary](<&#xD;&#xA;https://irbis.espysys.com/api/developer/psycho_profile_summary>)

Below is a sample request to perform a lookup using the API:

```
{
  "key": "$2b$10$lzptkPKhtLnNrvSkC",
  "lookupType": "LOOKUP_TYPE",
  "value": [
    {
      "personName": "string",
      "text": ""
    },
    ...
  ],
  "lookupId": LOOKUP_ID
}
```

1. Replace YOUR\_API\_KEY in the "key" field with your actual API Key.
2. LOOKUP\_TYPE can be:
   1. "PSYCH" for psychological profile of a person.
   2. "SUMMARY" for a summary of a person.
   3. value is an array of objects with the following structure:

```
{
    "personName": "some one", "text": "I like watching disney movies!"
}
```

* text can be longer, but line breaks should be replaced with \\\r\\\n or just \\\n in a text editor.

The "lookupId" must be set to what is shown in table API lookups types at Developer page or at API lookup types page
