curl --request POST \
  --url https://api.simplex.sh/create_login_session \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "url": "https://example.com/login",
  "proxies": true
}'
{
  "succeeded": true,
  "login_session_url": "https://simplex.sh/login-session?sess=b1b61345-9800-4808-9973-dbc2fv3f98af"
}

Authorizations

X-API-Key
string
header
required

Simplex API Key to authenticate requests. We provision API keys after a quick meeting with us. You can book that meeting here.

Body

application/json

Response

200
application/json
Create login session response

The response is of type object.