Documentation

Docs

API reference, platform integration guides, and everything you need to scan content or build automated moderation pipelines.

API Reference

REST

Base URL

https://api.cacuda.com

All endpoints require authentication via a Bearer token in the Authorization header.

Authentication

Every request requires a valid API key sent in the Authorization header as a Bearer token. You can generate API keys from your Account page.

Authorization: Bearer YOUR_API_KEY

Requests without a valid token receive a 401 Unauthorized response. Requests that exceed your credit balance receive 402 Payment Required.

Common Error Codes

CodeMeaning
400Bad request — missing or invalid input.
401Unauthorized — missing or invalid API key.
402Payment required — insufficient credits.
503Service unavailable — detection service is down.