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