Update a voice
You can update the data that the voice will be built from by calling this endpoint. The result will be a signed URL which can you use to directly upload data as per step 2 of the "Create a voice" Endpoint.
note
This endpoint is only accessible to users who are verified partners. To become a verified partner, please contact support@resemble.ai.
HTTP Request
PATCH https://app.resemble.ai/api/v1/voices/<voice_uuid>
| URL Parameter | Required | Description |
|---|---|---|
| voice_uuid | Yes | The UUID of the Voice resource that exists. |
| JSON Body Parameter | Required | Description |
|---|---|---|
| name | Yes | Any identifiable name for the voice you're creating. |
| filename | Yes | The name of the file you're uploading. |
| byte_size | Yes | The size of the file in bytes. |
| checksum | Yes | The MD5 checksum of the file. (You can use the md5 prorgam on OS X and Linux) |
| content-type | No | The content type. Valid options are audio/x-wav, application/gzip, application/tar, or application/x-tar The default is audio/x-wav. |