cURL
curl --request POST \ --url https://api.cekura.ai/user/v1/projects/{id}/enable_personalities/ \ --header 'Content-Type: application/json' \ --header 'X-CEKURA-API-KEY: <api-key>' \ --data ' { "personalities": "<unknown>", "language": "<string>" } '
{}
Add one or more personality profiles to a project’s enabled set
API Key Authentication. It should be included in the header of each request.
A unique integer value identifying this project.
List of personality IDs, e.g. [1, 2, 3], or the string "all"
[1, 2, 3]
"all"
ISO 639-1 language code to filter personalities, e.g. "en", "es"
"en"
"es"
Unspecified response body