Skip to content

Service Categories Object

The service_categories object provides a mapping between each operational service category key and its human-readable label.

These values can be used to display the available service categories in user interfaces, logs, reports, or downstream integrations.

Service Categories Object
{
  "service_categories": {
    "id_card": "Identity Card",
    "passport": "Passport",
    "health_card": "Health Card",
    "other": "Other"
  }
}
Key Description
id_card Identity card category.
passport Passport category.
health_card Health card category.
other Fallback category used when no other category matches.

Note

The other category is always present when classification capability is enabled. It is selected whenever the input does not match any of the other configured service categories.