---
title: "Get a voice sample audio URL"
method: GET
path: "/api/v1/voices/sample"
tags: ["cms"]
---

# Get a voice sample audio URL

`GET /api/v1/voices/sample`

## Query parameters

- `language` string, required
- `missionId` string, required

## Response `201`

- VoicesSampleResponseDTO
  - `age` number, required
  - `gender` 'male' | 'female', required
  - `id` string, required
  - `language` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'pl' | 'zh' | 'ja' | 'id' | 'tr' | 'pt' | 'el' | 'ko' | 'vi' | 'hi' | 'ms' | 'th' | 'hr' | 'ro' | 'bg' | 'sv' | 'no' | 'yue', required
  - `tag` string, nullable
  - `voice_id` string, required

---

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