---
title: "POST /v1/agent/async"
method: POST
path: "/v1/agent/async"
tags: ["Agents"]
deprecated: true
---

# POST /v1/agent/async

`POST /v1/agent/async`

> **Deprecated.**

Execute WSA Async Endpoint

## Request body

- object — Request body for executing a WSA
  - `agent` string, required
  - `formats` string[] — Response formats to include. All disabled by default.
  - `localization` boolean
  - `params` object, required
  - `callback_url` string — URL to call back when async operation completes
  - `storage_compress` boolean — Whether to compress stored data
  - `storage_object_name` string — Custom name for the stored object
  - `storage_type` string — Type of storage to use for results
  - `storage_url` string — URL for storage location

## Response `200`

Async Task Created

- object
  - `status` 'success', required
  - `task` object, required

---

[API](https://skmtc.net/nimbleway/apis/api-gateway.md) · [All operations](https://skmtc.net/nimbleway/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nimbleway/api-gateway/revisions/9bfe220b7a29/schema)
