Migrate from Perspective API
Google Jigsaw announced that Perspective API will be sunset in 2026. Vettly provides a drop-in replacement with the same toxicity categories via our free OpenAI provider - plus images, video, webhooks, and dashboards.
Sign up for Vettly
Create a free account and get your API key in under 2 minutes.
Use OpenAI provider
Vettly's OpenAI provider covers all Perspective categories (toxicity, hate, threats) - and it's free.
Update your API calls
Replace Perspective API calls with Vettly's /v1/check endpoint. Same categories, better coverage.
Add images & video (optional)
Now that you're on Vettly, moderate images and video with the same API.
Category Mapping
Perspective API categories map directly to Vettly categories. Our OpenAI provider covers all of them at no cost.
API Migration
POST googleapis.com/v1alpha1/comments:analyze
{
"comment": { "text": "..." },
"requestedAttributes": {
"TOXICITY": {},
"IDENTITY_ATTACK": {}
}
}POST api.vettly.dev/v1/check
{
"content": "...",
"policyId": "moderate"
}
// Response includes harassment,
// hate_speech, and 7 more categoriesWhat you gain by switching
Start your migration today
Don't wait until Perspective shuts down. Get started free with 2,000 text + 100 image + 25 video checks per month.