.env
file with the name WRITER_API_KEY
.POST /v1/ai-detect
Parameter | Type | Description |
---|---|---|
input | string | The text to detect AI content in. |
Parameter | Type | Description |
---|---|---|
label | string | The label of the AI content. fake indicates the text is AI-generated, real indicates the text is human-generated. |
score | number | The confidence score of the label, from 0 to 1. |