x-api-key header.
An API key is scoped to a user. Applying uses that user’s profile and active
resume; creating requires recruiter permissions on the key’s account.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API keys for write operations on the Agent API
x-api-key header.
curl https://api.talentreview.ai/agents/jobs \
-H "x-api-key: YOUR_API_KEY"
| Operation | Method | Auth |
|---|---|---|
| Browse, search, get a job | GET | None |
| Apply to a job | POST /agents/jobs/{id}/apply | x-api-key |
| Create a job | POST /agents/jobs | x-api-key |
401 unauthenticated (see
Errors).