Built for Integration
Our open API is designed to plug seamlessly into any Applicant Tracking System, giving you the flexibility to integrate Palantrix's AI-powered hiring tools into your existing workflow.
Lightning Fast
RESTful API with response times under 200ms. Built on modern infrastructure for maximum performance.
Secure by Default
Enterprise-grade security with OAuth 2.0, API key authentication, and encrypted data transmission.
JSON Format
Simple, readable JSON responses that integrate easily with any modern development stack.
How to Call Our API
Get started in minutes with our straightforward API endpoints and clear documentation.
Example API Call
curl -X GET "https://*****.palantrix.com/v1/interviews" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"jobApplicationId": "string",
"status": "completed",
"includeInterviewers": true,
"includeFeedback": true
}'API Parameters
Unique identifier for the job application
Filter by interview status (pending, completed, scheduled)
Include interviewer details in response (boolean)
Include feedback and ratings in response (boolean)
JSON Response Example
Our API returns structured JSON data that's easy to parse and integrate into your applications.
Response Body
{
"data": [
{
"jobApplication": {
"numberOfJobs": "999999",
"yearsInCurrentJob": "99999999999.999",
"totalYearsExperience": "99999999999.999",
"descriptor": "Lorem ipsum dolor sit ame",
"id": "string"
},
"overallComment": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut...",
"interviewers": [
{
"descriptor": "Lorem ipsum dolor sit ame",
"id": "string"
}
],
"overallRating": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer...",
"interviewStatuses": [
{
"descriptor": "Lorem ipsum dolor sit ame",
"href": "string",
"id": "string"
}
],
...
}Powerful Integration Features
Webhook Support
Real-time notifications for interview completions, candidate updates, and status changes.
Rate Limiting
Generous rate limits to ensure your integration runs smoothly without interruption.
API Versioning
Backward-compatible API versions to protect your integration from breaking changes.
Comprehensive Docs
Detailed documentation with code examples in multiple programming languages.
Developer Support
Dedicated technical support team to help you with integration questions.
Sandbox Environment
Test your integration thoroughly in our sandbox before going live.
Ready to Integrate?
Join hundreds of companies that have seamlessly integrated Palantrix into their hiring workflow. Get started today with our developer-friendly API.
