Create a scan session

Create a new scan session for QR code-based skin analysis flow.

The returned batch_id should be encoded into a QR code for customers to scan. Vendors can subscribe to real-time status updates via WebSocket using the provided Pusher configuration.

WebSocket Events:

  • Channel: scan-session.{batch_id}
  • Event: status.changed
  • Payload: { batch_id, status, valid, reason, expires_at, completed_at }
Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!