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.nomi.tools/v1/nomenclature/categories \ --header 'Authorization: Basic <encoded-value>'
{ "categories": [ { "name": "<string>", "id": "<string>", "parentId": "<string>" } ] }
Retrieve a list of nomenclature categories.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
List of nomenclature categories
Show child attributes