cURL
curl --request GET \ --url https://api.nomi.tools/v1/nomenclature/categories/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "category": { "name": "<string>", "id": "<string>", "parentId": "<string>" } }
Retrieve a specific nomenclature category by its ID.
Documentation IndexFetch the complete documentation index at: https://docs.nomi.tools/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nomi.tools/llms.txt
Use this file to discover all available pages before exploring further.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
Category details
Show child attributes