APIs Overview
The ClearSlide API is a set of REST endpoints that enable you to rapidly integrate your applications with ClearSlide. Our API grants access to core ClearSlide features, including listing ClearSlide presentations, creating ClearSlide trackable links, gathering ClearSlide Insights data, and listing ClearSlide users.
Check out our full API references to learn about everything you can do with the API.
Prerequisites
Before you start testing any ClearSlide API, you are required to complete the following setup:
- Signup for a free ClearSlide account
- Create a ClearSlide API account by contacting our support
- Generate your own secure API authorization token. Refer to OAuth 2.0 in Getting Started section
As a result, you will have an Authorization Token to test against our API.
Sample authorization token format -
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Updated almost 5 years ago