Skip to main content

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: https://api.prod.qualifi.hr
Staging: https://api.dev.qualifi.hr
All 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?