This endpoint initializes a new multilingual project in TextUnited. For a detailed guide on initializing your project, including how to configure it according to your needs, refer to the Project Initialization guide.

Log in to see full request history

ℹ️

Instructions

Ensure that your request includes the necessary headers. To test the request directly on the platform:

  1. Navigate to the HEADERS section below the Request Body section.
  2. Enter the values for the fields in your Request Body section below.
  3. Click the "Try It!" button at the top-right of your screen to initiate the request and view your response.

❗️

Sample Request and Response

To see a sample request and response, click the "EXAMPLES" dropdown at the top-right of your screen.

🚧

Note

The targetLanguages and segments arrays in the Request Body include sub-objects with specific properties. Please review these details carefully when preparing your API requests.

Request Body

The request should include the following parameters. Enter your values in the input field(s) below for testing:

Body Params
string

A unique identifier for the project. Optional.

string

An identifier for the task associated with the project. Optional. Refer to the documentation to learn more about taskId and its impact on segment processing and update scope.

string
required

The name of the project.

string

A description of the project. Optional.

string
required

The start date and time of the project in UTC timezone. (Must be in the present.)

string
required

The end date and time of the project in UTC timezone.

int64

The ID of the source language. Optional if the sourceLanguageCode is defined.

string

The code of the source language. Optional if the sourceLanguageId is defined.

targetLanguages
array of objects
required

An array of objects representing the target languages for translation.

targetLanguages*
segments
array of objects
required

An array of objects representing individual segments of content to be translated.

segments*
string

A reference number for the project. Optional.

string

Additional information identifying the project in an external system. Optional.

string

Additional information identifying the project in an external system. Optional.

Headers
string
Defaults to application/json

Indicates the media type of the resource, specifying that the payload is in JSON format. (e.g. Content-Type: application/json)

string

Used for authenticating requests with a JWT token obtained from the "Obtain JWT" endpoint. (e.g. Authorization: Bearer <your_api_token>)

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json