TourCMS, a leading online booking and channel management solution is operated by Palisis.

Contact Info

Palisis AG
Florastrasse 18A
8610 Uster
support@palisis.com
+41 44 533 40 40

Follow Us

home > support > API > Method list > Upload tour file > Upload tour file

Upload a file to Amazon S3 Presigned URL

First obtain a presigned URL via TourCMS Get tour file upload URL endpoint, then PUT your file to the provided URL before it expires.

CURL example


curl --request PUT --upload-file photo.jpg -H "Content-Type:image/jpeg" -L "https://example.s3.amazonaws.com/example"

Next step

Tell TourCMS your file has been uploaded by calling the process uploaded file endpoint.

More information