# Alpharun ## Docs - [Add Candidates to Job Openings](https://dev.alpharun.com/api-reference/endpoint/add-contacts-to-job-openings.md): Invite candidates to take the interview for provided job openings (e.g. after reviewing their profile in an ATS). - [Create Contact](https://dev.alpharun.com/api-reference/endpoint/create-contact.md): Custom fields must be created in the Alpharun dashboard before you can add them to the contact. - [Create Job Opening](https://dev.alpharun.com/api-reference/endpoint/create-job-opening.md): Creates a new job opening with either an existing job type ID or a new job type configuration. A job opening (e.g. "Store Manager — San Francisco") is always instance of a job type (e.g. "Store Manager"). - [Fetch Contact](https://dev.alpharun.com/api-reference/endpoint/fetch-contact.md) - [Fetch Customer Interaction](https://dev.alpharun.com/api-reference/endpoint/fetch-customer-interaction.md): Return the customer interaction for the given ID. - [List Transcripts For Customer Interaction](https://dev.alpharun.com/api-reference/endpoint/fetch-customer-interaction-transcripts.md): Return the transcripts for the given customer interaction. - [Fetch Interview](https://dev.alpharun.com/api-reference/endpoint/fetch-interview.md): Return the interview for the given ID. - [Fetch Interview Call Recording](https://dev.alpharun.com/api-reference/endpoint/fetch-recording.md): Get the audio recording of a call for a given interview - [Fetch Teammate](https://dev.alpharun.com/api-reference/endpoint/fetch-teammate.md): Returns a single teammate by ID or email. - [Fetch Job Opening](https://dev.alpharun.com/api-reference/endpoint/get-job-opening.md): Fetches the job opening referenced by the provided job opening ID - [Invite Teammate](https://dev.alpharun.com/api-reference/endpoint/invite-teammate.md): Invite a teammate to the company. - [List Contact Customer Interactions](https://dev.alpharun.com/api-reference/endpoint/list-contact-customer-interactions.md): Returns a list of customer interactions associated with the contact, ordered with the most recent first. Results are paginated using a cursor: pass the `next_cursor` returned by a previous response as the `cursor` query parameter to fetch the next page. When `next_cursor` is `null`, there are no mor… - [List Interviews for Job Opening](https://dev.alpharun.com/api-reference/endpoint/list-interviews.md): Returns a list of interviews for the specified job opening. Each interview includes transcript and assessment details. - [List Teammate Groups](https://dev.alpharun.com/api-reference/endpoint/list-teammate-groups.md): Returns a list of all teammate groups in the company. - [List Teammates](https://dev.alpharun.com/api-reference/endpoint/list-teammates.md): Returns a list of all teammates in the company. - [Remove Candidate from Job Opening](https://dev.alpharun.com/api-reference/endpoint/remove-contact-from-job-opening.md): Removes a candidate and any of their pending or completed interviews from a job opening. - [Update Contact](https://dev.alpharun.com/api-reference/endpoint/update-contact.md): Custom fields must be created in the Alpharun dashboard before you can set them on the contact. - [Update Job Opening](https://dev.alpharun.com/api-reference/endpoint/update-job-opening.md): Updates an existing job opening and its associated job type - [Update Teammate](https://dev.alpharun.com/api-reference/endpoint/update-teammate.md): Updates a teammate's name, manager, group memberships, and/or activation status. - [Upload Recording](https://dev.alpharun.com/api-reference/endpoint/upload-recording.md): Creates a recording and triggers the assessment. - [Introduction](https://dev.alpharun.com/api-reference/introduction.md) - [Customer Interaction Webhooks](https://dev.alpharun.com/api-reference/webhook/customer-interaction-webhooks.md) - [Interview Webhooks](https://dev.alpharun.com/api-reference/webhook/interview-webhooks.md) - [Quick Start](https://dev.alpharun.com/introduction.md): Welcome to Alpharun's developer documentation ## OpenAPI Specs - [openapi](https://dev.alpharun.com/api-reference/openapi.json) ## Optional - [Help center](https://help.alpharun.com)