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 GET \ --url https://api.anchorbrowser.io/v1/projects/{projectId}/llm-model-policy \ --header 'anchor-api-key: <api-key>'
{ "policy": {} }
Returns the project’s LLM model policy, or null if none is set.
API key passed in the header
LLM model policy retrieved successfully.
LLM model policy object, or null if unset.
Was this page helpful?