Skip to main content
GET
/
v1
/
amd
/
config
Get AMD config
curl --request GET \
  --url https://api.pyai.com/v1/amd/config \
  --header 'Authorization: Bearer <token>'
{
  "object": "amd.config",
  "aggressiveness": 0.25,
  "webhook_url": "<string>",
  "updated_at": 123
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer pyai_live_... (or pyai_test_...).

Response

AMD config

object
string
Example:

"amd.config"

aggressiveness
number

Operating point on the ROC curve. Near 0 = human-safe (never hang up on a person); near 1 = fire machine fast. Per-call TwiML <Parameter> overrides this.

Required range: 0 <= x <= 1
Example:

0.25

webhook_url
string<uri> | null
updated_at
integer

Unix ms.