Skip to main content
GET
cURL
Returns the upload limits that apply to your workspace, plus your live PVC voice slot usage (usedPvcVoiceSlots / maxPvcVoiceSlots). Slot capacity is plan-dependent, so query it here instead of hard-coding numbers.

Authorizations

Authorization
string
header
required

Your API key. Read permissions are required for GET endpoints. Write permissions are required for POST, PATCH, and DELETE endpoints.

For Basic authentication, please populate Basic $INWORLD_API_KEY. You can create a key in one command with the Inworld CLI: inworld workspace add-key.

Response

A successful response.

maxSamples
integer<int32>

Maximum samples one voice can hold.

maxFileSizeBytes
string<int64>

Maximum size of a single audio file, in bytes.

maxTotalSizeBytes
string<int64>

Maximum combined sample storage per voice, in bytes.

acceptedMimeTypes
string[]

Accepted audio MIME types. The actual byte content is sniffed to determine format.

supportedLanguages
string[]

Languages PVC training currently supports.

minTotalAudioDurationSec
integer<int32>

Minimum cumulative sample audio (after trims) required to train, in seconds.

maxFilesPerUpload
integer<int32>

Maximum files in a single upload request.

usedPvcVoiceSlots
integer<int32>

PVC voice slots currently claimed by this account.

maxPvcVoiceSlots
integer<int32>

Total PVC voice slots this account's plan allows, including add-ons.