Submit Sed Batch Request

POST {{baseUrl}}/suggested-entitlement-description-batches

Submit Sed Batch Request. Request body has a list of entitlement Ids that user wants to have description generated by LLM. API responses with batchId that groups Ids together

Request Body

{"entitlements"=>["016629d1-1d25-463f-97f3-c6686846650", "016629d1-1d25-463f-97f3-c6686846650"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"batchId":"urn:uuid:c782def0-f65f-0120-1b39-a93e5749078e"}