Trigger AI summarization for dataset files
POST/datasets/:id/files/summarize
Starts asynchronous AI summarization for one or more successfully loaded text/pdf files in an s3-target dataset. Caller must have editor or owner access. Datasets AI service must be enabled (else AI-1004). Sets SummaryGenerationStatus to summarizing and starts the AI operations step function. Success Message is "Successfully triggered AI operation: 'summarize' on the dataset." Not idempotent while files are already summarizing/summarized (IPV-1020).
Request
Responses
- 200
- 400
- 500
Summarization triggered. Message is "Successfully triggered AI operation: 'summarize' on the dataset."
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Something went wrong at backend. Input, permission and file-state errors - such as an unsupported file type, a file that is already processed, or a dataset you cannot access - are also reported here.