---
title: "POST /search-community-voice"
method: POST
path: "/search-community-voice"
---

# POST /search-community-voice

`POST /search-community-voice`

Search for community voices from voice providers

## Request body

- object
  - `voice_provider` 'elevenlabs' | 'cartesia' | 'minimax' | 'fish_audio' — Voice provider to search.
  - `search_query` string, required — Search query to find voices by name, description, or ID.

## Response `200`

Community voices retrieved successfully

- object
  - `voices` object[], required
    - `provider_voice_id` string — id of the voice from the provider.
    - `name` string — Name of the voice.
    - `description` string — Description of the voice.
    - `public_user_id` string — For elevenlabs only. User id of the voice owner.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/retellai/apis/retell-sdk.md) · [All operations](https://skmtc.net/retellai/apis/retell-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retellai/retell-sdk/versions/2a182bedbfc5/schema)
