Get the summarization settings for your project
curl --request GET \ --url https://api.beyondwords.io/v1/projects/{project_id}/summarization_settings \ --header 'X-Api-Key: <api-key>'
{ "enabled": true, "prompt": "Summarize the provided article text." }
The numeric ID of your project
OK
The response is of type object.
object
Was this page helpful?