diff --git a/docs/running-tasks/api-v2-spec.mdx b/docs/running-tasks/api-v2-spec.mdx index 086791c6..0ab196b5 100644 --- a/docs/running-tasks/api-v2-spec.mdx +++ b/docs/running-tasks/api-v2-spec.mdx @@ -1,6 +1,6 @@ --- title: Tasks API V2 -description: 'The latest version of Skyvern agent task, with better reasoning and validation' +description: 'Powerd by the latest version of Skyvern agent, with better reasoning and validation. State of the art web navigation with 85.8% on WebVoyager Eval' --- ## Request - Initiate a task @@ -51,7 +51,7 @@ Each task has an associated `task_id` -- a unique identifier you can use to look | workflow_run_id | String | yes | wr_123456 | The ID of the workflow run | | workflow_permanent_id | String | yes | wpid_123456 | The workflow permanent id | | summary | String | no | The summary of what skyvern did when the task is completed | -| output | Object | no | { "name": "Chris P. Bacon", "email": "chris@pbacon.com" } | The output of the task. This is the structured data that skyvern extracted from the website. | +| output | Object | no | `{ "name": "Chris P. Bacon", "email": "chris@pbacon.com" }` | The output of the task. This is the structured data that skyvern extracted from the website. | | webhook_callback_url | HttpUrl | no | https://mywebsite.com/webhook | The url of your webhook endpoint if sent to execute the task. | | totp_verification_url | HttpUrl | no | https://mywebsite.com/two_factor_code | The url of your TOTP endpoint if sent to execute the task. | | totp_identifier | String | no | myemail@example.com / 4155558888 | The totp_identifier sent to execute the task.|