API Documentation

Integrate Vetvio's AI-powered resume screening into your existing workflows.

Coming Soon: Our API is currently in private beta. Contact us to get early access and help shape the API.

Getting Started
Learn the basics of the Vetvio API
Authentication
Secure your API requests with API keys
Jobs Endpoint
Create and manage screening jobs
Candidates Endpoint
Retrieve and filter candidate results
Webhooks
Get real-time notifications
Rate Limits
Understand API usage limits

Quick Example

Create a screening job
curl -X POST https://api.vetvio.com/v1/jobs \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Senior React Developer",
    "description": "We are looking for...",
    "resumes": ["resume1.pdf", "resume2.pdf"]
  }'

Need Help?

Our team is here to help you integrate Vetvio into your workflow.

Contact Developer Support