Content | Create library or guidebook

Libraries and guidebooks have the same structure, they are both bundling Textpages, Routes and POIs. Therefore the procedure of creating them is the same, only the endpoint address is different.

Create a guidebook with a customID helps to reference it when creating a Release. The attribute "customId" can be referenced by the parameter "externalGuidebookId" as explained in this article:

pageRelease | Create guidebook release

Create guidebook by using the path "guidebook", create libary by using the path "library".

  • Replace CCCCC with the Account ID, you can find this under Account Settings > General Settings > Account ID

  • You can find the API key under Account Settings > General Settings > API Key

POST https://services.schneidergeo.com/content/guidebook

{

"customId":"aa-bb-cc",

"account":"CCCCC",

"names":{ "de":"Mein Reiseplan", "en":"My guidebook" }

}

Headers

NameTypeDescription

Authorization*

String

API key

Last updated