Update the summarization settings for your project
cURL
curl --request PUT \ --url https://api.beyondwords.io/v1/projects/{project_id}/summarization_settings \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "enabled": true, "prompt": "Summarize the provided article text. Aim for a summary of about 250-300 words." }'
{ "enabled": true, "prompt": "Summarize the provided article text." }
The numeric ID of your project
successful
The response is of type object.
object
Was this page helpful?