Download OpenAPI specification:Download
idType required | string (IdType) Enum: "VAT" "SSN" |
X-Api-Key | string Enter your key |
number required | string [ 1 .. 100 ] characters |
country required | string [ 1 .. 2 ] characters |
{- "number": "string",
- "country": "st"
}
textActionType required | string (TextActionType) Enum: "Transform" "Replace" |
caseType | string (CaseType) Enum: "LowerCase" "UpperCase" "SentenceCase" "TitleCase" |
find | string |
replace | string |
X-Api-Key | string Enter your key |
text | string or null |
{- "text": "string"
}