Blog / Developer Guides

Developer Guides

Language-specific integration guides for TypeScript, Python, Node.js, and Next.js.

How to Validate an IBAN Programmatically

Validate IBANs programmatically — format normalization, country rules, MOD-97 checksum, API integration, and error handling for fintech workflows.

How Credit Card Number Validation Works

Credit card validation — format, length, Luhn checksum, and brand detection. A valid number does not prove ownership, funds, or authorization.

How to Add AI Guardrails in Python

Add AI guardrails in Python — REST calls to Unified Guard, environment-based API keys, error handling, and pipeline placement.

AI Security with the Vercel AI SDK

AI security with the Vercel AI SDK — where to place guardrails around messages, generation, tool calls, and streamed output.

What Should an AI Security API Return?

AI security API response design — request IDs, verdicts, findings, risk, reasons, confidence, usage units, and consistent error models.

Prompt Injection Detection with TypeScript

Integrate prompt injection detection in TypeScript and Next.js — server-side screening, API calls, error handling, and where to place guards in your request flow.

Prompt Injection Detection with Python

Call a prompt injection detection API from Python — request flow, environment variables, response handling, and integration patterns for LLM backends.

PII Detection in Node.js

Integrate PII and secrets detection in Node.js — server-side API calls, redaction options, and placement in Express or Next.js request handlers.

PII Detection in Python

Call IdenticAPI PII detection from Python backends — authentication, request payloads, redaction, and error handling for LLM preprocessing.