/
LU
ludo
/
Ludo.ai API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 1d ago
Details
Filter operations
3D Models
5
Audio
8
Authentication
19
Games
8
Gamestorming
43
Guide
2
Images
5
Jobs
24
Misc
37
Payments
25
Projects
15
get
Gets the user's playables (Roles: user)
get
Gets playable templates (Roles: user)
get
Remixes a playable (Roles: user)
get
Shares a playable (Roles: user)
post
Shares a playable (Roles: user)
get
Gets all shared playables (Roles: user)
put
Saves a playable (Roles: user)
post
Generates or iterates on a Playable prototype (Roles: user)
delete
Removes a playable (Roles: user)
post
Reverts the code to a previous version (Roles: user)
post
Adds an image to a playable (Roles: user)
post
Updates the title of a playable (Roles: user)
get
Generates code for the project (Roles: user)
post
Generates script for the project with a prompt (Roles: user)
get
Gets the project's code (Roles: user)
Spritesheets
8
Team
12
Videos
5
Projects
Gets the project's code (Roles: user)
get
/project/{projectId}/code
Path parameters
projectId
string
required
Response
Success
ProjectCode[]
required
_id
string
project_id
string
date
number
name
string
filename
string
overview
string
main_functions
string
explanation
string
implementation_details
string
dependencies
string[]
script
string
loading
boolean
packages
string[]
Changes