This API generates concise summaries for a list of input documents using a large language model (LLM), returning a corresponding list of summaries.
Successful Response
The response for a failed request.
{- "ignoreUnknownIds": false,
- "items": [
- {
- "id": 0
}
]
}
{- "items": [
- {
- "id": 0,
- "summary": "string"
}
]
}