Languages
This endpoint allows you to get an active language list.
language list
GET
https://www.welcomekit.co/api/v1/external/languages
In order to create a job, you will need a language. This endpoint lets you access to the list of all active languages.
Query Parameters
Name
Type
Description
page
integer
Page offset
[
{
"name": "English",
"reference": "en"
},
{
"name": "French",
"reference": "fr"
},
{
"name": "Spanish; Castilian",
"reference": "es"
}
]
Request example
curl -X GET "https://www.welcomekit.co/api/v1/external/languages" \
-H "Content-Type: application/json" \
-H "Authorization: bearer WK_API_KEY"
Last updated
Was this helpful?