---
title: "The list of active service types"
method: GET
path: "/captioning_service_types"
tags: ["Professional captioning"]
---

# The list of active service types

`GET /captioning_service_types`

## Response `200`

The list of active service types user has permission to.

- object
  - `captioning_service_types` CaptioningServiceType[]
    - `id` integer
    - `key` string
    - `label` string
    - `is_asr` boolean
    - `description` string
    - `languages` string[] — IETF language code

## Other responses

- `401` — Authorization information is missing or invalid.
- `403` — If a user without proper permissions tries to call this endpoint, the call is rejected with 403 Forbidden.
- `404` — There is no active captioning service for the account.

---

[API](https://skmtc.net/instructure/apis/studio-public-api.md) · [All operations](https://skmtc.net/instructure/apis/studio-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/studio-public-api/revisions/4838a5113869/schema)
