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

# Create an Income and Employment Report

> Creates a verification report for a user showing income and employment details

## Endpoint Overview

Creates a verification report for a user showing income and employment details.

## Authentication

This endpoint requires API credentials:

* **ClientID** (Header)
* **AccessKey** (Header)

## Path Parameters

<ParamField path="user_id" type="string" required>
  The unique Transcrypts identifier for the user.
</ParamField>

## Response

Upon successful report creation, the API returns HTTP 201 status with report details.

### Response Status Codes

| Status Code | Description                          |
| ----------- | ------------------------------------ |
| **201**     | Report created successfully          |
| **400**     | Bad request (incorrect parameters)   |
| **401**     | Unauthorized (authentication failed) |
| **403**     | Forbidden (insufficient permissions) |
