POST
/
test_framework
/
v1
/
test-profiles
/
cURL
curl --request POST \
  --url https://api.cekura.ai/test_framework/v1/test-profiles/ \
  --header 'Content-Type: application/json' \
  --header 'X-CEKURA-API-KEY: <api-key>' \
  --data '{
  "agent": 123,
  "name": "<string>",
  "information": {}
}'
{
  "id": 123,
  "agent": 123,
  "name": "<string>",
  "information": {}
}

Authorizations

X-CEKURA-API-KEY
string
header
required

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

Body

agent
integer
required

ID of the agent

name
string
required

Name of the test profile

information
object

Information fields of the test profile

Response

200 - application/json
id
integer
required
agent
integer
required
name
string
required
Maximum length: 255
information
object