Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.humanly.io/llms.txt

Use this file to discover all available pages before exploring further.

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: 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?