Skip to main content
POST
Validate Chrome Extension
Validate content from the ZeroDrift Chrome extension asynchronously. Uses the same validation rules as email validation (scenario_email_general).

Request Body

text_snippet
string
required
Text content to validate from the browser

Response

job_id
string
Unique identifier for the validation job
status
string
Job status: accepted
message
string
Status message
timestamp
string
ISO 8601 timestamp

Use Cases

  • Real-time validation of web content while browsing
  • Check compliance of text selected in browser
  • Validate draft content in web-based email clients
  • Pre-screen social media posts before publishing

Example