Skip to content

Supported Parameter Values

For parameters like "language", "toneStyle", "targetAudience", etc., specific string values are expected.

Checkout the full list of supported values for all available options.

The language parameter accepts values in the format:

{
"name": "English",
"value": "en"
}

The tone style parameter accepts values in the format:

{
"name": "Informal",
"value": "Informal",
"customValue": "" // Optional, Premium plan only
}

The target audience parameter accepts values in the format:

{
"name": "Tech enthusiasts",
"value": "Tech enthusiasts",
"customValue": "" // Optional, Premium plan only
}