Skip to main content
POST
/
user
/
v1
/
projects
/
{id}
/
enable_personalities
Enable personalities for a project
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>"
}
'
{}

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
integer
required

A unique integer value identifying this project.

Body

personalities
any
required

List of personality IDs, e.g. [1, 2, 3], or the string "all"

language
string

ISO 639-1 language code to filter personalities, e.g. "en", "es"

Response

200 - application/json

Unspecified response body

{key}
any