Workflow Templates
Create Template
Create a new workflow template.
post/v1/workflow/templates
Request body
descriptionstring nullable
Brief description of what this template does.
expected_inputobject nullable
Input placeholders the template expects, keyed by placeholder name.
namestring required
Template display name.
promptstring required
The research prompt with optional placeholders.
expected_outputstring nullable
Optional guidance for the final answer's tone, structure, and format.
Response
Successful Response
created_atstring date-time required
When the template was created.
descriptionstring nullable
Brief description of what this template does.
expected_inputobject nullable
Input placeholders, keyed by placeholder name.
idstring required
Unique template identifier.
is_communityboolean required
Whether this is a community-shared template.
namestring required
Template display name.
promptstring required
The research prompt with optional placeholders.
expected_outputstring nullable
Optional guidance for the final answer's tone, structure, and format.
updated_atstring date-time required
When the template was last modified.