---
title: "Get Audio Native Project Settings"
method: GET
path: "/v1/audio-native/{project_id}/settings"
tags: ["audio-native"]
---

# Get Audio Native Project Settings

`GET /v1/audio-native/{project_id}/settings`

Get player settings for the specific project.

## Path parameters

- `project_id` string, required — The ID of the Studio project.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- GetAudioNativeProjectSettingsResponseModel
  - `enabled` boolean, required — Whether the project is enabled.
  - `snapshot_id` string, nullable — The ID of the latest snapshot of the project.
  - `settings` AudioNativeProjectSettingsResponseModel
    - `title` string, required — The title of the project.
    - `image` string, required — The image of the project.
    - `author` string, required — The author of the project.
    - `small` boolean, required — Whether the project is small.
    - `text_color` string, required — The text color of the project.
    - `background_color` string, required — The background color of the project.
    - `sessionization` integer, required — The sessionization of the project. Specifies for how many minutes to persist the session across page reloads.
    - `audio_path` string, nullable — The path of the audio file.
    - `audio_url` string, nullable — The URL of the audio file.
    - `status` 'processing' | 'ready' — Current state of the project

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/versions/e77a0a530a82/schema)
