---
title: "POST /v2/extraction_templates/async"
method: POST
path: "/v2/extraction_templates/async"
tags: ["Extraction Templates"]
---

# POST /v2/extraction_templates/async

`POST /v2/extraction_templates/async`

Execute Extraction 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

## Changes

> 55 revisions in range; 1 could not be searched.

- **2026-07-20** `d4e4f170f4f4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nimbleway/apis/api-gateway/changes/v2/extraction_templates/async/post.md)

---

[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/d1947ec7af21/schema)
