GET
/
projects
/
{project_id}
/
summarization_settings
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."
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

project_id
string
required

The numeric ID of your project

Response

200
application/json
OK
enabled
boolean

Whether AI summaries should be generated for the project.

prompt
string | null

The prompt that will be used to generate AI summaries.

temperature
number | null
limit_token_usage
integer | null