Word Counter
Count the number of words, and characters (with and without spaces).
- Name For Model
- word_counter
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a year ago
- Contact
- [email protected]
- 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 Id | HTTP Method | Description | |
---|---|---|---|
1 | get_count_count_post | POST | Get Count |
2 | plugin_logo_logo_png_get | GET | Plugin Logo |
3 | plugin_manifest__well_known_ai_plugin_json_get | GET | Plugin Manifest |
4 | openapi_spec_openapi_json_get | GET | Openapi Spec |
5 | legal_info_legal_get | GET | Legal Info |