/
SD
sdslabs
/
Gasper Master API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.1
MIT
2026-07-17
35
12
47.0 KB
auth
Register a user
post
/auth/register
Request body
User
required
username
string
required
password
string
required
email
string
required
Response
Registration successful
object
required
success
boolean
message
string
Example response
{ "message": "User created" }