v4
latestOpenAPI 3.1.02026-08-086635375.7 KBVoices
create voice presigned upload
Request a presigned URL for uploading a voice-clone audio clip directly to storage. Use this for clips larger than the ~4.5MB request-body limit of the multipart POST /v1/voices endpoint. Flow: (1) call this endpoint to get an uploadUrl and audioKey; (2) PUT the raw audio bytes to uploadUrl with the same Content-Type; (3) call POST /v1/voices with a JSON body referencing the audioKey to perform the clone.
post/v1/voices/presigned-upload
Request body
Response
Presigned upload URL generated