post https://api.textunited.com/segments/projects
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.
Instructions
Ensure that your request includes the necessary headers. To test the request directly on the platform:
- Navigate to the HEADERS section below the Request Body section.
- Enter the "Content-Type" header with the value "application/json."
- Include your "Authorization" token using either Basic Auth or JWT Access Token (for detailed instructions on obtaining these tokens, see the documentation on Obtaining your API key and company ID and Obtaining your JWT token).
- Enter the values for the fields in your Request Body section below.
- 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
andsegments
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: