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

# Ask Attention

`POST /ask_attention`

> **Deprecated.**

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

## Request body

- AskAttentionRequest
  - `context_type` 'conversation' | 'deal', required
  - `context_id` string, required
  - `prompt` string, required

## Response `200`

Content successfully analyzed with attention points identified

- AskAttentionResponse
  - `output` string, required
  - `conversations_used` string[], required

## 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/versions/5de55d3804cf/schema)
