Skip to content

Получить статус и результат ASR job

GET
/api/asr/jobs/{job_id}

Получить известную владельцу job, включая terminal soft-deleted job.

Authorizations

HTTPBearer

API-ключ в формате: Bearer sk_live_YOUR_API_KEY

Type
HTTP (bearer)
Example"Bearer sk_live_YOUR_API_KEY"

Parameters

Path Parameters

job_id*
Type
string
Required
Format
"uuid"

Responses

Successful Response

application/json
JSON
{
"id": "string",
"status": "string",
"text": "string",
"duration_seconds": 0,
"words": [
{
"text": "string",
"start": 0,
"end": 0
}
],
"error": "string",
"created_at": "string",
"completed_at": "string"
}

Playground

Authorization
Variables
Key
Value

Samples