AurionAI Docs

Check Allowance

Dry-run the voice allowance check without making a real call (#1134). Returns the same AllowanceCheckResult the livekit-agent would produce, so QA can verify all 7 TC-901 scenarios by seeding state then calling this endpoint.

GET
/api/v1/test/seed/{tenant_id}/check-allowance

Dry-run the voice allowance check without making a real call (#1134).

Returns the same AllowanceCheckResult the livekit-agent would produce, so QA can verify all 7 TC-901 scenarios by seeding state then calling this endpoint.

Path Parameters

tenant_id*Tenant Id
Formatuuid

Query Parameters

language?Language
Default"en"

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/test/seed/497f6eca-6276-4993-bfeb-53cbbbba6f08/check-allowance"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}