Examples / Section 2.1
Enhance text API
In-app workflow placeholders on the left, paired request/response payload placeholders on the right.
Draft copy
Placeholder
Enhanced output
Placeholder
Applied in your UI
Placeholder
Request (placeholder)JSON
{
"description": "<product description>",
"metadata": {
"brand": "<brand>",
"tone": "<tone>",
"language": "en-US"
}
}Request (placeholder)JSON
{
"description": "<product description>",
"metadata": {
"brand": "<brand>",
"tone": "<tone>",
"language": "en-US"
}
}Response (placeholder)JSON
{
"enhanced": "<enhanced product description>",
"metadata": {
"tone": "<tone>",
"reading_level": "<level>"
}
}