Official Python SDK for HumanizedText API
Project description
humanizedtext (Python)
Official Python SDK for HumanizedText API.
Install
pip install humanizedtext
Quick Start
from humanizedtext import HumanizedTextClient
client = HumanizedTextClient(
api_key="YOUR_API_KEY",
base_url="https://api.humanizedtext.pro/api/v1",
)
result = client.humanize(
text="This is a sample text.",
tone="professional",
ultra_humanize=True,
keywords=["SEO", "AI writing"],
)
print(result)
Methods
humanize(text, tone=None, ultra_humanize=False, keywords=None)grammar_fixer(text)content_rewriter(text)seo_blog_writer(topic)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
humanizedtext-0.1.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file humanizedtext-0.1.0.tar.gz.
File metadata
- Download URL: humanizedtext-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be42c288021788419b5b240602d24284a80b19f4e2c467179499d2e3b5041891
|
|
| MD5 |
4100943a2d0216e8b55f49a6bae91d55
|
|
| BLAKE2b-256 |
c273cddd5448cc789346341c7d0f0d3b2ad7344d74cf62e07d5469b5f380733b
|
File details
Details for the file humanizedtext-0.1.0-py3-none-any.whl.
File metadata
- Download URL: humanizedtext-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80576ec2f22dc4a84b99f7c28584363c13724a2a8d4c1fdb998181d0989db592
|
|
| MD5 |
ce3bebc9f04c28f8b99f73f6cc28c62b
|
|
| BLAKE2b-256 |
b5b5d8cc4ba2398b0a09de175d2c68075300ba51d3077bb9915b5df386416592
|