Social Profile Validator
The Social Profile Validator API allows developers to validate batches of social profiles (Twitter, LinkedIn, GitHub, Instagram) purely based on the data you provide. It checks username formats, required fields, and optional heuristics such as bio length. Each profile is scored for trustworthiness and completeness, helping applications filter, clean, and process social profile datasets…
Social Profile Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Social media validator /social/profile/validator |
Accepts a JSON body containing profiles array and rules object. Returns results array with trust_score, reasons, and evaluated_at. |