
🇨🇳 Chinese

🇨🇳 Chinese
- OpenAI
- Anthropic
- Suno(音乐)
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺(视频)
创建审核
Developing
POST
/v1/moderations
Last modified:2025-03-31 09:07:13
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Body Params application/json
object {0}
Example
{
"input": "I want to kill them.",
"model": "omni-moderation-latest"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/v1/moderations' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": "I want to kill them.",
"model": "omni-moderation-latest"
}'
Responses
🟢200成功
application/json
Body
object {0}
Example
{}
Modified at 2025-03-31 09:07:13