The Launch Endpoint (https://api.thelessonspace.com/v2/spaces/launch
) is the simplest way of getting started with the Lessonspace API. It lets you create Spaces with various configuration options.
During implementation you don't need to worry about handling user sign up and/or login as the business logic is handled behind the scenes when users are invited to and join a Space.
The Launch endpoint returns a link to a Space that can be embedded into an iframe in your application. Moreover, various configuration options passed in JWTs can identify a user or restrict access to a Space in various ways.
These docs will guide you through the most common use cases and features that you might want to implement.
For a list of available endpoints, please consult the API reference..
For some less common use cases, check out our recipes in the resources section