API Documentation
Workflow Endpoints
Processor Endpoints
Parse Endpoints
Evaluation Set Endpoints
Objects
Webhooks
Objects
The Workflow object
Copy
{
"object": "workflow",
"id": "workflow_1234",
"version": "1.0.0",
"name": "Example Workflow"
}
The Workflow object represents a workflow in Extend. Workflows are sequences of steps that process files and data in a specific order to achieve a desired outcome.
Copy
{
"object": "workflow",
"id": "workflow_1234",
"version": "1.0.0",
"name": "Example Workflow"
}
Copy
{
"object": "workflow",
"id": "workflow_1234",
"version": "1.0.0",
"name": "Example Workflow"
}
Assistant
Responses are generated using AI and may contain mistakes.