{"id":"t/cik_validate","kind":"forged","name":"cik_validate","description":"Offline validator/normalizer for an SEC EDGAR CIK (Central Index Key). Checks that the input is numeric-only with 1-10 digits, and returns a zero-padded 10-digit normalized form suitable for EDGAR URLs (e.g. https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=<normalized>).","tags":["validator","sec","edgar","finance","offline"],"method":"POST","path":"/v1/t/cik_validate","url":"https://toll402.dev/v1/t/cik_validate","specUrl":"https://toll402.dev/v1/spec/t/cik_validate","price":"$0.001","priceUsd":0.001,"available":true,"inputSchema":{"type":"object","properties":{"cik":{"type":"string","description":"CIK value, digits only, 1-10 characters"}},"required":["cik"],"additionalProperties":false},"example":{"cik":"320193"},"meta":{"creator":null,"createdAt":"2026-09-09T12:04:36.318Z","calls":26,"failures":19,"network":false,"notes":"Purely offline validation: trims input, checks it is 1-10 digit numeric string, zero-pads to 10 digits for EDGAR CIK format; no network calls used."}}