---
title: "Voice Clone Embeddings"
method: POST
path: "/api/v1/tts/voice-clone/embeddings"
tags: ["Voice Clone"]
---

# Voice Clone Embeddings

`POST /api/v1/tts/voice-clone/embeddings`

Generate voice clone embeddings from a provided audio file.

## Headers

- `X-API-Key-ID` string, required

## Response `200`

Voice embeddings generated successfully

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `voice_clone_embedding` object
      - `embedding` string — The generated voice clone embedding string
      - `shape` integer[] — The shape of the embedding tensor
      - `dtype` string — The data type of the embedding

---

[API](https://skmtc.net/gnani/apis/vachana-speech-to-text-api.md) · [All operations](https://skmtc.net/gnani/apis/vachana-speech-to-text-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnani/vachana-speech-to-text-api/revisions/d9f838824278/schema)
