Skip to main content

Request new human token

POST 

/api/v1/usage/token

Requests a token for 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

Token created successfully

Schema

    token stringrequired

    Usage token, typically good for one request

Loading...