Skip to content

Create a worldbook

POST
/worldbook
curl --request POST \
--url https://api.harperharbor.com/open/v1/worldbook \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "description": "example", "iconUrl": "example", "tags": [ "example" ], "visibility": "example", "language": "example", "format": "tavern" }'
Media typeapplication/json
object
name
required
string
description
string
iconUrl
string
tags
Array<string>
visibility
string
language
string
format
string
Allowed values: tavern

Created.

Media typeapplication/json
object
worldbookId
string
name
string
visibility
string
Examplegenerated
{
"worldbookId": "example",
"name": "example",
"visibility": "example"
}