Create a photo poll
create_photo_pollCreate a Whichli photo poll so someone can ask friends, family or colleagues which option to pick, and get one shareable voting link back. Use it whenever the user is torn between things they can show a picture of — outfits, furniture, hotel rooms, haircuts, logo drafts, product listings. Voters need no account. Returns voteUrl (share this) and adminUrl (secret, keeps control of the poll).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | duel (default): two photos at a time, winner stays on, one final pick. swipe: like or pass, one photo at a time. | |
| title | Yes | The question voters see, e.g. 'Which sofa for the living room?'. 3-100 characters. | |
| options | Yes | The photos to compare (2-20). | |
| visibility | No | private (default): reachable only through the link. public: may also be listed on the Explore page for 7 days. Only use public when the user asks for it. | |
| creatorName | No | Who is asking. Optional, shown to voters. |