---
title: "Ask Attention V2"
method: POST
path: "/ask_attention/v2"
tags: ["Tool", "AskAttention"]
---

# Ask Attention V2

`POST /ask_attention/v2`

Analyzes conversations or prompts to provide insights and attention points. This endpoint helps identify key information, sentiment, and important details in the provided content.

## Query parameters

- `include_timestamps` boolean
- `summarize` boolean

## Request body

- AskAttentionRequestV2
  - `conversations_ids` string[], required
  - `deal_id` string, required
  - `prompt` string, required

## Response `200`

Content successfully analyzed with attention points identified

- object[]
  - `output` string, required
  - `conversation_id` string, required
  - `error` string, required
  - `segments` object[] — Optional timestamped segments relevant to the answer (present when include_timestamps=true).
    - `start_sec` number — Start time in seconds
    - `end_sec` number — End time in seconds
    - `text` string — Transcript excerpt for this segment
  - `title` string — Conversation title

## Other responses

- `400` — Bad request - invalid request parameters
- `401` — Authentication failed - valid API key required
- `403` — Forbidden - the API key does not have the necessary permissions
- `default` — Unexpected error occurred during analysis

---

[API](https://skmtc.net/attention/apis/attention-service-v2.md) · [All operations](https://skmtc.net/attention/apis/attention-service-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/attention/attention-service-v2/revisions/5de55d3804cf/schema)
