> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# アクセント一覧

> Returns the official catalog of supported accents. Use this to build accent pickers and filter voices by accent. Accent `name` values match `Voice.accent`; `id` is the stable machine-readable slug; `locale` is the canonical BCP-47 locale for the accent; `is_locale_default` is true for exactly one accent per locale.



## OpenAPI

````yaml latest.yml GET /accents
openapi: 3.0.1
info:
  title: Cartesia API
  version: 0.0.1
servers:
  - url: https://api.cartesia.ai
    description: Production
security: []
paths:
  /accents:
    get:
      tags:
        - Voices
      summary: List Accents
      description: >-
        Returns the official catalog of supported accents. Use this to build
        accent pickers and filter voices by accent. Accent `name` values match
        `Voice.accent`; `id` is the stable machine-readable slug; `locale` is
        the canonical BCP-47 locale for the accent; `is_locale_default` is true
        for exactly one accent per locale.
      operationId: accents_list
      parameters:
        - $ref: '#/components/parameters/CartesiaVersionHeader'
      responses:
        '200':
          description: Official accents.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ListAccentsResponse'
              example:
                accents:
                  - id: general-american
                    name: General American English
                    language: en
                    locale: en-US
                    is_locale_default: true
                  - id: new-york
                    name: New York English
                    language: en
                    locale: en-US
                    is_locale_default: false
                  - id: southern-us
                    name: Southern American English
                    language: en
                    locale: en-US
                    is_locale_default: false
                  - id: australian
                    name: Australian English
                    language: en
                    locale: en-AU
                    is_locale_default: true
      security:
        - APIKeyAuth: []
components:
  parameters:
    CartesiaVersionHeader:
      name: Cartesia-Version
      in: header
      description: API version header.
      required: true
      schema:
        type: string
        format: date
        example: '2026-03-01'
        default: '2026-03-01'
        enum:
          - '2026-03-01'
  schemas:
    ListAccentsResponse:
      title: ListAccentsResponse
      type: object
      properties:
        accents:
          description: Official accents, sorted by id.
          type: array
          items:
            $ref: '#/components/schemas/Accent'
      required:
        - accents
    Accent:
      title: Accent
      type: object
      description: A supported accent in the official catalog.
      properties:
        id:
          description: Stable machine-readable accent id (for example `general-american`).
          type: string
          enum:
            - abruzzo-italian
            - african-american
            - african-french
            - arabic
            - arabic-english
            - australian
            - bagheli
            - belgian-french
            - brazilian-portuguese
            - british
            - budapest
            - bulgarian
            - california
            - camba
            - campania
            - canadian-english
            - canadian-french
            - castilian
            - central-tamil
            - central-thai
            - central-vietnamese
            - chilean
            - colombian
            - czech
            - danish
            - european-portuguese
            - finnish
            - general-american
            - high-german
            - hindi
            - indian-english
            - indian-urdu
            - irish
            - israeli
            - istanbul
            - italian
            - jakarta
            - japanese
            - jessore
            - khaleeji
            - konkani
            - korean
            - kyiv
            - malay
            - mandarin
            - manila
            - mexican
            - middle-eastern-arabic
            - midwestern-american
            - modern-standard-arabic
            - moldovan
            - new-york
            - new-zealand
            - north-kerala
            - odia
            - oslo
            - parisian
            - parsi
            - peruvian
            - polish
            - powadhi
            - randstad
            - romanian
            - russian
            - singaporean
            - slovak
            - south-african
            - southern-us
            - southern-karnataka
            - southern-vietnamese
            - standard-japanese
            - stockholm
            - swiss-standard
            - tbilisi
            - telangana
            - thessaloniki
            - urdu
            - zagreb
        language:
          description: ISO 639-1 language subtag (for example `en`).
          type: string
          enum:
            - en
            - de
            - pt
            - zh
            - ja
            - fr
            - es
            - hi
            - it
            - ko
            - nl
            - pl
            - ru
            - sv
            - tr
            - tl
            - bg
            - ro
            - ar
            - cs
            - el
            - fi
            - hr
            - ms
            - sk
            - da
            - ta
            - uk
            - hu
            - 'no'
            - vi
            - bn
            - th
            - he
            - ka
            - id
            - te
            - gu
            - kn
            - ml
            - mr
            - pa
            - or
            - ur
        locale:
          description: Canonical locale for this accent (BCP-47, for example `en-US`).
          type: string
          pattern: >-
            ^(en|de|pt|zh|ja|fr|es|hi|it|ko|nl|pl|ru|sv|tr|tl|bg|ro|ar|cs|el|fi|hr|ms|sk|da|ta|uk|hu|no|vi|bn|th|he|ka|id|te|gu|kn|ml|mr|pa|or|ur)-(AE|AU|BD|BE|BG|BO|BR|CA|CH|CL|CN|CO|CZ|DE|DK|EG|ES|FI|FR|GB|GE|GR|HR|HU|IE|ID|IL|IN|IT|JP|KR|LK|MA|MD|MX|MY|NL|NO|NZ|PE|PH|PK|PL|PT|RO|RU|SA|SE|SG|SK|TH|TR|UA|US|VN|ZA)$
        is_locale_default:
          description: >-
            Whether this accent is the default for its `locale`. Exactly one
            accent per locale is true.
          type: boolean
        name:
          description: >-
            Human-readable display name. Same vocabulary as `Voice.accent` (for
            example `General American English`).
          type: string
          enum:
            - Abruzzo Italian
            - African American English
            - African French
            - Arabic
            - Arabic English
            - Australian English
            - Bagheli Hindi
            - Brazilian Portuguese
            - British English
            - Budapest Hungarian
            - Bulgarian
            - California English
            - Canadian French
            - Camba Spanish
            - Campania Italian
            - Canadian English
            - Castilian Spanish
            - Central Tamil
            - Central Thai
            - Central Vietnamese
            - Chilean Spanish
            - Colombian Spanish
            - Czech
            - Danish
            - European Portuguese
            - Finnish
            - Belgian French
            - General American English
            - High German
            - Hindi
            - Indian English
            - Indian Urdu
            - Irish English
            - Israeli Hebrew
            - Istanbul Turkish
            - Italian
            - Jakarta Indonesian
            - Japanese
            - Jessore Bengali
            - Khaleeji Arabic
            - Konkani
            - Korean
            - Kyiv Ukrainian
            - Malay
            - Mandarin Chinese
            - Manila Filipino
            - Mexican Spanish
            - Middle Eastern Arabic
            - Midwestern American English
            - Modern Standard Arabic
            - Moldovan Romanian
            - New York English
            - New Zealand English
            - North Kerala Malayalam
            - Odia
            - Oslo Norwegian
            - Parisian French
            - Parsi Gujarati
            - Peruvian Spanish
            - Polish
            - Powadhi Punjabi
            - Randstad Dutch
            - Romanian
            - Russian
            - Singaporean English
            - Slovak
            - South African English
            - Southern American English
            - Southern Karnataka Kannada
            - Southern Vietnamese
            - Standard Japanese
            - Stockholm Swedish
            - Swiss Standard German
            - Tbilisi Georgian
            - Telangana Telugu
            - Thessaloniki Greek
            - Urdu
            - Zagreb Croatian
      required:
        - id
        - name
        - language
        - locale
        - is_locale_default
  securitySchemes:
    APIKeyAuth:
      type: http
      scheme: bearer
      bearerFormat: API Key
      description: >-
        Cartesia API key (`sk_car_...`). Get one at
        [play.cartesia.ai/keys](https://play.cartesia.ai/keys).
      x-default: $CARTESIA_API_KEY

````