Agent Resources
Machine-readable documentation, OpenAPI files, and copy-ready examples for coding agents and developer workflows.
Machine-readable entry points
- /docs/llms.txt gives agents a short, curated map of VeriMails API docs.
- /llms-full.txt bundles the core docs into one Markdown-readable file.
- /docs.md summarizes the public developer documentation.
- /openapi.json and /openapi.yaml describe the API contract.
Markdown docs
Use these files when loading VeriMails into coding tools, developer documentation systems, or coding-agent context.
- Docs overview
- Core API reference
- Code examples
- Single verification
- Bulk verification
- Email Finder
- Result codes
- Error handling
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