Text Rewriter

A Text Rewriting Tool

Input

Description

Text Rewriter is your go-to solution for expertly rewriting provided articles, transforming them into captivating pieces tailored to your desired writer's role, tone, style, and target audience.

Applications

• Refreshing website content to keep readers engaged • Repurposing academic papers for different audiences • Adapting social media posts to resonate with various follower groups

How to use the task

  1. Paste the text you want to revamp.

  2. Specify the preferred writer's role, tone, and style.

  3. Define your target audience for the revamped text.

  4. Click "Run Task" to initiate the text revamp process.

Privacy

Please enter information about whether you may send sensitive user input information to a service as ChatGPT.

[1.0.2]:
Version 1
[1.0.1]:
First Version
[1.0.0]:
First version
VersionAI ModelCreatedLink
1.0.226.09.2023
1.0.120.09.2023
1.0.012.08.2023

API

The REST API allows you to call the tool with the same costs as when running the tool. Please generate an Personal access token before using the REST API.

Parameters

  • text (Original text ): Provide the text you wish to revamp.
  • tone_style (Desired tone & style): Specify the mood and style for the revamped text.
  • audience (Target audience): Identify the audience you intend to captivate with the revamped content.
  • role (Preferred writer's persona ): Define the persona of the writer for the rewrite.
  • Call the REST API by cURL
    curl -v -H "Authorization: Bearer PERSONAL_ACCESS_TOKEN" https://api.anysolve.ai/rest/v1/u-806494eb1fbfb39f-text-revamp/1.0.2?text=&tone_style=Academic%20and%20Analytical&audience=Students&role=Science%20Writer
  • Install the package with pip
    python3 -m pip install anysolve
  • Run in python3
    import os
    from anysolve import AnySolve
    anysolve_token = os.environ.get('ANYSOLVE_PERSONAL_ACCESS_TOKEN') # Resolve your personal access token here
    client = AnySolve(anysolve_token)
    res = client.run('u-806494eb1fbfb39f-text-revamp','1.0.2', {'text': '', 'tone_style': 'Academic and Analytical', 'audience': 'Students', 'role': 'Science Writer'})
    print(res)
  • Coming soon: Within AnySolve ChatComplete prompts you can use the following command to execute the task:
    /run('u-806494eb1fbfb39f-text-revamp','1.0.2', text='', tone_style='Academic and Analytical', audience='Students', role='Science Writer')

Task infos

Author: anysolve-mr
Status: Published
Version: 1.0.2
Runs: 82 times
Favorites: 1
Average costs: 12 Credits (0.013 EUR)
Created: 26.09.2023