NexaraNexara
Референс API

Создать асинхронную задачу транскрибации

POST
/audio/transcriptions/async

Ставит транскрибацию (или диаризацию) в фоновую обработку и сразу возвращает job_id. Принимает те же параметры, что и POST /audio/transcriptions. Результат забирается запросом GET /audio/transcriptions/async/{job_id}. Подходит для длинных записей и пакетной обработки.

Authorization

bearerAuth
AuthorizationBearer <token>

Используйте ваш API-ключ как Bearer токен в заголовке Authorization. Пример: Authorization: Bearer nx-yourkey

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/audio/transcriptions/async"
{  "job_id": "5f1c2e3a-8b4d-4e2a-9f1c-2e3a8b4d4e2a",  "status": "in_progress",  "created_at": "2026-07-13T10:00:00+00:00"}
{  "detail": "string"}
{  "detail": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}
{  "detail": "string"}