Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Update the preprocessing settings for your project
cURL
curl --request PUT \ --url https://api.beyondwords.io/v1/projects/{project_id}/preprocessing_settings \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "ai_preprocessing_enabled": true } '
{ "ai_preprocessing_enabled": false }
The numeric ID of your project
Whether AI preprocessing is enabled.
successful
Was this page helpful?