Introduction
Screenleap offers programmatic access to our screen sharing functionality for developers looking to incorporate screen sharing into their web applications.
Features
Quick Integration
A basic integration consists of making a single HTTP request to create a new screen share. The returned JSON
includes:
- A screen share JSON object which you can use to launch the screen share
- A URL through which the screen share can be viewed
Customizable Interface for White-Labelling
Customization options enable you to integrate screen sharing seamlessly into your application and customize both the presenter app and viewer page with your own branding.
Pricing
We give you five hours of free sharing to get you started. This gives you a risk-free way of trying out the API to see if it meets your needs.
Additional API sharing time is billed based on usage. It is priced as follows:
Tier | Basic | White-Label | SSL |
---|---|---|---|
Cost per participant | $0.003/minute | $0.007/minute | $0.010/minute |
Benefit | Economical | Branding | Branding + Security |
Please visit our API pricing page for more information about our pricing.
Requirements
Application Requirements
The Screenleap API is designed for integration with web-based applications. Your application needs the ability to make HTTP requests to our servers and process the returned JSON data. You must also be able to modify the web page that you want to embed the screen share into.
Presenter Requirement
Screenleap provides multiple presenter app types in order to meet your specific sharing needs:
Pros | Cons | |
---|---|---|
Native app | Does not require installation of third-party software (i.e. Java) |
Software download required; Mac and Windows only; Mac app requires Mac OS X 10.12 and higher; Windows app supports Windows 7 and later; Internet Explorer requires at least version 10 |
Browser extension |
No download Does not require installation of third-party software (i.e. Java) |
Share browser content only (except Chrome) Only available for Chrome browser |
Viewer Requirement
To view a shared screen, a user can use any modern web browser. We require version 11 and above of Internet Explorer. No additional software is required.
Documentation
Please see the API documentation for information on how to use the API, integrate the presenter app to enable sharing, and integrate the viewer to enable viewing. The examples are shown using the cURL command-line tool.