SpinRewriter

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Viewing 4 reply threads
  • Author
    Posts
    • #9772


      pagenet
      Participant
      Post count: 4

      What is the best way to change/customize SpinRewriter’s API settings using your plugin?

    • #9775


      Szabi – CodeRevolution
      Keymaster
      Post count: 4200

      Hello,

      First of all, thank you for your purchase.

      Currently, the settings for SpinRewriter can be edited in the ‘aiomatic-spin-translate.php’ file of the plugin, in the ‘aiomatic_spinrewriter_spin_text’ function.

      You will find this code, which can be edited:

      $data[‘action’] = “unique_variation”;
      $data[‘auto_protected_terms’] = “true”;
      $data[‘confidence_level’] = “high”;
      $data[‘auto_sentences’] = “true”;
      $data[‘auto_paragraphs’] = “false”;
      $data[‘auto_new_paragraphs’] = “false”;
      $data[‘auto_sentence_trees’] = “false”;
      $data[‘use_only_synonyms’] = “true”;
      $data[‘reorder_paragraphs’] = “false”;
      $data[‘nested_spintax’] = “false”;

      Regards, Szabi – CodeRevolution.

    • #9776


      pagenet
      Participant
      Post count: 4

      Thank you for your quick answer.

      So, I noticed on line 1548 the following code:
      if(str_word_count($html) >= 2500)

      What happens if word count is over 2500?   Does the rest of the post get truncated or just not spun?

      PS: I noticed that SpinRewriter sample SDK code does not have 30k limit anymore.   It’s now based on time (7 seconds between API requests / 500 per day max).

       

       

       

    • #9777


      pagenet
      Participant
      Post count: 4

      PPS:  New version of “SpinRewriter AI” has several new “Humanize” API functions to help bypass AI detection.

      SEE: https://www.spinrewriter.com/api-documentation

    • #9780


      Szabi – CodeRevolution
      Keymaster
      Post count: 4200

      Hello,

      If the content is longer than 2500 words, it is broken down in chunks of 2500 words and sent to the spinner in different API requests.

      Also, thank you for letting me know of the Humanize API, I noted it for upcoming updates for the plugin.

      Regards.

Viewing 4 reply threads

The topic ‘SpinRewriter’ is closed to new replies.