Overview
Create a new livestream session for a token launch. This endpoint initializes a LiveKit room and configures the streaming infrastructure for your token.Endpoint
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Request Body
The request body should contain livestream configuration details.The exact schema follows the
LivestreamDto structure. Refer to your API schema for specific field requirements.Response
Returns 201 Created on successful livestream creation
Example Request
Next Steps
After creating a livestream:- Get a host token: Use the Get Host Token endpoint to obtain streaming credentials
- Share with participants: Direct viewers to join using participant tokens
- Manage the stream: Use the management endpoints to control stream state
Related Endpoints
Get Host Token
Generate LiveKit credentials for streaming
Manage Stream
Enable, disable, or moderate your stream