Create a new channel
Create a new channel. A maximum of 100 channels can be created per account per day. The maximum request size is 10MB.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the channel
description
A description of the channel
modality
The modality of the channel
Allowed values:
id
The channel ID
metadata
A dictionary of key, value pairs assigned to the channel. Metadata may not exceed 4KB total
metadata
keys may only be of type:string
metadata
values may only be one of type:string
,boolean
, ornumber
created_at
The date and time the channel was created
Response
Channel created
name
The name of the channel
description
A description of the channel
modality
The modality of the channel
Allowed values:
id
The channel ID
metadata
A dictionary of key, value pairs assigned to the channel. Metadata may not exceed 4KB total
metadata
keys may only be of type:string
metadata
values may only be one of type:string
,boolean
, ornumber
created_at
The date and time the channel was created