Signup has to be enabled and signup approval is not required
Register
Registeruser is an example object payload from PeerTube, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "registerUser",
"method": "POST",
"path": "/api/v1/users/register",
"summary": "Register a user",
"description": "Signup has to be enabled and signup approval is not required",
"tags": [
"Register"
],
"parameters": [],
"requestBody": {
"contentType": "application/json",
"schema": {
"$ref": "#/components/schemas/RegisterUser"
},
"example": {}
},
"responses": {
"200": {
"description": "successful operation",
"examples": {}
},
"400": {
"description": "request error",
"examples": {}
},
"403": {
"description": "user registration is not enabled, user limit is reached, registration is not allowed for the ip, requires approval or blocked by a plugin",
"examples": {}
},
"409": {
"description": "a user with this username, channel name or email already exists",
"examples": {}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.