Create a LinkedIn session that you can connect to via Playwright. See this link for setup instructions.
curl --request POST \ --url https://api.papercuts.ai/v1/linkedin/session \ --header 'Authorization: Bearer <token>' \ --header 'X-User-Token: <api-key>'
{ "status": "ok", "webSocketUrl": "<string>" }
Your Papercuts API Key
User Token received while integrating end user accounts
Session created successfully
The response is of type object.
object