Skip to main content
POST
/
v1
/
orders
Create an Order
curl --request POST \
  --url https://api.example.com/v1/orders/

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.