curiouslearner101.bsky.social
@curiouslearner101.bsky.social
Will below python code works to make call to API or are there other fields?
url='https://ai-text-humanizer.com/api.php'
payload={
'email':email,
'pw':password,
'text':text
}
response=requests.post(url,data=payload)
if response.status_code==200:
print(response.text)
January 9, 2025 at 8:49 AM
I understand that you will delete the humanized text as well from all the places. Please confirm.
January 9, 2025 at 8:46 AM
Will this store or save the input data or humanized data anywhere or share it to 3rd party? Can it be accessed via javasript?
January 9, 2025 at 6:47 AM