Skip to content

Withdrawn - consent releases are no longer accepted

Deprecated
POST
/v1/voice-profiles/{profile_id}/consent-proof
curl --request POST \
--url https://api.vocapable.com/v1/voice-profiles/example/consent-proof \
--header 'Authorization: Bearer <token>'
profile_id
required
Profile Id
string

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}