Skip to content

Quick Create Entry

POST
/api/creative/lore/entries/quick

Create a minimal lore entry from the entity system (“Add to Legendry”).

Checks for an existing entry with the same title first (C1 duplicate prevention). If one exists, returns it instead of creating a duplicate.

LoreEntryQuickCreate

Minimal request to create a lore entry from the entity system.

Used by the “Add to Legendry” action — creates a stub entry with just a title and type. The author fills in details later.

object
title
required
Title

Entry title

string
>= 1 characters <= 500 characters
entryType
LoreEntryType

Entry type

string
default: article
Allowed values: article character location item event faction concept species language religion legends plot custom
description
Any of:
string
categoryId
Any of:
string
sourceDocumentId
Any of:
string

Successful Response

LoreEntryQuickCreateResponse

Response for a quick-add lore entry.

object
entryId
required
Entryid
string
title
required
Title
string
entryType
required
Entrytype
string
alreadyExisted
Alreadyexisted

True if linked to existing entry

boolean

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object