Skip to main content
POST
Normalize Text

Authorizations

PersoPlatform-APIKey
string
header
required

Path Parameters

config_id
string
required

Body

text
string
required

Raw text to normalize. The config's regex rules are applied in order (lowest first) to rewrite patterns into spoken-form text (e.g. 20℉화씨 20도).

Minimum string length: 1
locale
string
default:""

Locale code (e.g. ko-KR). When set, locale-agnostic rules plus rules matching this locale run; when omitted, only locale-agnostic rules run.

Response

normalized_text
string
required