Skip to main content
GET
/
v1
/
nomenclature
/
units
Get units of measurement
curl --request GET \
  --url https://api.nomi.tools/v1/nomenclature/units \
  --header 'Authorization: Basic <encoded-value>'
{
  "units": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.nomi.tools/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.

Response

200 - application/json

List of units

units
object[]