Skip to main content
POST
/
api
/
v1
/
moderate
/
image
cURL
curl -X POST https://api.evershield.ai/api/v1/moderate/image \
  -H "Authorization: Bearer $STARS_API_KEY" \
  -F "image_url=https://example.com/photo.jpg" \
  -F "webhook_url=https://your-app.com/webhooks/stars"  # optional
{
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omnifence.ai/llms.txt

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

Requires the moderate:image scope. Requests without this scope receive a 403 FORBIDDEN response. See authentication.

Authorizations

Authorization
string
header
required

API key from the Stars dashboard

Response

202 - application/json

Default Response

job_id
string<uuid>
required
status
enum<string>
required
Available options:
queued