Content | Guidebook / Library
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.
A) Create Guidebook or Library
Release | Create guidebook release
curl --location -X POST 'https://services.schneidergeo.com/content/guidebook' \
--header 'Authorization: xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"account":"CCCCCC",
"customId":"ABCABC",
"names":{
"de":"Transalp mit dem Gravelbike",
"en":"TRANS-ALP ON GRAVEL BIKE"
}
}'Headers
Name
Type
Description
B) Delete Guidebook or Library
Headers
Name
Type
Description
Last updated