---
title: "Async Request"
method: POST
path: "/async/{req_type}"
tags: ["Requests"]
---

# Async Request

`POST /async/{req_type}`

Async Request

## Request body

- object
  - `collection_uuid` string
  - `intended_amount` string
  - `keys` object[]
    - `key` string
    - `uid` string
  - `respond_format` string
  - `respond_method` string
  - `respond_url` string
  - `testing_vendor` string

## Response `200`

Successful Response

- object
  - `cost` number
  - `duplicates` string
  - `invalid` string
  - `task_id` string
  - `valid` string

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.dev/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
