Welcome to Theo Docs — the AI orchestration API.
Trigger a manual workflow run.
cURL
curl --request POST \ --url https://api.example.com/api/v1/workflows/{id}/run \ --header 'Content-Type: application/json' \ --data ' { "triggerData": {} } '
{ "run": {} }
{ "overridePrompt": "Focus on enterprise deals" }
curl -X POST https://hitheo.ai/api/v1/workflows/wf_abc123/run \ -H "Authorization: Bearer $THEO_API_KEY" \ -H "Content-Type: application/json" \ -d '{"triggerData": {"overridePrompt": "Focus on enterprise deals this week"}}'
id
status
startedAt
POST /api/v1/workflows/{id}/run
Was this page helpful?