---
name: "hf-space-siddhant-jain-ai-text-humanizer"
description: "Use the Hugging Face Space Siddhant-Jain/ai-text-humanizer."
metadata:
  source: huggingface-space
  spaceId: "Siddhant-Jain/ai-text-humanizer"
  hubUrl: https://huggingface.co/spaces/Siddhant-Jain/ai-text-humanizer
  agentsMdUrl: https://huggingface.co/spaces/Siddhant-Jain/ai-text-humanizer/agents.md
  appUrl: https://siddhant-jain-ai-text-humanizer.hf.space
---

# Hugging Face Space: Siddhant-Jain/ai-text-humanizer

Use this skill when the user wants to use the Hugging Face Space `Siddhant-Jain/ai-text-humanizer`.

- Space page: https://huggingface.co/spaces/Siddhant-Jain/ai-text-humanizer
- App URL: https://siddhant-jain-ai-text-humanizer.hf.space
- Source instructions: https://huggingface.co/spaces/Siddhant-Jain/ai-text-humanizer/agents.md

## Space agent instructions

To use this application (Siddhant-Jain/ai-text-humanizer: Transform AI text into human-like writing and detect AI-generated content.):
API schema: GET https://siddhant-jain-ai-text-humanizer.hf.space/gradio_api/info
Config (find fn_index): GET https://siddhant-jain-ai-text-humanizer.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://siddhant-jain-ai-text-humanizer.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://siddhant-jain-ai-text-humanizer.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://siddhant-jain-ai-text-humanizer.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
