---
title: "Generate Intent Summary Endpoint"
method: POST
path: "/v1/generate-intent-summary"
tags: ["Digital Humans"]
---

# Generate Intent Summary Endpoint

`POST /v1/generate-intent-summary`

Generate intent summary for a test case (only if intent exceeds character limit).

## Headers

- `X-API-Key` string, required

## Request body

- GenerateIntentSummaryRequest — Request model for generating intent summary.
  - `test_case_id` integer, required — ID of the test case

## Response `200`

Successful Response

- GenerateIntentSummaryResponse — Response model for generating intent summary.
  - `intent_summary` string, nullable — The generated intent summary, or null if intent is short
  - `test_case_id` integer, required — ID of the test case
  - `skipped` boolean — True if summary was skipped because intent is short

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/f48cef80963f/schema)
