Quick Start
Get up and running with the Gather API in minutes. Learn how to authenticate and make your first request.
Authentication
Understand how to authenticate your API requests using API keys and Basic Authentication.
API Reference
Browse the complete API reference for all endpoints, request parameters, and response formats.
Guides
Step-by-step guides for common workflows like creating interviews and sending invites.
What is the Gather API?
The Gather API transforms Qualifi into a developer-friendly, API-first platform for voice interviews. You can seamlessly integrate phone interview capabilities into your existing systems, workflows, and applications without requiring manual intervention in the Qualifi platform.Key Features
- RESTful API: Standard HTTP methods and JSON responses
- API Key Authentication: Simple Basic Auth with organization-scoped credentials
- Comprehensive Resources: Manage questions, interviews, candidates, and more
- Webhook Support: Receive real-time notifications for interview events
- Rate Limited: 1000 requests/hour per API key with burst protection
Base URLs
Production:
Staging:
All endpoints are prefixed with
https://api.prod.qualifi.hrStaging:
https://api.dev.qualifi.hrAll endpoints are prefixed with
/qsi/gather/Getting Started
1
Get your API credentials
Contact your Qualifi administrator to obtain your API key and organization ID.
2
Set up authentication
Configure your HTTP client with Basic Authentication using your credentials.
3
Make your first request
Send a GET request to
/qsi/gather/questions to retrieve your questions.Need Help?
- Check out the Quick Start Guide for a step-by-step walkthrough
- Browse the API Reference for complete endpoint documentation
- Review the Guides for common use cases
- Contact support at [email protected]

