Skip to main content

Update human usage limits

PUT 

/api/v1/usage/token

Updates the usage limits of a human

Request

Body

required

    limits

    object[]

    required

  • Array [

  • type UsageType (string)required

    Possible values: [conversational_seconds, voice_synthesis_seconds, token_cnt]

    value numberrequired
  • ]

  • human_id stringrequired

    The ID of the human that the token is for. (this is typically your user id from your system)

Responses

Usage limits updated successfully

Schema

    Loading...