Generate Transaction Summary
Draft
Initiates AI-based summary generation for a specified transaction.
This service returns a jobId (GUID) for tracking the background summary generation task.
Summary generation is asynchronous and may take time. This API only returns the job ID and does not wait for summary completion.
Note: This service relies on several Imaging components. Please make sure all imaging services are running before calling this api.
URI
POST /rest/applications/{name}/transactions/{id}/summary
Path Parameters
-
name (string)
:- This parameter identifies the analyzed application.
The application name must be properly encoded if it is required. Character back-quote is not allowed.
-
id (number)
:- The unique identifier (aipId) of the transaction.
Responses