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.
cURL
curl --request PATCH \ --url https://api.anchorbrowser.io/v1/projects/{projectId}/llm-model-policy \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data '{ "policy": {} }'
{ "policy": {} }
Sets or clears the project’s LLM model policy.
API key passed in the header
LLM model policy object, or null to clear it.
LLM model policy updated successfully.
Was this page helpful?