API Endpoints
Create saved task
Create a reusable saved task using natural language instructions. This is useful for automating recurring workflows with predefined settings.
POST
Create a saved task
Authorizations
Insert API token, use the format: apikey <API-TOKEN>.
Body
application/json
Name of the saved task
Example:
"MySavedTask"
List of natural language actions
Type of the task. Currently only natural_language is supported.
Available options:
natural_language Example:
"natural_language"
Project name or ID
Example:
"Project_1"
Cron expression for scheduling (leave empty for now)
Example:
""
Previous
Get list of saved tasksReturns a list of all saved tasks associated with the authenticated user. Each task includes its name, project, location, and instruction details.
Next
Create a saved task