Skip to main content
POST
/
api
/
v1
/
venom
/
create-channel
create-channel
curl --request POST \
  --url 'http://{{base_url}}/api/v1/venom/create-channel' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "as-5.0",
  "description": "as-5.0",
  "image": "base-64 image"
}
'
{}

Headers

Authorization
string

Body

application/json

The body is of type object.

Response

200 - application/json

OK

The response is of type object.