Hide Navigation

Kaltura API Consolesession.start

This is the interactive Kaltura API Console. Here you can experiment and play with our API, as well as get tested code examples for using the Kaltura Video API in native programming languages using the Kaltura API Client Libraries and Video SDKs.

To get started, please log in to your Kaltura account (or sign up for a new account), click on an API action on the left menu, fill the fields and click the "execute" button to get a real response from the Kaltura service.

Learn More

Parameters

curl -X POST https://www.kaltura.com/api_v3/service/session/action/start \
    -d "secret=********" \
    -d "userId=YOUR_USER_ID" \
    -d "type=0" \
    -d "expiry=86400"
Copy to clipboard