LogoLogo
Website
  • 📣What's new @GUIBO
    • Power Users Program
  • Get Started
    • Intro to GUIBO
    • Getting started
      • Initial account setup
      • Prepare library
      • Create your first guidebook
      • Publish to travelers
    • Support
  • Content Management
    • Overview
    • Routes, POIs and Markers
      • Routes
        • Edit route
        • Edit route data
        • Turn-by-turn directions
      • Markers
    • Textpages
    • Libraries
      • Import POIs from libraries (manuel)
      • Import Pois from libraries (automatic)
        • Import Geo Data (linked to libary)
      • Import textpages from libary
        • turn by turn navigation (App/PDF)
    • Language & Translation
  • Publishing
    • How to publish
      • Personalized Accommodation
    • Release Page
    • Tour Guide App
      • First-Level Support Guide
      • Push Notifications
      • Photo Competition
      • App publishing
        • External links
        • Testcode & Download Code
      • White-label App
      • Traveler feedback
    • Roadbook PDF
      • Publishing Roadbooks
      • Customizing Roadbooks
    • Webshop Maps
    • B2B Network
  • Developers
    • Releases API
      • Release | Create guidebook release
      • Release | Read release details
      • Release | Update release details
      • Release | Revoke guidebook release
      • Release | Add documents to release
      • Release | Delete documents in release
    • Content API
      • Content | Create and update routes
      • Content | Create and update Point-Of-Interests (POIs)
      • Content | Create library or guidebook
      • Content | Create category
      • Content | Create text page
  • Administration
    • Users & groups
    • Data backup
  • FAQ
    • Which image types does GUIBO support?
    • How can I test my guidebooks on the smarthone?
    • Support System: How do I create an "App Issue"
    • Support System: How to create a ticket?
    • Support System: How do I assign the correct priority to a ticket?
    • Support System: How to make a screenshot?
    • How are the towns on guidebook overview maps selected?
    • Navigation Issues
    • What are the smartphone requirments for the Tour Guide App?
Powered by GitBook
On this page
  1. Developers
  2. Content API

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.

PreviousContent | Create and update Point-Of-Interests (POIs)NextContent | Create category

Last updated 2 years ago

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:

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

Name
Type
Description

Authorization*

String

API key

Release | Create guidebook release