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.
Get the preprocessing settings for your project
cURL
curl --request GET \ --url https://api.beyondwords.io/v1/projects/{project_id}/preprocessing_settings \ --header 'X-Api-Key: <api-key>'
{ "ai_preprocessing_enabled": false }
The numeric ID of your project
OK
Whether AI preprocessing is enabled.
Was this page helpful?