v1
latestOpenAPI 3.1.02026-07-1245137133.6 KBworkflows
Create Workflow
Create a new workflow, either custom or auto, and configure its settings.
post/api/v1/workflows/
Headers
unstructured-api-keystring nullable
Request body
Example request
{
"key": "invoice-processing-v2"
}Response
Successful Response
Example response
{
"schedule": {
"crontab_entries": [
{
"cron_expression": "0 0 * * *"
}
]
}
}