Release | Add documents to release

When you add PDF documents to a release, they will be offine available in the App and they will be accessible under the private release link for your customer.

POST https://services.schneidergeo.com/content/release/{account}/{downloadCode}/document?description=Hotelvoucher

Adding one PDF document to guidebook release. For multiple documents, please call this endpoint multiple times

Path Parameters

NameTypeDescription

account*

String

Your account ID, you can find this under Account Settings > General Settings > Account ID

downloadCode*

String

The downloadCode for the release

Query Parameters

NameTypeDescription

description*

String

The title or description of the document

Headers

NameTypeDescription

Authorization*

String

Your API key, you can find this under Account Settings > General Settings > API Key

Request Body

NameTypeDescription

file*

String

The PDF document to be uploaded

Example:

curl --location --request POST 'https://services.schneidergeo.com/content/release/{account}/{downloadCode}/document?description=Train Ticket' \
--header 'Authorization: aiose9-98erjsd-0a9s8duj-ds8sss' \
--form 'file=@"/home/fritz/Documents/7HTUUL.pdf"'

Last updated