v1
latestOpenAPI 3.0.22026-08-0454107101.5 KBvoices
Voice Settings
post/api/v2/voices/settings
Headers
x-csrf-tokenstring
api-keystring
Cookies
session_idstring
Request body
Example request
{
"voice_id": "00000000-0000-0000-0000-000000000001",
"accent_id": "00000000-0000-0000-0000-000000000001",
"narration_style_id": "00000000-0000-0000-0000-000000000001"
}Response
Successful Response
Example response
{
"id": "00000000-0000-0000-0000-000000000001",
"owner_id": "00000000-0000-0000-0000-000000000001",
"accents": [
{
"id": "00000000-0000-0000-0000-000000000001"
}
],
"narration_styles": [
{
"id": "00000000-0000-0000-0000-000000000001"
}
]
}