Create a new task to repeatedly perform an action on an external website.
Once created and ready, it can be repeatedly executed using the run endpoint.
Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>
Short title shown in the dashboard. Informational only; not used to generate the task.
Detailed explanation of the task to be performed.
The website to perform the task on.
1 - 2083Information used during task creation.
Task input parameters as a JSON schema string. Required when auto_generate_schemas is disabled. Must be omitted when auto_generate_schemas is enabled; remains null until generation completes.
Task output schema as a JSON schema string. Required when auto_generate_schemas is disabled. Must be omitted when auto_generate_schemas is enabled; remains null until generation completes.
Successful response
Unique identifier for the object.
Current state of the task, in particular whether it is ready to use.
not_ready, waiting_for_manual_completion, ready, failed Short title shown in the dashboard. Informational only.
Detailed explanation of the task to be performed.
The website to perform the task on.
1 - 2083Task input schema as a JSON schema string. May be null while the task is not ready (e.g. schema generation in progress). Guaranteed non-null when current_state is ready.
Task output schema as a JSON schema string. May be null while the task is not ready (e.g. schema generation in progress). Guaranteed non-null when current_state is ready.
Parameters set during the creation of this task.
Timestamp when the object was created.
Timestamp when the object was last updated.
List of secrets that must be provided when running this task.
Failure information if the task failed, including user-friendly explanation and suggestions