Request payload
This sub-page helps the integrator to understand various different types of request payload based on the individual task or combination of tasks in that sequence that integrator wants to do.
{
"pipelineTasks": [
{
"taskType": "txt-lang-detection",
"config": {
"serviceId": "{{tld_service_id}}"
}
}
],
"inputData": {
"input": [
{
"source": "INSERT_TEXT_HERE"
}
]
}
}
Parameter: pipelineTasks
pipelineTasksParameter: inputData
inputDataLast updated