---
title: "POST /voice-profiles"
method: POST
path: "/voice-profiles"
---

# POST /voice-profiles

`POST /voice-profiles`

Creates a voice profile, which consists of an enrolled user and their latest voice print.

Before creating any voice profiles, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the [AWS service terms](https://aws.amazon.com/service-terms/) for the Amazon Chime SDK.

For more information about voice profiles and voice analytics, see [Using Amazon Chime SDK Voice Analytics](https://docs.aws.amazon.com/chime-sdk/latest/dg/pstn-voice-analytics.html) in the _Amazon Chime SDK Developer Guide_.

## Request body

- object
  - `SpeakerSearchTaskId` string, required — The ID of the speaker search task.

## Response `201`

Success

- CreateVoiceProfileResponse
  - `VoiceProfile` object — The requested voice profile.
    - `VoiceProfileId` string — The ID of the voice profile.
    - `VoiceProfileArn` string, password — The ARN of the voice profile.
    - `VoiceProfileDomainId` string — The ID of the domain that contains the voice profile.
    - `CreatedTimestamp` string, date-time — The time at which the voice profile was created and enrolled.
    - `UpdatedTimestamp` string, date-time — The time at which the voice profile was last updated.
    - `ExpirationTimestamp` string, date-time — The time at which a voice profile expires unless you re-enroll the caller via the <code>UpdateVoiceProfile</code> API.

## Other responses

- `480` — BadRequestException
- `481` — ResourceLimitExceededException
- `482` — UnauthorizedClientException
- `483` — ForbiddenException
- `484` — AccessDeniedException
- `485` — NotFoundException
- `486` — ConflictException
- `487` — GoneException
- `488` — ThrottledClientException
- `489` — ServiceUnavailableException
- `490` — ServiceFailureException

---

[API](https://skmtc.net/aws/apis/chime-sdk-voice.md) · [All operations](https://skmtc.net/aws/apis/chime-sdk-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/chime-sdk-voice/versions/89ce97d6fad9/schema)
