API CodexAPI Codex
WebsiteDashboardGet API Key
  • Documentation
  • All APIs
  • Changelog
Resources
  • Docs Home
  • API Catalog
  • API Codex Website
Platform
  • Get a free API key
  • Dashboard
  • APIs & Pricing

© 2026 API Codex. All rights reserved.

Information
Other endpoints
    Anonymize TextpostAnonymize File Contentpost
Schemas
powered by Zudoku
Text Anonymization API
Text Anonymization API

Schemas


Error

error
​string

Error message

TextAnonymizationRequest

text
​string · required

The text content to anonymize

entities
​string[]

List of entity types to anonymize (defaults to a predefined list if not provided)

Enum values:
REDACTED
DATE
TIME
DATETIME
EMAIL_ADDRESS
URL
IBAN_CODE
CREDIT_CARD

UrlAnonymizationRequest

url
​string · required

The URL of the webpage to anonymize

entities
​string[]

List of entity types to anonymize (defaults to a predefined list if not provided)

AnonymizationResponse

success
​boolean

Whether the anonymization was successful

anonymized_at
​string · date-time

The timestamp when anonymization was performed

anonymized_text
​string

The anonymized text with sensitive information redacted

error
​string

Error message if any occurred during processing (only present on partial success)

On this page
  • Error
  • TextAnonymizationRequest
  • UrlAnonymizationRequest
  • AnonymizationResponse