curl --request POST \
--url https://{tenant_name}.{region}.techwolf.ai/job_architecture/changes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"change_type": "add_job_description",
"context": {
"instructions": "Please use inclusive language and highlight remote work opportunities",
"reference_job_ids": [
"5cbdbdbe-5f44-4423-8157-5fgqsef7b834c",
"62d2c013-ab77-410e-b5fb-2f96eed9c1db"
],
"sections_to_include": [
"Summary",
"Responsibilities"
],
"use_internal_job_data": true
},
"job_ids": [
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
]
}'
{
"batch_id": "01JZ54E33R9F4154Z8WCTYVSHT"
}
Start a batch generation of Job changes for specified Jobs.
curl --request POST \
--url https://{tenant_name}.{region}.techwolf.ai/job_architecture/changes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"change_type": "add_job_description",
"context": {
"instructions": "Please use inclusive language and highlight remote work opportunities",
"reference_job_ids": [
"5cbdbdbe-5f44-4423-8157-5fgqsef7b834c",
"62d2c013-ab77-410e-b5fb-2f96eed9c1db"
],
"sections_to_include": [
"Summary",
"Responsibilities"
],
"use_internal_job_data": true
},
"job_ids": [
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
]
}'
{
"batch_id": "01JZ54E33R9F4154Z8WCTYVSHT"
}
The access token received from the authorization server in the OAuth 2.0 flow.
Accepted
The response is of type object
.
Was this page helpful?