> 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/headers-and-body.md).

# Headers and Body

## Header

<table><thead><tr><th>Type</th><th width="374">Value</th></tr></thead><tbody><tr><td>Content-Type</td><td>application/json</td></tr></tbody></table>

## Body

Example Request:

*raw (application/json)*

{% tabs %}
{% tab title="Example Request:" %}

```
{
  "key": "<API_Key>",
  "lookupType": "PSYCH/SUMMARY",
  "value": [
    {
      "personName": "string",
      "text": ""
    }
  ],
  "lookupId": <LOOKUPID_VALUE>
}
```

{% endtab %}
{% endtabs %}
