Check content for CSAM
Check text, images, and/or one video for child sexual abuse material (CSAM), using the same child-safety classifier and rubric BudgetPixel runs on all platform content. Synchronous: the response carries a boolean verdict, a confidence score, and a short reason.
Inputs, formats, and size caps are identical to
POST /v1/moderations/nsfw:
prompt, up to 10 images (10 MB each), one video (100 MB / 5 minutes,
5 frames sampled). At least one input is required.
Pricing: 2 credits base + 3 per image + 15 for a video. Estimate via
POST /v1/cost with
{"model": "moderation-csam", "images": 2}. Charged on success only.
Child-safety notice: submitted media is retained privately for ~1 day. Content our classifier flags as suspected CSAM is preserved and escalated for human review, and confirmed material is reported to the relevant authorities (e.g. NCMEC) with the submitting account actioned. Do not submit content you believe is real CSAM — report it to law enforcement instead.
Authorizations
API key as a bearer token: Authorization: Bearer bpx_live_xxx