Format Text
Outputs
Format Text
Change casing, remove characters, split text, remove HTML, or truncate text.
POST
Format Text
Authorizations
Bearer token from your account (https://agent.ai/user/integrations#api)
Body
application/json
Select the type of formatting to apply to the text.
Available options:
uppercase, lowercase, capitalize, remove_characters, remove_whitespace, split_text, split_lines, join_text, remove_html, truncate, convert_to_json Enter the text to be formatted, such as 'Hello, World!' or '123 Main St, Anytown'.
Provide a variable name to store the formatted text, like 'formatted_text' or 'cleaned_data'.
Pattern:
^[a-zA-Z][a-zA-Z0-9_]*$For use with "Remove Characters", "Replace Characters", and "Split Text by Delimiter" to specify the character to remove or replace, and by "Truncate" to specify the number of characters to truncate to.

