Open appvitae.ai

Welcome

Vitae.ai is an AI-powered talent acquisition platform for recruiting agencies and in-house teams. Search candidates, automate outreach, match talent to roles — all via API.

Quick Start

# Verify an access token
curl https://api.vitae.ai/v1/auth/verify \
  -H "Authorization: Bearer <your-token>"
 
# List clients
curl https://api.vitae.ai/v1/clients \
  -H "Authorization: Bearer <your-token>" \
  -H "Content-Type: application/json"

Full Quick Start Guide →


Documentation

Platform

Guides

Reference


Need Help?