v3
OpenAPI 3.1.02026-08-0321138121.5 KBLive V2
Initiate a new live job
post/v2/live
Query parameters
region'us-west' | 'eu-west'
The region used to process the audio.
Request body
Example request
{
"custom_metadata": {
"user": "John Doe"
},
"realtime_processing": {
"custom_vocabulary_config": {
"vocabulary": [
"Westeros",
{
"value": "Stark"
},
{
"value": "Night's Watch",
"pronunciations": [
"Nightz Watch"
],
"intensity": 0.4,
"language": "en"
}
],
"default_intensity": 0.5
},
"custom_spelling_config": {
"spelling_dictionary": {
"Gettleman": [
"gettleman"
],
"SQL": [
"Sequel"
]
}
},
"translation_config": {
"target_languages": [
"en"
]
}
},
"callback_config": {
"url": "https://callback.example"
}
}Response
The live job has been initiated
Example response
{
"id": "45463597-20b7-4af7-b3b3-f5fb778203ab",
"created_at": "2023-12-28T09:04:17.210Z",
"url": "wss://api.gladia.io/v2/live?token=4a39145c-2844-4557-8f34-34883f7be7d9"
}