> For the complete documentation index, see [llms.txt](https://docs.systemsx.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.systemsx.co.uk/sense/api-call-review-prompt.md).

# API Call - Review Prompt

## View Call Review Prompt

<mark style="color:green;">`POST`</mark> `/v2/call/prompt`

**Body**

| Name      | Type   | Description |
| --------- | ------ | ----------- |
| `api_key` | string |             |
| `uuid`    | string | Call UUID   |

**Response**

{% tabs %}
{% tab title="200" %}

```json
{
  "content": "CONTENT"
}
```

{% endtab %}

{% tab title="400" %}

```json
{
  "error": "Invalid request"
}
```

{% endtab %}
{% endtabs %}
