EmpleosIT
CV Search AI Match AI API Access Account Créditos Reports Billing Documentation
⎋ Sign out
⌕
Results
Type a query and press Search.
1 / 1
Candidate
Profile, contact details and CV
Select a candidate to view profile, contact details, and CV.
Resultados AI Match
Pegá una descripción de puesto arriba y presioná Buscar candidatos.
Análisis
Evaluación del candidato con IA
Seleccioná un candidato para ver el análisis detallado.
—
CONTACT INFORMATION
Contact Person —
Title —
Email —
Phone —
COMPANY ADDRESS
Address —
Website —
SUBSCRIPTION
Current Plan —
Valid Until —
Sandbox API Key
••••••••••••••••••••••••••••••••
This key provides limited access to the EmpleosIT CV database for evaluation purposes.

EMPLEOSIT CV API

Version 1.0 · Base URL: https://api.empleosit.com

Overview

The EMPLEOSIT CV API provides programmatic access to a comprehensive database of candidate profiles and CVs. It enables semantic search capabilities powered by AI, detailed candidate information retrieval, and secure CV document downloads.

Semantic Search AI-powered candidate search using natural language queries
Candidate Profiles Detailed candidate information including skills, experience, and education
Secure CV Downloads Time-limited, single-use download tokens for CV documents
Rate Limiting 120 requests per minute per API key

Authentication

All API requests require authentication via the x-api-key header.

x-api-key: your_api_key_here

Endpoints

GET /v1/ping Health Check

Verify API connectivity and authentication.

Response:
{
  "ok": true,
  "msg": "pong",
  "version": "v1"
}
POST /v1/search Search Candidates

Search for candidates using natural language queries.

Request Body:
{
  "q": "Senior React developer with TypeScript experience"
}
Response:
{
  "ok": true,
  "count": 10,
  "results": [
    {
      "candidate_id": "uuid",
      "first_name": "Omar",
      "last_name_initial": "L.",
      "current_position": "Senior Full Stack Developer",
      "similarity": 0.87,
      "tags": ["PHP", "Laravel", "MySQL"]
    }
  ]
}
GET /v1/candidates/{id} Get Candidate Details

Retrieve complete profile information for a specific candidate.

GET /v1/cv-downloads/{download_id} Download CV

Download a candidate's CV using a one-time token.

Error Codes

200Success
400Bad Request
401Unauthorized
403Forbidden
404Not Found
429Rate Limit / Daily Limit

Quick Example

curl -X POST https://api.empleosit.com/v1/search \
  -H "x-api-key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"q": "React developer"}'

Support

For API support: contacto@empleosit.com.ar