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.
API clients
Retrieve an index’s complete list of synonyms.
settings
var synonymsIterator = client.BrowseSynonyms(); foreach (var synonym in synonymsIterator) { Console.WriteLine(synonym); }
Was this page helpful?