curl --request PUT \
--url https://ragapi.sno.ai/v1/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"categories": [
"<string>"
],
"filterPrompt": "<string>",
"includeItems": [
"<string>"
],
"excludeItems": [
"<string>"
],
"shouldLLMFilter": false
}'
curl --request PUT \
--url https://ragapi.sno.ai/v1/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"categories": [
"<string>"
],
"filterPrompt": "<string>",
"includeItems": [
"<string>"
],
"excludeItems": [
"<string>"
],
"shouldLLMFilter": false
}'
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'