Last updated
curl --location --request POST 'https://auth.anuvaad.org/anuvaad-etl/wf-manager/v1/workflow/async/initiate' \
--header 'auth-token: AUTHTOKEN' \
--header 'content-type: application/json' \
--data-raw '{
"workflowCode": "WF_A_FTTKTR",
"jobName": "HTML FILE.html",
"jobDescription": "",
"files": [
{
"path": "f3cf11bd-c6b8-4ea2-9bd2-9828b9847c8a.html",
"type": "html",
"locale": "en",
"model": {...},
"context": "JUDICIARY",
"modifiedSentences": "A"
}
]
}'curl --location --request POST 'https://auth.anuvaad.org/anuvaad-etl/wf-manager/v1/workflow/sync/initiate' \
--header 'auth-token: AUTHTOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflowCode": "WF_S_FT",
"jobName": "ch 2 communication skills.docx",
"jobDescription": "",
"files": [
{
"path": "A_FTTTR-RJjbi-1623847596274|DOCX-8f8c43a9-ac35-407f-874e-51d91be7f433.json",
"type": "json",
"locale": "en",
"model": {...},
"context": "JUDICIARY",
"modifiedSentences": "A"
}
]
}'