Skip to main content
POST
Create voice provider credential

Authorizations

Authorization
string
header
required

Send your team API key or project token as Authorization: Bearer <token>. The credential must have the required permissions. Project tokens can access only their own project.

Body

application/json
provider
enum<string>
required

Specifies provider for this management platform access create voice provider credential request.

Allowed values

Available options:
elevenlabs,
openai
label
string
required

Specifies label for this management platform access create voice provider credential request.

Value constraints

Required string length: 1 - 100
apiKey
string
required
write-only

The provider API key. Write-only: it is never returned.

Value constraints

Required string length: 1 - 512
projectId
string<uuid> | null

Limit the key to one project. Null or omitted makes it available to every project; project tokens must use their own project.

Accepted alternatives

Value constraints

Response

Credential stored.

success
enum<boolean>
required

Whether the request succeeded.

Allowed values

Available options:
true
data
object
required

Structured data carried by this object.