> For the complete documentation index, see [llms.txt](https://moderntax.gitbook.io/moderntax/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moderntax.gitbook.io/moderntax/overview.md).

# Overview

## Getting Access

To gain access to the ModernTax API, create an account and get your API key within the dashboard panel

<figure><img src="https://3190605936-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MRc5wDP1_xEL0whPwJV%2Fuploads%2FBZi1YI5MlZrezC2ArJPx%2FScreenshot%202023-09-13%20at%2012.48.10%20AM.png?alt=media&amp;token=e417cca5-97de-42df-a97c-2d15ea8d445d" alt=""><figcaption></figcaption></figure>

**Sending your first request**

In order to verify a business for tax transcripts you will need to send a tax form request to the ModernTax API. Here is the structure for a request.

Tax Form Request structure:

* `taypayer_id` (string): The employer identification number is to be verified (for an EIN request).
* `address` (string): The address associated with the employer identification number (for an EIN request).
* `name` (string): The name of the business associated with the employer identification number (for an EIN request).
* `signator_name` (string): The name of the business officer associated with the employer identification number (for an EIN request).
* `signator_title` (string): The title of the business officer associated with the employer identification number (for an EIN request).
* `years` (array): The years to be requested for the verification.
