Skip to main content
POST
Create service

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Body

application/json

Service creation request

Request body for creating a service

name
string
required

Internal name of the service

Maximum string length: 255
publicName
string
required

Public-facing name of the service

Maximum string length: 255
sourceLangs
string[]
required

BCP 47 source language codes

targetLangs
string[]
required

BCP 47 target language codes

type
enum<string>
required

Service type

Available options:
ProfessionalTranslation
billingUnit
enum<string>

Billing unit for the service. Uses the organization default when omitted.

Available options:
Character,
Word,
Page,
Hour
generationMode
enum<string>

Controls when quotes and analyses are generated. Uses the service default when omitted.

Available options:
ANALYSIS_AND_QUOTE,
ANALYSIS,
NONE

Response

OK

Service details

billingUnit
enum<string>

Billing unit for the service

Available options:
Character,
Word,
Page,
Hour
dateCreated
string<date-time>

Date the service was created

generationMode
enum<string>

Controls when quotes and analyses are generated

Available options:
ANALYSIS_AND_QUOTE,
ANALYSIS,
NONE
name
string

Internal name of the service

publicName
string

Public-facing name of the service

sourceLangs
string[]

BCP 47 source language codes

targetLangs
string[]

BCP 47 target language codes

type
enum<string>

Service type

Available options:
ProfessionalTranslation
uid
string

Unique identifier of the service