/
LU
ludo
/
Ludo.ai API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 11h ago · Updated 4d ago
View markdown
ludo
Ludo.ai API
post
Registers a user with a subscription. (Roles: user, none)
latest
Swagger 2.0
2026-08-19
218
237
253.7 KB
3af866d68651
3D Models
5
Audio
8
Authentication
20
get
Validates the email for the registration process. (Roles: user, none)
post
Registers a user. (Roles: user, none)
post
Checks if an email is valid for registration. (Roles: user, none)
post
Registers a user with a subscription. (Roles: user, none)
post
Registers a user without a subscription. (Roles: user, none)
post
Registers a user from a stripe checkout session. (Roles: user, none)
post
Registers a user and joins a team. (Roles: user, none)
post
Allow a user to log in and receive a JWT Token. (Roles: user, none)
get
Verify magic link code and authenticate user
post
Starts the Discord account link flow and returns the OAuth url
post
Authenticates with facebook (Roles: user, none)
post
Authenticates with google (Roles: user, none)
get
Refreshes auth token (Roles: user)
get
Get referral info for the authenticated user (Roles: user)
post
Send password recovery email (Roles: none)
post
Sets a new password (Roles: none)
post
Updates the user info (Roles: user)
delete
Deletes the user (Roles: user)
get
Generates a new API key (Roles: user)
get
/auth/validate-api-key
Games
8
Gamestorming
43
Guide
2
Images
5
Jobs
24
Misc
37
Payments
26
Projects
15
Spritesheets
8
Team
12
Videos
5
Authentication
Registers a user with a subscription. (Roles: user, none)
post
/register-paywall2
Request body
RegistrationPaywall2Payload
required
name
string
required
email
string
required
password
string
required
payment_token
string
required
captcha_token
string
Response
Success
LoginPayload
required
token
string
user
User
subscription
Subscription
registered
boolean
magic_link_sent
boolean
magic_link_message
string