Docs/Agent Resources

Agent Resources

Machine-readable documentation, OpenAPI files, and copy-ready examples for coding agents and developer workflows.

Machine-readable entry points

Markdown docs

Use these files when loading VeriMails into coding tools, developer documentation systems, or coding-agent context.

Recommended implementation order

For a new integration, start with a single verification request, add error handling, then move to bulk workflows if you need list processing.

POST /api/verify/single
POST /api/bulk
POST /api/find-email

Useful links