Skip to main content
Unlock vault
curl --request POST \
  --url https://api.example.com/vault/unlock \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
password
string
required

Response

200 - application/json

OK

The response is of type object.