> ## 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 Order

> Create an order within the Transcrypts system

## Endpoint Overview

**POST** `https://prod.transcrypts.com/v1/orders/`

The endpoint creates an order within the Transcrypts system.

## Authentication

This endpoint requires API credentials:

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

## Request Body

The request accepts a JSON payload with order creation parameters. The complete request schema includes fields for applicant information, product type, and employer details.

## Response

**Status Code: 201 (Created)**

Successful requests return order creation data in JSON format.

## Related Operations

* [Get list of orders by SSN](/orders/orders-list-lookup)
* [Retrieve an order](/orders/orders-read)
* [Create a data refresh order](/orders/orders-refresh)
* [Update an order](/orders/orders-update)
* [Cancel an order](/orders/orders-cancel)
* [Add new employer to existing order](/orders/orders-add-employer)
* [Retrieve order invoice](/orders/orders-invoice)
* [Retrieve order events](/orders/orders-events)
* [Retrieve self-certification results](/orders/orders-certifications)
