Skip to main content
POST
JavaScript

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

본문

application/json

A screen of text, an image, or both. Send at least one of text and image.

image
string | null

The image to screen, as base64, with or without a data:image/...;base64, prefix. The formats are JPEG, PNG, WebP, GIF and BMP. The limit is 6991530 base64 characters, and the decoded image must be at most 5 MiB.

Maximum string length: 6991530
request_id
string | null

Your identifier for this screen, up to 128 characters, with no control characters. The response returns it in request_id.

text
string | null

The text to screen, up to 8000 characters.

Maximum string length: 8000

응답

The verdict.

The verdict of one screen.

categories
object
필수

The probability, from 0 to 1, that the screen falls in each category.

compound_triggered
boolean
필수

True when real-person likeness and sexual content together crossed their combined threshold, the pattern of a sexual deepfake.

decision
enum<string>
필수

The verdict. allow means the content passed. deny means block the content. flag means apply your own judgement. It is not a soft deny.

사용 가능한 옵션:
allow,
flag,
deny
latency_ms
integer<int64>
필수

The time the screen took, in milliseconds.

필수 범위: x >= 0
normalized_applied
boolean
필수

True when the text was also screened in a normalized form, with obfuscation such as invisible or look-alike characters removed.

notes
string[]
필수

Human-readable reasons for the decision. The wording can change, so do not parse it.

passes
integer<int64>
필수

The number of yes/no questions the model answered for this screen.

필수 범위: x >= 0
provenance
object
필수

How each score in categories was measured.

request_id
string | null
필수

The request_id you sent, or null.

triggered
enum<string>[]
필수

The categories whose score crossed the threshold of the category. It can be empty on a flag from the general check. notes then gives the reason.

A moderation category.

사용 가능한 옵션:
violent_crimes,
sex_related_crimes,
child_sexual_exploitation,
suicide_and_self_harm,
indiscriminate_weapons,
intellectual_property,
defamation,
non_violent_crimes,
hate,
privacy,
specialized_advice,
sexual_content,
non_consensual_intimate_imagery,
minor_coded_language,
real_person_likeness,
living_artist_style,
prompt_injection
마지막 수정일 2026년 9월 26일