https://www.the-ghost-ai.com/api-docs
Это мой синтаксис:
Код: Выделить всё
r = requests.post("https://the-ghost-ai-backend-005c5dcbf4a6.herokuapp.com/transformations/humanize/", headers= {"Authorization": "my-api-key-is-here" }, data= {"text": "This is a sample text generated by an AI.", "humanizerIntensity": "HIGH", "purpose": "GENERAL", "literacyLevel": "COLLEGE" })
print(r.text)
Код: Выделить всё
{"error":"cannot unpack non-iterable NoneType object"}
Подробнее здесь: https://stackoverflow.com/questions/789 ... st-request