/
LU
ludo
/
Ludo.ai API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 3h ago · Updated 4d ago
View markdown
ludo
Ludo.ai API
post
Gets guide content for a game concept (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
get
Gets the current guide content for a project (Roles: user)
post
Gets guide content for a game concept (Roles: user)
Images
5
Jobs
24
Misc
37
Payments
26
Projects
15
Spritesheets
8
Team
12
Videos
5
Guide
Gets guide content for a game concept (Roles: user)
post
/guide/content
Query parameters
regenerate
boolean
Request body
GuideContentPayload
required
game_concept_id
string
required
action
'VIEW_TOPICS'
|
'SELECT_TOPIC'
|
'VIEW_SUBTOPIC'
required
skill_level
'novice'
|
'expert'
required
engine
string
required
prompt
string
current_topic_id
string
current_subtopic_id
string
current_path
string[]
Response
Success
GuideContent
required
_id
string
project_id
string
skill_level
string
required
engine
string
prompt
string
action
'VIEW_TOPICS'
|
'VIEW_SUBTOPIC'
required
content_json
string
required
Stringified JSON of the content
date
integer
date_last_view
integer
topic_id
string
topic_title
string
subtopic_id
string
subtopic_title
string
total_steps
integer
current_step
integer
next_step
GuideStep
previous_step
GuideStep