AgentPMT - The Agentic Economy

Data Validation

Core Utility
$0.05/requestMin Purchase: 20Min Purchase Price: $1

Details

Data format validation utility that checks whether input strings conform to standard formats and specifications across a wide range of common data types. It validates JSON syntax and reports parsing errors with specific error locations, verifies email addresses against RFC-compliant patterns while extracting local and domain parts, and checks UUIDs for proper formatting with version detection. Network-related validation includes IPv4 addresses with octet range checking and private or loopback detection, IPv6 addresses with compression and link-local identification, MAC addresses in both colon and hyphen-separated formats, and URLs with scheme and domain parsing. Financial validation covers credit card numbers using the Luhn checksum algorithm with automatic card type detection for Visa, Mastercard, American Express, and Discover, as well as IBAN validation with country code extraction and BBAN parsing using the mod-97 checksum. Additional validators handle phone numbers with international format detection, hexadecimal color codes in both short and long formats with RGB value extraction, ISBN-10 and ISBN-13 with checksum verification, base64 encoding with decoded length reporting, and regex pattern syntax checking. All validators return detailed results including validity status, parsed components, and specific error messages for invalid input.

Use Cases

JSON validation, JSON syntax check, JSON parsing error detection, email validation, email format verification, RFC email check, UUID validation, UUID version detection, UUID format check, base64 validation, base64 encoding check, base64 decode verification, URL validation, URL format check, URL parsing, domain extraction, IPv4 validation, IP address check, IPv4 format verification, private IP detection, loopback address detection, IPv6 validation, IPv6 format check, compressed IPv6 detection, MAC address validation, network address verification, MAC format check, credit card validation, Luhn algorithm check, card number verification, card type detection, Visa validation, Mastercard validation, payment card check, phone number validation, international phone format, phone format verification, hex color validation, color code check, RGB hex verification, CSS color validation, ISBN validation, ISBN-10 check, ISBN-13 verification, book identifier validation, IBAN validation, bank account number check, international banking validation, BBAN extraction, regex validation, regular expression syntax check, pattern validation, input validation, form validation, data quality check, format verification, user input validation, API input validation, data sanitization check, automated validation, AI agent data validation, LLM input verification

Parameters

(required properties listed first)

action*required
Type:string
Description:Use 'get_instructions' to retrieve documentation. The validation operation to perform. Available actions: Data Formats (validate-json, validate-base64, validate-uuid, validate-url), Network (validate-ipv4, validate-ipv6, validate-mac-address), Finance (validate-credit-card, validate-iban, validate-isbn), Contact (validate-email, validate-phone), Visual (validate-hex-color), Technical (validate-regex, validate-json-syntax)
Allowed values:
get_instructionsvalidate-jsonvalidate-emailvalidate-uuidvalidate-base64validate-urlvalidate-ipv4validate-ipv6validate-mac-addressvalidate-credit-cardvalidate-phonevalidate-hex-colorvalidate-isbnvalidate-ibanvalidate-regexvalidate-json-syntax
text
Type:string
Description:The text/data to validate. Required for all validation actions. Examples: JSON string for validate-json, email address for validate-email, IPv4 address for validate-ipv4, etc.

API Example

curl -X POST "https://api.agentpmt.com/products/purchase" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-api-key-here" \
  -H "X-Budget-Key: your-budget-key-here" \
  -d '{
    "product_id": "694ddd46ecea2b5619a17bda",
    "parameters": {
      "action": "get_instructions"
    }
  }'

Login to view your API and budget keys. The example above uses placeholder values. Sign in to see personalized code with your actual credentials.

About The Developer

Apoth3osis logo

Apoth3osis

13 stars

Joined Agent Payment: August 14, 2025

We build tools that enable AI agents to excel in the mathematical realm.

Our small team develops experimental and unique solutions in the AI arena, with a strong focus on modular computing for agentic applications and custom model deployment. We have handled projects for a variety of applications across many sectors, from algorithmic trading and financial analysis, to molecular simulations and predictions, to habitat and biodiversity monitoring and wildlife conservation.