doc update - add run tasks page (#2425)
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
---
|
||||
title: Tasks API
|
||||
title: Legacy Task APIs
|
||||
subtitle: The core building block in Skyvern
|
||||
slug: running-tasks/api-spec
|
||||
---
|
||||
|
||||
Tasks are the building block of Skyvern. They represent a single instruction (goal) to the browser to go do something using language models. Ex. "Go to alibaba and extract this information"
|
||||
<Warning>
|
||||
DEPRECATION ALERT: the APIs in this page are being deprecated. Last supported date: Jan 1, 2026. Please use the [Run Task](/running-tasks/run-tasks) API and migrated to the new API.
|
||||
</Warning>
|
||||
|
||||
Tasks are the building block of Skyvern. They represent a single instruction (goal) to the browser to go do something using language models. Ex. "Search for Skyvern on googgle.com and summarize the information about Skyvern."
|
||||
|
||||
## Request - Initiate a task
|
||||
Request type: `POST`
|
||||
|
||||
Reference in New Issue
Block a user