> ## Documentation Index
> Fetch the complete documentation index at: https://developer.jobmojito.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to the JobMojito API

> Build AI-powered interviews, assessments and candidate pre-screening into your own product with the JobMojito API and webhooks.

The **JobMojito API** lets you bring AI-driven interviewing, assessments and candidate pre-screening into your own products and workflows. Anything you can do in the JobMojito admin - create an interview, invite candidates, run a resume pre-screen, pull results and transcripts, generate a PDF report - you can do programmatically.

This is the developer documentation. For product and platform concepts (interview workflow, data privacy, multilingual support, custom domains, and more), see the [Platform Deepdive](https://help.jobmojito.com/collections/4520925-platform-deepdive) in our help center.

## What you can build

* **Create interviews & assessments** - generate an AI interview from a job description, or supply your own questions.
* **Pre-screen candidates** - score resumes against a position before anyone spends time interviewing.
* **Invite & register candidates** - onboard candidates and hand them a ready-to-use interview link.
* **Collect results** - fetch scores, AI analysis and full transcripts, or a branded PDF report.
* **React in real time** - receive [webhooks](/webhooks) when a candidate submits an interview, so your ATS or workflow stays in sync.

## How the documentation is organized

| Section                                 | What's inside                                                                            |
| --------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Authentication](/authentication)       | How to authenticate your API requests.                                                   |
| [How the API works](/how-the-api-works) | Base URL, environments, request/response format, errors, and the full list of endpoints. |
| [Webhooks](/webhooks)                   | Subscribing to events and our delivery guarantees.                                       |
| API Reference                           | Per-endpoint request/response details, generated from our OpenAPI spec.                  |

## Getting started

1. Get your API credentials from the JobMojito admin (or ask your account contact).
2. Read [Authentication](/authentication) and make your first call to `POST /job-interview-get`.
3. Subscribe to [webhooks](/webhooks) so you're notified when results are ready.

## Need help?

Reach out to your JobMojito contact or email [**support@jobmojito.com**](mailto:support@jobmojito.com) - we're happy to help with integration.
