Skip to main content
GET
/
projects
/
{project_id}
/
preprocessing_settings
Show
curl --request GET \
  --url https://api.beyondwords.io/v1/projects/{project_id}/preprocessing_settings \
  --header 'X-Api-Key: <api-key>'
{
  "ai_preprocessing_enabled": false
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

project_id
string
required

The numeric ID of your project

Response

OK

ai_preprocessing_enabled
boolean

Whether AI preprocessing is enabled.