Create Voting Session
Create a shareable voting session for an experiment.
Only experiment owner/team members can create sessions. Returns a unique token that can be used to generate a shareable voting link.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
255Path Parameters
Body
Request to create a voting session.
public links allow anonymous voters; internal links require authenticated vote permission
public, internal Hours until link expires (defaults to 7 days)
1 <= x <= 8760Optional instructions shown to anonymous participants
4000Participant limit (null = unlimited)
x >= 1Votes per participant limit (null = unlimited)
x >= 1Optional name (auto-generated if not provided)
255Spend cap in credits for this voting link (null = unlimited). Preferred over total_vote_limit.
x >= 1Counted vote limit for this voting link (null = unlimited)
x >= 1Response
Successful Response
Response for a voting session.
public, internal 
