---
title: "Slugify"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/text/slugify
markdown: https://docs.nodetool.ai/nodes/nodetool/text/slugify.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/text/slugify.md
---

# Slugify

**Type:** `nodetool.text.Slugify`

**Namespace:** `nodetool.text`

## Description

Converts text into a slug suitable for URLs or IDs.
    text, slug, normalize, id

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` |  | `` |
| separator | `str` |  | `-` |
| lowercase | `bool` |  | `true` |
| allow_unicode | `bool` | Keep unicode letters instead of converting to ASCII | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |

## Related Nodes

Browse other nodes in the [nodetool.text](./) namespace.
