For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
Sign Up
Documentation
API Reference
SDKs
Workflows
update
Copy page
PUT
https://api.groundx.ai/api
/
v1
/
workflow
/
:id
Update an existing workflow.
Authentication
X-API-Key
string
API Key authentication via header
Path parameters
id
string
Required
format: "uuid"
The workflowId of the workflow being updated.
Request
This endpoint expects an object.
chunkStrategy
enum
Optional
Allowed values:
element
size
name
string
Optional
The name of the workflow being created.
extract
object
Optional
Extract agent definitions.
sectionStrategy
enum
Optional
Allowed values:
chunks
page
steps
object
Optional
A collection of workflow steps
Show 9 properties
Response
Update success
workflow
object
Workflow information
Show 9 properties