How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Vettly REST API

Content moderation REST API for evaluating text, images, and video against policies, with batch checks, webhooks, and OpenClaw Guardrails endpoints for agent skill vetting and action authorization.

This API exposes 4 operations across 4 paths, organized into 2 resource areas, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 0.3.0.

Requests are made against 2 base URLs: https://api.vettly.dev, http://localhost:3000.

4 operations 4 paths 4 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.3.0
Base URL
https://api.vettly.dev
Authentication
HTTP Bearer
Resource Areas
2

Authentication & Security 1

Vettly REST API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (BearerAuth).

  • BearerAuth — Enter your API key starting with vettlylive or vettlytest

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 2 GET, 2 POST. They span 2 resource areas: System, Moderation. Each is listed below with its method, path, parameters, and response codes.

System 2

Health checks and monitoring

GET
/health
Health check
getHealth → 200503
GET
/metrics
Prometheus metrics
getMetrics → 200
Moderation 2

Content moderation endpoints. Use POST /v1/check to moderate user-generated content (text, images, video) and get allow/flag/block decisions.

POST
/v1/check
Check content for moderation
checkContent body → 200400401404429500
POST
/v1/check/dry-run
Test policy (dry run)
dryRunCheck body → 200400401404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are CheckResponse (10 properties), HealthResponse (5 properties), CheckRequest (5 properties), Error (3 properties). Each schema is shown below with its type and property counts.

Error
object
3 properties 2 required
CheckRequest
object
Request body for content moderation. Send user-generated content (text, image URL, or video URL) and a policy ID to get an allow/flag/block decision.
5 properties 2 required
CheckResponse
object
Moderation decision. Contains the action (allow/flag/block), category scores, and a decision ID for audit trail.
10 properties 8 required
HealthResponse
object
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

vettly-content-moderation-openapi.json Raw ↑
Where this information came from

This is an independent, third-party profile of Vettly REST API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.