Want to build your own custom integration with Filtered? You've come to the right place.
Included with Filtered Enterprise accounts, you have access to all of your Filtered interviews and candidates via the Connect API.
New endpoints are on our roadmap for the next 12 months, so the API will grow in scope as Filtered continues to scale.
Reach out to support@filtered.ai for access instructions. You can find our full API documentation at https://api.filtered.ai.
Below are the endpoints that are available today:
Access interview data
https://api.filtered.ai/api/connector/interviews
https://api.filtered.ai/api/connector/interview/:interviewId
Access candidate data
https://api.filtered.ai/api/connector/candidates/:interviewId
https://api.filtered.ai/api/connector/candidate/:candidateId
Invite candidates to take an interview
Access reviews left on a candidate
https://api.filtered.ai/api/connector/reviews/
https://api.filtered.ai/api/connector/interview/:interviewId/reviews
(All requests are HTTPS protocol and exchange JSON data)