cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/jobs/webhook/{webhook_path} \ --header 'Content-Type: application/json' \ --data '{ "parameters": {}, "config_override": {}, "metadata": {} }'
{ "job_id": "<string>", "execution_id": "<string>", "workflow_id": "<string>", "status": "<string>", "message": "<string>" }
Trigger a job via webhook.
Security:
Request Body:
Schema for webhook trigger payload
Parameters to substitute in prompt template
Optional config overrides for this execution
Additional metadata for this webhook trigger
Successful Response
Schema for job trigger response
Was this page helpful?