content
API-KEY: ********************
curl --location --request POST '/ai/client/summarize' \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "string" }'
null