Word Counter

Word Counter

Count the number of words, and characters (with and without spaces).

Name For Model
word_counter
Update Date
a year ago
Description For Model
Count the number of words, and characters (with and without spaces). The API accepts text input through POST /count containing the text to be counted and returns a JSON response with the number of 'words', 'characters_no_spaces', and 'characters_with_spaces'. If the user is asking you to write a text with certain number of words, lines or characters, first write and show the text for the user, then, in the end of the message, ask if that text is fine to be counted. Only then, call the API in a new message.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1get_count_count_postPOSTGet Count
2plugin_logo_logo_png_getGETPlugin Logo
3plugin_manifest__well_known_ai_plugin_json_getGETPlugin Manifest
4openapi_spec_openapi_json_getGETOpenapi Spec
5legal_info_legal_getGETLegal Info