curl --location --request POST 'http://dev-cn.your-api-server.com/v1/ai-detection/single' \
--header 'content-type: application/json' \
--data-raw '{"language":"auto"}'
{
"language": "string",
"variance": 0,
"burstiness": 0,
"averagePerplexity": 0,
"aiGeneratedProbability": 0,
"paragraphs": [
{
"variance": 0,
"burstiness": 0,
"averagePerplexity": 0,
"aiGeneratedProbability": 0,
"startIndex": 0,
"sentences": [
{
"text": "string",
"startIndex": 0,
"perplexity": 0,
"aiGeneratedProbability": 0
}
]
}
]
}