---
title: "Run Extract Template (Async)"
method: POST
path: "/v2/extract/templates/async"
tags: ["Extract Templates API"]
---

# Run Extract Template (Async)

`POST /v2/extract/templates/async`

Execute Extract Template Async Endpoint

## Request body

- object — Request body for executing an Extraction Template
  - `formats` string[] — Response formats to include. All disabled by default.
  - `localization` boolean
  - `params` object, required
  - `template` string, 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/nimble-sdk.md) · [All operations](https://skmtc.net/nimbleway/apis/nimble-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nimbleway/nimble-sdk/revisions/725be79e7005/schema)
