curl --location --request POST 'https://api.ai21.com/studio/v1/improvements _' \
--header 'Content-Type: application/json' \
--data-raw '{
"types": [
"fluency",
"vocabulary/specificity",
"vocabulary/variety",
"clarity/short-sentences",
"clarity/conciseness"
]
}'
{
"id": "string",
"improvements": [
{
"suggestions": [
"string"
],
"startIndex": 0,
"endIndex": 0,
"originalText": "string",
"improvementType": "string"
}
]
}