---
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
  - `params` object, required
  - `localization` boolean
  - `agent` string, required
  - `callback_url` string — URL to call back when async operation completes
  - `storage_type` string — Type of storage to use for results
  - `storage_url` string — URL for storage location
  - `storage_compress` boolean — Whether to compress stored data
  - `storage_object_name` string — Custom name for the stored object

## Response `200`

Async Task Created

- object
  - `status` string, required
  - `task` object, required

---

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