πŸ€–NPCs

API utilized for our AI NPCs to be used in your applications.

NPCs

get
Responses
chevron-right
200

Success

get
/npc
200

Success

post
Body
namestring | nullableOptional
Responses
chevron-right
200

Success

post
/npc
200

Success

get
Path parameters
idinteger Β· int32Required
Responses
chevron-right
200

Success

get
/npc/{id}
200

Success

put
Path parameters
idinteger Β· int32Required
Body
idinteger Β· int32Optional
accountIdinteger Β· int32Optional
namestring | nullableOptional
gamestring | nullableOptional
npcRolestring | nullableOptional
backgroundstring | nullableOptional
additionalFeaturesstring | nullableOptional
Responses
chevron-right
200

Success

No content

put
/npc/{id}
200

Success

No content

delete
Path parameters
idstring Β· uuidRequired
Responses
chevron-right
200

Success

delete
/npc/{id}
200

Success

Last updated