/
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
Updates a user's generation history (Roles: user)
latest
Swagger 2.0
2026-08-19
218
237
253.7 KB
3af866d68651
3D Models
5
Audio
8
Authentication
20
Games
8
Gamestorming
43
Guide
2
Images
5
Jobs
24
Misc
37
get
Get user's generation history by type (Roles: user)
get
Get distinct tags (with counts) for a generation-history type (Roles: user)
post
Updates a user's generation history (Roles: user)
delete
Removes a user's generation history (Roles: user)
post
Chat with a GDD(Roles: user)
post
Chat with the Ludo assistant (Roles: user)
post
Chat with the Ludo assistant -- focused on docs (Roles: user)
get
Gets the chat logs with the Ludo assistant (Roles: user)
post
Persists updates to an existing assistant conversation, e.g. generated media (Roles: user)
get
Gets the Ludo assistant chat archives (Roles: user)
delete
Removes an archive and returns the current archives (Roles: user)
get
Runs a cronjob (Roles: none)
get
Gets items for a showcase gallery (Roles: none)
get
Gets items for a showcase gallery in unity (Roles: none)
post
Submits user feedback (Roles: user)
get
Checks if the service is running (Roles: user, none)
get
Gets all credit costs for platform features (Roles: none)
get
Gets the user the inital data necessary to use the platform (Roles: user)
get
Gets an image (Roles: user)
post
Uploads user images (Roles: user)
post
Removes the background of an image (Roles: user)
get
Gets an original image (Roles: user)
post
Proxies an image (Roles: user)
get
Gets a project (Roles: user)
delete
Archives the project (Roles: user)
get
Gets all of the user's active favorites (Roles: user)
get
Gets GDD3 version history (Roles: user)
get
Restores GDD3 to specific version (Roles: user)
get
Previews GDD3 state if restored to specific version (Roles: user)
get
Cancels GDD3 generation and clears loading states (Roles: user)
post
Adds a favorite item (unified endpoint) (Roles: user)
delete
Removes a favorite (Roles: user)
post
Imports a game concept from a PDF (Roles: user)
post
Imports a game concept from text (Roles: user)
post
Imports a game concept from an existing game (Roles: user)
get
Gets the user projects (Roles: user)
post
Add a project (Roles: user)
Payments
26
Projects
15
Spritesheets
8
Team
12
Videos
5
Misc
Updates a user's generation history (Roles: user)
post
/generation-history
Request body
GenerationHistory
required
_id
string
user_id
string
type
'generated_image'
|
'generated_game'
|
'three_d_asset'
|
'video'
|
'spritesheet'
|
'audio'
|
'map'
generated_image
GameImage
generated_game
GeneratedGame
three_d_asset
ThreeDAsset
video
GeneratedVideo
spritesheet
Spritesheet
audio
GeneratedAudio
map
GeneratedMap
date
integer
api
boolean
request_id
string
deleted
boolean
help_requested_at
integer
Response
Success
GenerationHistory
required
_id
string
user_id
string
type
'generated_image'
|
'generated_game'
|
'three_d_asset'
|
'video'
|
'spritesheet'
|
'audio'
|
'map'
generated_image
GameImage
generated_game
GeneratedGame
three_d_asset
ThreeDAsset
video
GeneratedVideo
spritesheet
Spritesheet
audio
GeneratedAudio
map
GeneratedMap
date
integer
api
boolean
request_id
string
deleted
boolean
help_requested_at
integer