# API

## Overview

Vcheck’s API Platform integrates our services and workflows in a fast and secure manner, with two options available:

1. **General Integration**: A flexible API that accepts various data formats, allowing you to send candidate investigation, ID verification, and monitoring requests directly from your system.
2. **Integration with Greenhouse Webhook**: A specialized API for automating candidate ID verification directly from your Greenhouse account.

> To request API credentials, contact us at <support@vcheckglobal.com> with the subject line "API Integration Request".&#x20;

## Authentication & Security

Vcheck Platform’s REST APIs use API Keys for authentication. The API Key is a unique security code that must be included in the headers of each request. It ensures secure access and controls different permissions.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://vcheck.gitbook.io/vcheck-portal-documentation/products/id-verification/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
