Skip to main content
POST
/
v1
/
moderations
curl https://www.qingbo.dev/v1/moderations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "input": "需要审核的文本内容"
  }'

Documentation Index

Fetch the complete documentation index at: https://docs.qingbo.dev/llms.txt

Use this file to discover all available pages before exploring further.

Synchronous endpoint — checks whether text contains policy-violating content. OpenAI-compatible format; parameters are passed through directly.
curl https://www.qingbo.dev/v1/moderations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "input": "需要审核的文本内容"
  }'

Request Parameters

input
string or array
required
Text to moderate. Accepts a string or an array of strings.