Channel/create

From Justin.tv API Wiki

Jump to: navigation, search

Creates a new user with a channel. This call is restricted to whitelisted applications to prevent spam. OAuth tokens for the created channel are returned.

Interface

URL: http://api.justin.tv/api/channel/create.format
Formats: xml, json
Methods: POST
Authentication: Requires Authentication
Whitelist: Requires Whitelist
Params: POST body must include:

  • login
  • password
  • birthday (yyyy-mm-dd format)
  • email
  • category and subcategory (see Justin.tv Categories)
  • title
  • Can additionally include any channel parameters that are not read-only. (see Channel Object)
  • In order to upload a picture, set the content header 'multipart/form-data' and send a valid jpg, png or gif in the picture param.


Examples

  • http://api.justin.tv/api/channel/create.xml
Client Libraries