Document
Integration

Temporary Session

LibSQL Studio allows users to create temporary sessions, providing a temporary link that grants access to the database for a limited period.

Request

curl --location 'https://libsqlstudio.com/api/temp_session' \
--header 'Content-Type: application/json' \
--data '{
    "driver": "turso",
    "url": "xxxx",
    "token": "xxxx"
}'

Response

{
  "redirect": "https://libsqlstudio.com/client/temp_sess?sid=xxxxxx"
}