---
title: "Smart Punctuation"
method: POST
path: "/ai/text/v1/async/punctuate"
tags: ["Text"]
---

# Smart Punctuation

`POST /ai/text/v1/async/punctuate`

Returns Smart Punctuation to the provided webhook URI.

## Query parameters

- `webhook` string, uri, required

## Request body

- PunctuateInput
  - `texts` string[], required

## Response `202`

Task accepted for processing.

- CaiAsyncApiResponse
  - `jobId` string

## Other responses

- `400` — Bad Request

---

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